mother-of-all-self-hosting / mash-playbook

🐋 Ansible playbook which helps you host various FOSS services as Docker containers on your own server
GNU Affero General Public License v3.0
477 stars 62 forks source link

certificate issue since traeffic update ? #296

Open feydreva opened 2 weeks ago

feydreva commented 2 weeks ago

Hello, i am only running nextcloud on my mash instance.

I upgraded the playbook today. I also changed the var.yml to removre devture_ from the line postgres_backup_enabled traefik_config_certificatesResolvers_acme_email

since I upgraded the playbook, vars.yml, and my system, my nextcloud instance is giving me untrusted certificate error. Instead of the certificate for my domain, it is using a traefik default certificate. It used to be a let's encrypt certificate.

I see from changelog biggest change was traefik V3 and HTTP/3.. but I don't see anything about certificats

What should I do to get my certificats back and correct this issue. Nextcloud is not accessible anymore.

Thank you for you help

feydreva commented 1 week ago

Hello,

I ran just roles and just setup-all again and it solved itself. not sure why / how. since I ran it twice also last week when I saw the issue..