TFNS / CTFNote

CTFNote is a collaborative tool aiming to help CTF teams to organise their work.
GNU General Public License v3.0
510 stars 57 forks source link

Create a alternative docker-compose.yml with reverse proxy #114

Open B-i-t-K opened 2 years ago

B-i-t-K commented 2 years ago

It could be nice to have a docker-compose.with-ssl.yml that provide ctfnote + a reverse proxy with SSL (let's encrypt)

It's easy to do with traefik or caddy. We just need to find an easy way for users to provide the domain name and registration email without messing with the default config

cocoonkid commented 2 years ago

It works perfectly fine with https://github.com/bunkerity/bunkerized-nginx or https://github.com/nginx-proxy/nginx-proxy.