2019-06-27 23:09:17 +03:00
|
|
|
{
|
2019-07-03 21:25:42 +03:00
|
|
|
"library": [
|
|
|
|
{
|
|
|
|
"path": "videos",
|
2023-01-16 14:33:12 +03:00
|
|
|
"prefix": "",
|
|
|
|
"preserve_upload_filename": false
|
2019-07-03 21:25:42 +03:00
|
|
|
}
|
|
|
|
],
|
2019-06-27 23:09:17 +03:00
|
|
|
"server": {
|
2020-03-21 04:03:00 +03:00
|
|
|
"host": "0.0.0.0",
|
2020-03-22 11:01:27 +03:00
|
|
|
"port": 8000,
|
2020-03-25 05:40:00 +03:00
|
|
|
"store_path": "tube.db",
|
2020-03-29 10:41:10 +03:00
|
|
|
"upload_path": "uploads",
|
2023-01-16 14:33:12 +03:00
|
|
|
"preserve_upload_filename": false,
|
2020-03-29 10:41:10 +03:00
|
|
|
"max_upload_size": 104857600
|
2019-06-29 06:50:59 +03:00
|
|
|
},
|
2020-03-26 07:34:19 +03:00
|
|
|
"thumbnailer": {
|
2022-08-26 02:15:27 +03:00
|
|
|
"timeout": 60,
|
|
|
|
"position_from_start": 3
|
2020-03-26 07:34:19 +03:00
|
|
|
},
|
2020-03-22 14:41:26 +03:00
|
|
|
"transcoder": {
|
2020-03-31 12:04:21 +03:00
|
|
|
"timeout": 300,
|
|
|
|
"sizes": null
|
2020-03-22 14:41:26 +03:00
|
|
|
},
|
2019-06-29 06:50:59 +03:00
|
|
|
"feed": {
|
2019-06-29 19:16:01 +03:00
|
|
|
"external_url": "",
|
2019-06-29 06:50:59 +03:00
|
|
|
"title": "Feed Title",
|
|
|
|
"link": "http://your-url.example/about",
|
|
|
|
"description": "Feed Description",
|
|
|
|
"author": {
|
|
|
|
"name": "Author Name",
|
|
|
|
"email": "author@somewhere.example"
|
|
|
|
},
|
|
|
|
"copyright": "Copyright Text"
|
2021-06-08 16:22:14 +03:00
|
|
|
},
|
|
|
|
"copyright": {
|
|
|
|
"content": "All Content herein Public Domain and User Contributed."
|
2019-06-27 23:09:17 +03:00
|
|
|
}
|
2022-08-26 02:15:27 +03:00
|
|
|
}
|