share manager

This commit is contained in:
2018-01-26 11:13:44 +02:00
parent 68cf43cc57
commit 6c67f54d8d
3 changed files with 90 additions and 4 deletions

View File

@@ -1,9 +1,13 @@
{
"__comment": [
"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"
],
"workers": 8,
"timeout": 3600,
"uid_comment": "Docker runs as root, this changes owner of written files.",
"uid": 1000,
"__comment": "most likely you will not change anything after this line",
"__do_not_edit": "most likely you will not change anything after this line",
"data_folder": "data",
"shares_file": "data/shares.json",
"date_format": "%Y-%m-%d %H:%M"