mirror of
https://github.com/YunoHost-Apps/tube_ynh.git
synced 2024-09-04 01:46:11 +02:00
41 lines
1,002 B
JSON
41 lines
1,002 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": __MAX_UPLOAD_SIZE__
|
|
},
|
|
"thumbnailer": {
|
|
"timeout": 60
|
|
},
|
|
"transcoder": {
|
|
"timeout": 1200,
|
|
"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_EMAIL__"
|
|
},
|
|
"copyright": "__COPYRIGHT_TEXT__"
|
|
},
|
|
"copyright": {
|
|
"content": "All Content herein Public Domain and User Contributed."
|
|
}
|
|
}
|