Remove Localhost Enforcement with SSL intergrated #2041
Replies: 3 comments
-
|
Is there anyway to run this using the host's IP address rather than localhost? @fdicarlo @za |
Beta Was this translation helpful? Give feedback.
-
|
The Discord channel answered this for me. Awesome community. :-) |
Beta Was this translation helpful? Give feedback.
-
|
Just change the domain name in the docker-compose.yml. DO NOT modify the TLS component. The Docker images are designed to create a self-signed cert. You just have to update your local /etc/hosts file on remote machines to point at the domain and relevant IP address until you create another TLS certificate. Once you have a TLS certificate, just update the command for the Caddy container to load the new cert and key files. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I do a lot of projects for small businesses and groups, I appreciate what you have done so far. May I please have instructions on installing without the caddy enforcing SSL? I want to be able to just spin up your application behind a reverse proxy handling SSL termination. I would like to use the IP address assigned to the host machine to reach your application.
Beta Was this translation helpful? Give feedback.
All reactions