Modified configuration for libreddit

This commit is contained in:
2023-07-13 20:59:03 -04:00
parent 1da181ce4c
commit 53f95a670d
2 changed files with 10 additions and 3 deletions

View File

@@ -16,9 +16,10 @@
- overseerr - overseerr
- ntfy - ntfy
- nextcloud - nextcloud
- name: slskd - name: libreddit
tags: test tags: test
- unifi-controller - unifi-controller
- slskd
- navidrome - navidrome
- lidarr - lidarr
- gluetun - gluetun

View File

@@ -5,14 +5,20 @@ networks:
external: true external: true
services: services:
searxng: libreddit:
container_name: libreddit container_name: libreddit
image: libreddit/libreddit image: libreddit/libreddit
restart: unless-stopped restart: unless-stopped
networks: networks:
- traefik - traefik
environment:
LIBREDDIT_DEFAULT_SHOW_NSFW: "on"
LIBREDDIT_DEFAULT_THEME: "gold"
LIBREDDIT_DEFAULT_WIDE: "on"
LIBREDDIT_DEFAULT_LAYOUT: "clean"
LIBREDDIT_DEFAULT_SUBSCRIPTIONS: "hometheater+flashlight+navyblazer"
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.libreddit.rule: "Host(`libreddit.local.{{ personal_domain }}`)" traefik.http.routers.libreddit.rule: "Host(`libreddit.local.{{ personal_domain }}`)"
traefik.http.routers.libreddit.middlewares: lan-whitelist@file traefik.http.routers.libreddit.middlewares: lan-whitelist@file
traefik.http.services.meshcentral.loadbalancer.server.port: 8080 traefik.http.services.libreddit.loadbalancer.server.port: 8080