XeR
XeR
I think I encountered this bug today. My newsboat often locks when I use it before all the feeds are reloaded but it is the first time I get a...
https://github.com/TFNS/CTFNote/blob/bac4b5c4b97f871ce3203fc577c4e07901311c02/front/src/ctfnote/parsers/justctf.ts#L33-L35
> how well was the new interface received by the team? Pretty good overall. The major pain point comes from the CTF list that shows the first CTF of the...
This is because the `db` container is hardcoded in [the Dockerfile](https://github.com/TFNS/CTFNote/blob/main/api/Dockerfile#L58) You should be able to fix it with: ```yaml services: api: command: ["start.sh", "${DB_HOST}", "${DB_PORT}", "yarn", "start"] ```
Oops ! I meant `./start.sh` instead of `start.sh`
Reopening this because this should be fixed
Hi ! This is strange. What commit did you deploy ? Are there any errors in the browser's console ?
> Does it make sense to you @XeR? Can you try that approach and check if it fixes the two crashes? I was playing around with the code today. It...
Thanks for the PR ! I'd like to get #217 merged first. @JJ-8 since you've worked on Github-specific yaml files, your feedback on this PR would be very valuable