-
-
Notifications
You must be signed in to change notification settings - Fork 271
Closed as not planned
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I have had SWAG (with DUCKDNS) and Authelia setup for over 5 years working fine after a system reboot yesterday all my sites are showing 500 Internal Server Error.
i am also not auto redirected to Authelia MFA on any of the sites since i rebooted this should be the case.
i have checked the SWAG logs and there are no errors so i dont know where to start looking into this
on my SWAG dashboard everything also looks fine
Expected Behavior
No response
Steps To Reproduce
unknown
Environment
- OS: Ubunutu 18.04
- How docker service was installed: command line for distro
CPU architecture
x86-64
Docker creation
'''swag:
image: lscr.io/linuxserver/swag:latest
container_name: swag
cap_add:
- NET_ADMIN
environment:
- TZ=$TZ
- PUID=$PUID
- PGID=$PGID
- URL=$DUCKDNS_DOMAIN
- SUBDOMAINS=$DDNS_SUBDOMAIN
- VALIDATION=$DDNS_VALIDATION
- DUCKDNSTOKEN=$DDNS_TOKEN
- DOCKER_MODS=linuxserver/mods:swag-dashboard|linuxserver/mods:swag-mod2
volumes:
- $USERDIR/swag:/config
- $USERDIR/shared:/shared
ports:
- 443:443
- 80:80
- 82:81
restart: unless-stopped'''
Container logs
SWAG logs
the resulting certificate will only cover the subdomains due to a limitation of duckdns, so it is advised to set the root location to use www.subdomain.duckdns.org
Using Let's Encrypt as the cert provider
SUBDOMAINS entered, processing
Wildcard cert for rackey.duckdns.org will be requested
No e-mail address entered or address invalid
dns validation via duckdns plugin 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).
/config/nginx/geoip2.conf exists.
Please migrate to https://github.com/linuxserver/docker-mods/tree/swag-maxmind
/config/nginx/ldap.conf exists.
Please apply any customizations to /config/nginx/ldap-server.conf
Ensure your configs are updated and remove /config/nginx/ldap.conf
If you do not use this config, simply remove it.
**** Applying the SWAG dashboard mod... ****
**** goaccess already installed, skipping ****
**** libmaxminddb already installed, skipping ****
**** Applied the SWAG dashboard mod ****
[custom-init] No custom files found, skipping...
[ls.io-init] done.
Server ready
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done