fausecteam / ctf-gameserver

FAUST Gameserver for attack-defense CTFs
https://ctf-gameserver.org
ISC License
64 stars 27 forks source link

DB: Add slug field for services #16

Closed F30 closed 5 years ago

F30 commented 6 years ago

In addition to its name, each service should have a slug stored in the database. That would make it easier to identify the files for its checker in the file system.

For FAUST CTF, we already have a slug in each service's metadata file, to identify its associated files.

F30 commented 5 years ago

Related to #38.

F30 commented 5 years ago

Possibly also adjust ServiceFilter to use the slug in admin URLs.