1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tube_ynh.git synced 2024-09-04 01:46:11 +02:00
tube_ynh/conf/config.json
ericgaspar ef550741ca Fix
2022-08-27 07:44:40 +02:00

41 lines
983 B
JSON

{
"library": [
{
"path": "__DATADIR__/videos",
"prefix": ""
}
],
"server": {
"host": "127.0.0.1",
"port": __PORT__,
"store_path": "tube.db",
"upload_path": "__DATADIR__/uploads",
"max_upload_size": 104857600
},
"thumbnailer": {
"timeout": 60
},
"transcoder": {
"timeout": 600,
"sizes": {
"hd720": "720p",
"hd480": "480p",
"nhd": "360p",
"film": "240p"
}
},
"feed": {
"external_url": "https://__DOMAIN__",
"title": "Feed Title",
"link": "http://__DOMAIN__/about",
"description": "Feed Description",
"author": {
"name": "Author Name",
"email": "author@somewhere.example"
},
"copyright": "Copyright Text"
},
"copyright": {
"content": "All Content herein Public Domain and User Contributed."
}
}