diff --git a/conf/config.json b/conf/config.json index f907bf1..9c18303 100644 --- a/conf/config.json +++ b/conf/config.json @@ -10,7 +10,7 @@ "port": __PORT__, "store_path": "tube.db", "upload_path": "__DATADIR__/uploads", - "max_upload_size": __MAX_UPLOAD_SIZE__*1024*1024 + "max_upload_size": __MAX_UPLOAD_SIZE__ }, "thumbnailer": { "timeout": 60 diff --git a/config_panel.toml b/config_panel.toml index 0092627..d4d05a9 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -26,5 +26,5 @@ services = ["__APP__"] ask = "Feed Description" type = "string" help = "Set the feed description for your RSS feed" - bind = "title:/var/www/__APP__/config.json" + bind = "description:/var/www/__APP__/config.json" \ No newline at end of file diff --git a/scripts/install b/scripts/install index 74ac579..36dcc3b 100755 --- a/scripts/install +++ b/scripts/install @@ -30,7 +30,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC app=$YNH_APP_INSTANCE_NAME -max_upload_size=100 +max_upload_size=1048576000 feed_title="Feed title" feed_description="Feed description"