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/config_panel.toml

30 lines
1 KiB
TOML
Raw Normal View History

2022-08-27 00:04:19 +02:00
version = "1.0"
[main]
2022-08-27 07:44:40 +02:00
name = "Tube configuration"
2022-08-27 00:04:19 +02:00
services = ["__APP__"]
2022-08-27 07:44:40 +02:00
[main.config]
name = "Configuration Options"
2022-08-27 00:04:19 +02:00
2022-08-27 07:44:40 +02:00
[main.config.max_upload_size]
ask = "Max upload size"
type = "number"
help = "Set max_upload_size to the maximum number of bytes you wish to impose on uploaded and imported videos. Upload(s)/Import(s) that exceed this size will by denied by the server. This is a saftey measure so as to not DoS the Tube server instance. Set it to a sensible value you see fit."
bind = "max_upload_size:/var/www/__APP__/config.json"
2022-08-27 08:52:35 +02:00
[main.rss]
name = "RSS feed information"
[main.rss.feed_title]
ask = "Feed title"
type = "string"
help = "Set the feed title for your RSS feed"
bind = "title:/var/www/__APP__/config.json"
[main.rss.feed_description]
ask = "Feed Description"
type = "string"
help = "Set the feed description for your RSS feed"
2022-08-27 09:02:33 +02:00
bind = "description:/var/www/__APP__/config.json"
2022-08-27 07:44:40 +02:00