TFNS / CTFNote

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

Cannot create new task #152

Closed deltaclock closed 2 years ago

deltaclock commented 2 years ago

Hello,

Im trying to run this project by cloning the latest version and starting the containers with docker-compose.

While I can create a new ctf, I cant create any manual new tasks under it using the create button.

Am I doing something wrong or this a bug?

Thanks

SakiiR commented 2 years ago

Hi !

I faced the same issue recently with the main branch, I think it's due to the actual hedgedoc configuration.

As a quick fix, you can use the dev branch which works fine.

JJ-8 commented 2 years ago

Closing this issue since the dev branch is merged into main. If this issue still persist, feel free to reopen this issue.

Anthares101 commented 2 years ago

Hello, Im having this same problem problem. For me the solution is to change the PAD_CREATE_URL variable in the api service to: https:///pad/new. In previous versions everything was working fine, I don't know if maybe I'm missing something.