Compare commits

...

4 Commits

Author SHA1 Message Date
f957f34b74 alias 2025-03-24 08:35:19 +01:00
11cf3778a1 alias 2025-03-24 08:27:54 +01:00
cd31fd1c2b alias 2025-03-24 08:11:40 +01:00
c4dc49c95e alias 2025-03-24 07:46:56 +01:00
3 changed files with 7 additions and 6 deletions

View File

@ -131,7 +131,7 @@ services:
homepage.name: Jellyfin
homepage.server: my-docker
homepage.weight: '10'
homepage.widget.key: 0b0247d8030b46a0afe71be194311521
homepage.widget.key: ${JELLYFIN_TOKEN}
homepage.widget.type: jellyfin
homepage.widget.url: https://jf.sectorq.eu
wud.watch: true
@ -164,7 +164,7 @@ services:
homepage.name: Jellyseerr
homepage.server: my-docker
homepage.weight: '20'
homepage.widget.key: MTczMTY1NTk3ODUwOTY3NmJiOTM0LTY1MDctNGI2NS1hMmEyLTE3MjQ1MmI3OTI0Yg==
homepage.widget.key: ${JELLYSEER_TOKEN}
homepage.widget.type: jellyseerr
homepage.widget.url: https://js.sectorq.eu
wud.watch: true

View File

@ -1,4 +1,3 @@
APPNAME=registry
# HUB_USER=jaydee77
# HUB_PASS=dckr_pat_WUfjkuEEYYEFDI95myphANR7AUU
HUB_USER=sectorq

View File

@ -1,7 +1,9 @@
---
services:
watchtower:
command: --cleanup --label-enable --http-api-periodic-polls --http-api-metrics
env_file: stack.env
#command: --cleanup --label-enable --http-api-periodic-polls --http-api-metrics
command: --cleanup --label-enable --http-api-update --http-api-metrics
env_file: stack.env
environment:
WATCHTOWER_HTTP_API_TOKEN: l4c1j4yd33Du5lo
WATCHTOWER_LABEL_ENABLE: 'true'
@ -45,4 +47,4 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /share/docker_data/watchtower/.docker/config.json:/config.json
version: '3'