more management via flees-manager

This commit is contained in:
ville rantanen
2018-02-07 23:55:39 +02:00
parent 50dc582511
commit 1d8d16a8b3
5 changed files with 256 additions and 113 deletions

View File

@@ -1,11 +1,13 @@
{
"__comment": [
"public_url: used for displaying REST API URLs in the command line utility",
"workers: number of parallel processes. single long upload reserves a process.",
"timeout: seconds for process to last. single long upload cant take longer than this.",
"uid: Docker runs as root, this changes owner of written files. -1 to skip chowning",
"max_zip_size: dont allow zip downloads if folder size exceeds this many megabytes",
"app_secret_key: used to encrypt session cookie"
],
"public_url": "https://my.server.com/flees",
"workers": 8,
"timeout": 3600,
"uid": 1000,