mirror of
https://github.com/YunoHost-Apps/simplex_ynh.git
synced 2024-09-03 20:26:28 +02:00
14 lines
343 B
TOML
14 lines
343 B
TOML
version = "1.0"
|
|
|
|
[main]
|
|
name = "Simplex configuration"
|
|
services = ["xftp"]
|
|
|
|
[main.config]
|
|
name = "Configuration Options"
|
|
|
|
[main.config.storage_quota]
|
|
ask = "File storage quota"
|
|
type = "string"
|
|
help = "File storage quota (e.g. 100gb)"
|
|
bind = "storage_quota:/etc/opt/simplex-xftp/file-server.ini"
|