move some services behind authentik

This commit is contained in:
2024-11-25 17:47:44 +01:00
parent e209594229
commit ee6a628e23
11 changed files with 407 additions and 59 deletions

27
droppy/config.json Normal file
View File

@@ -0,0 +1,27 @@
{
"listeners": [
{
"host": [
"0.0.0.0",
"::"
],
"port": 8989,
"protocol": "http"
}
],
"public": true,
"timestamps": true,
"linkLength": 5,
"linkExtensions": false,
"logLevel": 2,
"maxFileSize": 0,
"updateInterval": 1000,
"pollingInterval": 0,
"keepAlive": 20000,
"uploadTimeout": 604800000,
"allowFrame": false,
"readOnly": false,
"ignorePatterns": [],
"watch": true,
"headers": {}
}