1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transfersh_ynh.git synced 2024-09-04 01:35:59 +02:00
transfersh_ynh/config_panel.toml.example

39 lines
1.1 KiB
Text
Raw Normal View History

2022-06-25 13:37:10 +02:00
version = "1.0"
[main]
name = "Transfer.sh configuration"
services = ["__APP__"]
[main.config]
name = "Configuration Options"
[main.config.purge_day]
ask = "Interval for automatic purge"
type = "string"
help = "Interval in hours to run the automatic purge for (not applicable to S3 and Storj)"
bind = "PURGE_DAYS:__FINALPATH__/.env"
[main.config.max_upload_size]
ask = "Select metadata extractor"
type = "select"
choices = ["-", "5", "10"]
default = "-"
help = "Max upload size in kilobytes"
bind = "MAX_UPLOAD_SIZE:__FINALPATH__/.env"
[main.config.max_days]
ask = "Max days"
type = "select"
choices = ["-", "5", "10"]
default = "-"
help = "Set the number of days before deletion"
bind = "MAX_DAYS:__FINALPATH__/.env"
[main.config.max_downloads]
ask = "Max downloads"
type = "select"
choices = ["-", "1", "5", "10"]
default = "-"
help = "Limit the number of downloads"
bind = "MAX_DOWNLOADS:__FINALPATH__/.env"