hi all,
So omv and swag have been running good for about a year.
i decided to add a new app lazylibrarian.
i added it using portainer.
i then renamed lazylibrarian.subdomain.conf.sample to lazylibrarian.subdomain.conf
added my cname to my host (this could take a whlie 24hrs maybe)
now i first installed swag with docker compose yml. a while back i added to portainer as i found it quicker to update my subdomains.
well my old ass forgot i did that and updated swag with the docker compose up.
it didn't work, after reading my notes i realized oh crap i moved to portainer. so i redeployed swag in portainer pulling in a new image.
now none of my domains load all have a 503 error page.
so i ran, docker loge -f swag, here's the out come.
[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] done
-------------------------------------
_ ()
| | ___ _ __
| | / __| | | / \
| | \__ \ | | | () |
|_| |___/ |_| \__/
Brought to you by linuxserver.io
-------------------------------------
To support the app dev(s) visit:
Certbot: https://supporters.eff.org/donate/support-work-on-certbot
To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------
User uid: 1000
User gid: 100
-------------------------------------
using keys found in /config/keys
Variables set:
PUID=1000
PGID=100
TZ=America/Toronto
URL=my.url
SUBDOMAINS=nextcloud,airsonic,heimdall,qtorrent,headphones,emby,pihole,vaultwarden,organizr,blueiris,omv,homeassistant,lazylibrarian
EXTRA_DOMAINS=
ONLY_SUBDOMAINS=false
VALIDATION=http
CERTPROVIDER=
DNSPLUGIN=
EMAIL=my@email
STAGING=
Using Let's Encrypt as the cert provider
SUBDOMAINS entered, processing
SUBDOMAINS entered, processing
Sub-domains processed are: -d nextcloud.my.url -d airsonic.my.url -d heimdall.my.url -d qtorrent.my.url -d headphones.my.url -d vaultwarden.my.url -d organizr.my.url -d blueiris.my.url -d omv.my.url -d homeassistant.my.url -d
E-mail address entered: my@email
http validation is selected
Generating new certificate
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for my.url and 13 more domains
Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: lazylibrarian.my.url
Type: dns
Detail: DNS problem: NXDOMAIN looking up A for lazylibrarian.my.url - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for lazylibrarian.DNS problem: NXDOMAIN looking up AAAA for lazylibrarian.my.ur - check that a DNS record exists for this domain - check that a DNS record exists for this domain
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-
ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. r
[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] done
usermod: no changes
-------------------------------------
_ ()
| | ___ _ __
| | / __| | | / \
| | \__ \ | | | () |
|_| |___/ |_| \__/
Brought to you by linuxserver.io
-------------------------------------
To support the app dev(s) visit:
Certbot: https://supporters.eff.org/donate/support-work-on-certbot
To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------
User uid: 1000
User gid: 100
-------------------------------------
using keys found in /config/keys
Variables set:
PUID=1000
PGID=100
TZ=America/Toronto
URL=my.url
SUBDOMAINS=nextcloud,airsonic,heimdall,qtorrent,headphones,emby,pihole,vaultwarden,organizr,blueiris,omv,homeassistant,lazylibrarian
EXTRA_DOMAINS=
ONLY_SUBDOMAINS=false
VALIDATION=http
CERTPROVIDER=
DNSPLUGIN=
EMAIL=my@email
STAGING=
Using Let's Encrypt as the cert provider
SUBDOMAINS entered, processing
SUBDOMAINS entered, processing
Sub-domains processed are: -d nextcloud.my.url -d airsonic.my.url -d heimdall.my.url -d qtorrent.my.url -d headphones.my.url -d vaultwarden.my.url -d organizr.my.url -d blueiris.my.url -d omv.my.url -d homeassistant.my.url -d
E-mail address entered: my@email
http validation is selected
Generating new certificate
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for my.url and 13 more domains
Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: lazylibrarian.my.url
Type: dns
Detail: DNS problem: NXDOMAIN looking up A for lazylibrarian.my.url - check that a DNS record exists for this domain; DNS problem my.url - check that a DNS record exists for this domain
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on pis machine and that it can accept inbound connections from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-
ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container
Display More
so i have recreated the container.
did i miss a simple step or did i screw it all up?
Thanks for any help