Replies: 2 comments 2 replies
-
WARNING: Completely untested configuration! I will report later.
|
Beta Was this translation helpful? Give feedback.
-
So my attempts to simplify the The reason I want to have https on the custom network is because my ownCLoud instance (ocis) needs to be able to reach Authelia and it does this through regular (secure!) TCP sockets. So In example 4 this then becomes:
the difference: on the custom network, all entries are doubled: one for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for this repo. I switched from nginx to caddy and got my setup up and running in less than 1 hour.
One thing that I didn't quite get right is to have Caddy listen on the local network for HTTPS. I have some services that insist on communicating through TLS even for local connections.
I solved this by copying the blocks of all the different (sub)domains in the caddyfile so both http and https are there:
I was wondering if there is a more elegant way of doing this.
Also, you only specify
h1
on the custom network. Could you enlighten me why this is?Beta Was this translation helpful? Give feedback.
All reactions