Replies: 1 comment
-
I ended up just wrapping everything with caddy as I normally do . this helps for advanced features that demand https in order to work. Because htmxgo is self referential it’s possible to modify caddy as new sites are added in demand . Caddy config is kept in memory . this is the exact same trick used for the caddy docker proxy , where the docker tags are used to tell caddy what config it needs . so I decided it’s worth working on a service locator that can do this for local and docker . this will make it very easy to auto deploy to any server with or without docker. For reference , caddy file generator … https://github.com/lucaslorentz/caddy-docker-proxy/tree/master/caddyfile scale to zero and scale out with caddy : |
Beta Was this translation helpful? Give feedback.
-
when running simple auth locally, I get different password / TPM behaviour.
Like all web advanced stuff you need to be under https for it to work, so would be good to have caddy involved.
Beta Was this translation helpful? Give feedback.
All reactions