Hi @jhhbe,
The token within the duckdns addon is for duckdns only. The letsencrypt part needs your email only.
The caddy tokens are stored in a dedicated folder within the SSL folder, therefore no interference.
BTW, you can have the best from both with following setup (which I use):
Duckdns Addon: Set accept_terms to false. That way no certificates will be created.
Caddy Addon: Here I have configured all URLs. Since Caddy takes care of the whole SSL management, no further worries.
http:
# Secrets are defined in the file secrets.yaml
api_password: !secret http_password
login_attempts_threshold: 5
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
base_url: XXXXXX.com
# ssl_certificate: /ssl/fullchain.pem
# ssl_key: /ssl/privkey.pem
And I set port forward 443>443 and 80>80 to the IP of hassio.
I’m just starting with this, so not sure if this is correct. I could not find anywhere how the other settings should be set:
But what i am interested in is having a sub-path with the default sub-domain like: ‘home.redacted.tld/nas’ instead of having an other subdomain (nas.redacted.ytld) to my synology nas.
Can someone please be so kind to help me out with this?
Thanks for your reply @bestlibre. i had to add "homeassistant": "", above "vhosts" otherwise it will re-add "homeassistant": "homeassistant.domain.tld",.