mirror of
https://github.com/YunoHost-Apps/petrolette_ynh.git
synced 2024-09-03 19:56:26 +02:00
14 lines
304 B
TOML
14 lines
304 B
TOML
version = "1.0"
|
|
|
|
[main]
|
|
|
|
services = ["__APP__"]
|
|
|
|
[main.customization]
|
|
|
|
[main.customization.instanceType]
|
|
ask = "Mono user instance"
|
|
type = "boolean"
|
|
help = "If this instance is mono user, the feed list will be the same for all users"
|
|
bind = "instance_type()"
|
|
|