You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: