kekkoudesu / Booktype-py3

Booktype rewrite in Python 3 for the modern world.
https://booktype.org
GNU Affero General Public License v3.0
0 stars 0 forks source link

Replace Nginx with Caddy for automatic SSL #2

Open kekkoudesu opened 4 weeks ago

kekkoudesu commented 4 weeks ago

Automated SSL is an absolute pain in Docker without Caddy, which does automated SSL, so let's replace Nginx with Caddy.

kekkoudesu commented 4 weeks ago

Alternatively, consider exposing the /static/ and /data/ directories with Volumes so Caddy can sit in front on the host.