tube/config.json

40 lines
934 B
JSON
Raw Permalink Normal View History

2019-06-27 23:09:17 +03:00
{
"library": [
{
"path": "videos",
"prefix": "",
"preserve_upload_filename": false
}
],
2019-06-27 23:09:17 +03:00
"server": {
2020-03-21 04:03:00 +03:00
"host": "0.0.0.0",
2024-12-23 19:54:59 +03:00
"port": 8080,
"store_path": "tube.db",
"upload_path": "uploads",
"preserve_upload_filename": false,
"max_upload_size": 104857600
2019-06-29 06:50:59 +03:00
},
"thumbnailer": {
"timeout": 60,
"position_from_start": 3
},
2020-03-22 14:41:26 +03:00
"transcoder": {
"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": "",
2024-12-23 19:54:59 +03:00
"title": "Feed",
2019-06-29 06:50:59 +03:00
"link": "http://your-url.example/about",
"description": "Feed Description",
"author": {
2024-12-23 19:54:59 +03:00
"name": "Surdeus",
"email": "surdeus@gmail.com"
2019-06-29 06:50:59 +03:00
},
"copyright": "Copyright Text"
},
"copyright": {
"content": "All Content herein Public Domain and User Contributed."
2019-06-27 23:09:17 +03:00
}
2024-12-23 19:54:59 +03:00
}