Replies: 4 comments 2 replies
-
it haas been on my mind for a while to add proxy configuration, but never got there. ⏲️ I never used Caddy, only nginx and traefik, but i guess is just another tool in the reverse proxy arsenal. |
Beta Was this translation helpful? Give feedback.
-
Caddy was attractive because you basically configure almost nothing, it handles it all to set up and maintain your certificates and such. It is written in Go so perhaps there might be performance cases where nginx would do better, but for this type of application I think it would be fine. I guess it depends on how far out the installation scales. But that is part of the beauty of a docker configuration, you can swap out the pieces to find something that works for you. Very unix-like with pluggable pieces to do a larger job. :) BTW: This is an incredible thing you have built and made available. I didn't see it mentioned, but is there a preferred way to make a small donation to show appreciation? |
Beta Was this translation helpful? Give feedback.
-
There is a sponsoring button on the front page of ztnet. |
Beta Was this translation helpful? Give feedback.
-
If you would'nt mind helping - when i use your https docker-compose file modification - i get the ZTNET landingpage but now the backend seems to have some sort of problem, as i can create a new user and fill in the login information fields, but the logging in circle just keeps spinning: (i've set the public hostname in the compose file just redacted / replaced it below for security reasons) [next-auth][error][CLIENT_FETCH_ERROR] |
Beta Was this translation helpful? Give feedback.
-
I was surprised there was no HTTPS proxy in the docker-compose.yml file.
I just borrowed a bit from the ztncui one I had running to get it set up and thought I'd offer it here.
Beta Was this translation helpful? Give feedback.
All reactions