chore: add gzctf
All checks were successful
CI / validateComposeSyntax (push) Successful in 18s

This commit is contained in:
LRVT
2025-05-27 10:59:58 +02:00
parent e37cca0f16
commit bbf2337375
4 changed files with 113 additions and 0 deletions

14
examples/gzctf/README.md Normal file
View File

@@ -0,0 +1,14 @@
# References
- https://gzctf.gzti.me/guide/start/quick-start.html
- https://github.com/GZTimeWalker/GZCTF
# Notes
You have to pre-supply the `appsettings.json` in the bind mount volume dir.
````
sudo mkdir -p /mnt/docker-volumes/gzctf/config
sudo chmod -R 775 /mnt/docker-volumes/gzctf/config
cp appsettings.json /mnt/docker-volumes/gzctf/config/.
````