-
-
Notifications
You must be signed in to change notification settings - Fork 313
Closed as not planned
Closed as not planned
Copy link
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Name of mod
swag-dashboard
Name of base container
swag-dashboard
Current Behavior
There is no "version update" content in swag-dashboard ,how to slave?
Expected Behavior
Steps To Reproduce
- docker-compose.yml
services:
swag:
image: lscr.io/linuxserver/swag:latest
container_name: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- URL=xxx.com.cn #域名
- DOCKER_MODS=linuxserver/mods:swag-dashboard|linuxserver/mods:universal-package-install
- VALIDATION=http #default is http, cloudflare申请证书需要配置这样
- SUBDOMAINS=dashboard #optional is www, 通配符域名证书必须设置现在这个
- EMAIL=[email protected] #optional 自动申请证书必须要
- ONLY_SUBDOMAINS=true #optional
- EXTRA_DOMAINS= #optional
- STAGING=false #optional
- DISABLE_F2B=false
- SWAG_AUTORELOAD=true
- SWAG_AUTORELOAD_WATCHLIST=/config/nginx/proxy-confs/*.conf|/config/nginx/site-confs/
volumes:
- ./swag/config:/config
network_mode: bridge
ports:
- 443:443
- 80:80
- 81:81
restart: always
labels:
- com.centurylinklabs.watchtower.enable=true
- deunhealth.restart.on.unhealthy=true
====
Log:
Environment
- OS:RockyLinux 9.5CPU architecture
x86-64
Docker creation
- docker-compose.yml
services:
swag:
image: lscr.io/linuxserver/swag:latest
container_name: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- URL=xxx.com.cn #域名
- DOCKER_MODS=linuxserver/mods:swag-dashboard|linuxserver/mods:universal-package-install
- VALIDATION=http #default is http, cloudflare申请证书需要配置这样
- SUBDOMAINS=dashboard #optional is www, 通配符域名证书必须设置现在这个
- [email protected] #optional 自动申请证书必须要
- ONLY_SUBDOMAINS=true #optional
- EXTRA_DOMAINS= #optional
- STAGING=false #optional
- DISABLE_F2B=false
- SWAG_AUTORELOAD=true
- SWAG_AUTORELOAD_WATCHLIST=/config/nginx/proxy-confs/*.conf|/config/nginx/site-confs/
volumes:
- ./swag/config:/config
network_mode: bridge
ports:
- 443:443
- 80:80
- 81:81
restart: always
labels:
- com.centurylinklabs.watchtower.enable=true
- deunhealth.restart.on.unhealthy=trueContainer logs
Log:
http validation is selected
Certificate exists; parameters unchanged; starting nginx
The cert does not expire within the next day. Letting the cron script handle the renewal attempts overnight (2:08am).
**** No packages to install ****
**** Applying the SWAG dashboard mod... ****
**** Adding goaccess to package install list ****
**** libmaxminddb already installed, skipping ****
**** Applied the SWAG dashboard mod ****
[pkg-install-init] **** Installing all mod packages ****
fetch http://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
(1/1) Installing goaccess (1.9.3-r0)
Executing busybox-1.37.0-r12.trigger
OK: 183 MiB in 223 packages
[custom-init] No custom files found, skipping...
Auto-reload: Watching the following folders for changes to .conf files:
/config/nginx
/config/nginx/proxy-confs/dashboard.subdomain.conf
/config/nginx/site-confs/
[ls.io-init] done.
Server readyMetadata
Metadata
Assignees
Labels
Type
Projects
Status
Done

