move some services behind authentik
This commit is contained in:
27
droppy/config.json
Normal file
27
droppy/config.json
Normal 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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user