lucaslorentz/caddy how to disable auto ssl
When I use the non-443 port it can’t work,how to Configure
Hello!
Well, in the context of Seafile, try the following:
→ Remove the SEAFILE_SERVER_PROTOCOL
line in your .env
file.
→ In your caddy.yml
file, set your ports
to 80:80
.
→ In your seafile-server.yml
file:
<snip>
seafile:
...
labels:
caddy: ${SEAFILE_SERVER_PROTOCOL:-http}://${SEAFILE_SERVER_HOSTNAME:?Variable is not set or empty}
<snip>