mirror of
https://github.com/YunoHost-Apps/tube_ynh.git
synced 2024-09-04 01:46:11 +02:00
Fix
This commit is contained in:
parent
102b611ea9
commit
039b4c7657
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
"port": __PORT__,
|
"port": __PORT__,
|
||||||
"store_path": "tube.db",
|
"store_path": "tube.db",
|
||||||
"upload_path": "__DATADIR__/uploads",
|
"upload_path": "__DATADIR__/uploads",
|
||||||
"max_upload_size": __MAX_UPLOAD_SIZE__*1024*1024
|
"max_upload_size": __MAX_UPLOAD_SIZE__
|
||||||
},
|
},
|
||||||
"thumbnailer": {
|
"thumbnailer": {
|
||||||
"timeout": 60
|
"timeout": 60
|
||||||
|
|
|
@ -26,5 +26,5 @@ services = ["__APP__"]
|
||||||
ask = "Feed Description"
|
ask = "Feed Description"
|
||||||
type = "string"
|
type = "string"
|
||||||
help = "Set the feed description for your RSS feed"
|
help = "Set the feed description for your RSS feed"
|
||||||
bind = "title:/var/www/__APP__/config.json"
|
bind = "description:/var/www/__APP__/config.json"
|
||||||
|
|
|
@ -30,7 +30,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
max_upload_size=100
|
max_upload_size=1048576000
|
||||||
feed_title="Feed title"
|
feed_title="Feed title"
|
||||||
feed_description="Feed description"
|
feed_description="Feed description"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue