TFNS / CTFNote

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

Cannot upload logo #65

Closed XeR closed 2 years ago

XeR commented 2 years ago

Uploading logo when creating (not importing) a CTF converts it to data://. The resulting URL is too big for the database.

We either need to write an upload script or upload the logos to the Internet.

XeR commented 2 years ago

Maybe we can use MinIO ? This appears to be a clone of Amazon S3. This is one of the 3 self-hosted ways to upload images to Hedgedoc. On top of that there is a neat guide on how to set it up.

This feels a bit overkill for something as simple as uploading a logo. Might be worth looking into if we wish to expand CTFNote with file upload capabilities for stuff such as exploits, challenges, etc. (but do we ? Is this really a feature in the scope of CTFNote ?)

JJ-8 commented 2 years ago

I think it would be amazing to also have a small file share per challenge! It would completely eliminate the need of external communication channels during a physical CTF