BitK
BitK
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...
An ical link is now available on /calendar.ics. It contains all the ctfs with their description and dates. This endpoint is protected with a token by default, the password can...
I've added a new env variable to disable SSL This is usefull if you already have a reverse proxy on front. I was in the same setting as issue #1...
API: added two new queries. - `ctfsByDate(year:int, month:int)` return all the CTFs taking place during a specific month - `ctftimeCtfById(id: number) return the CTF information from CTFTime (manager+ only) UI...