tube/config.json
2024-12-23 21:54:59 +05:00

39 lines
934 B
JSON

{
"library": [
{
"path": "videos",
"prefix": "",
"preserve_upload_filename": false
}
],
"server": {
"host": "0.0.0.0",
"port": 8080,
"store_path": "tube.db",
"upload_path": "uploads",
"preserve_upload_filename": false,
"max_upload_size": 104857600
},
"thumbnailer": {
"timeout": 60,
"position_from_start": 3
},
"transcoder": {
"timeout": 300,
"sizes": null
},
"feed": {
"external_url": "",
"title": "Feed",
"link": "http://your-url.example/about",
"description": "Feed Description",
"author": {
"name": "Surdeus",
"email": "surdeus@gmail.com"
},
"copyright": "Copyright Text"
},
"copyright": {
"content": "All Content herein Public Domain and User Contributed."
}
}