multiple questions
hello,
thanks for this project, it really makes things easy.
am using Docker version 20.10.11, and mkcert after installing and configuring the sites, when i go to http://localhost:8080 it shows me empty

how do i use mkcert to create wildcard cert? for example i want *.lan so i can use a.lan, b.lan, c.lan and so on. is it possible? when i try it says unsecure in browser. is that expected?
on your site there is a typo https://pathwae.net/#conf-file
path with CONFIG_FILE environment variable.
environment: - CONFIG_FILE: /config/config.yaml
it should be
environment: CONFIG_FILE: /config/config.yaml
or
environment: - CONFIG_FILE=/config/config.yaml
Hi, sorry for the dealy.
Do you have mounted your certificate directory in /certs ?
I will precise the answer.
mkcert can of course create wildcard certificates but... you can't create a *.lan certificate as TLS/SSL doesn't allow *.tld, you need a domain like *.project.lan for example.
Thanks for the typo, I will fix it (but the issue is for https://github.com/pathwae/website)
fixed typo in https://github.com/pathwae/website/commit/cc51a25ddd16af26a44a6894f881dc7774157c49