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 ]
2022-08-27 09:12:04 +02:00
ask = "Max Upload Size"
2022-08-27 07:44:40 +02:00
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 ]
2022-08-27 09:12:04 +02:00
ask = "Feed Title"
2022-08-27 08:52:35 +02:00
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 09:12:04 +02:00
[ main . rss . author_name ]
ask = "Author Name"
type = "string"
help = "Set the author name for the RSS feed"
bind = "name:/var/www/__APP__/config.json"
[ main . rss . author_email ]
ask = "Author Email"
type = "string"
help = "Set the author email for the RSS feed"
bind = "email:/var/www/__APP__/config.json"
2022-08-27 09:14:10 +02:00
[ main . rss . copyright_text ]
ask = "Copyright Text"
type = "string"
help = "Set copyright text for the RSS feed"
2022-08-27 09:19:08 +02:00
bind = "copyright:/var/www/__APP__/config.json"