Added qbitmanage and fixed cross-seed thing

This commit is contained in:
Mike Wilson
2023-02-21 17:31:13 -05:00
parent 7d4e2075a1
commit 0ae1c4c56b
5 changed files with 158 additions and 9 deletions

View File

@@ -14,10 +14,12 @@ services:
user: "{{ primary_uid }}:{{ primary_gid }}"
environment:
- TZ={{ timezone }}
command:
- serve
volumes:
- "{{ data_dir }}/ntfy:/etc/ntfy"
- /var/cache/ntfy:/var/cache/ntfy
labels:
traefik.enable: true
traefik.http.routers.ntfy.rule: "Host(`ntfy.{{ personal_domain }}`)"
traefik.http.routers.ntfy.rule: "Host(`push.{{ personal_domain }}`)"
traefik.http.routers.ntfy.middlewares: lan-whitelist@file