init: technical take home for gitlab operate

This commit is contained in:
uhryniuk
2026-01-15 20:18:23 -06:00
commit a9a7e13bbe
149 changed files with 1812 additions and 0 deletions

6
example.config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"port": 8080,
"host": "0.0.0.0",
"root_path": "./public",
"auth_secret": "secret-token"
}