1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librarian_ynh.git synced 2024-09-03 19:36:01 +02:00
librarian_ynh/config_panel.toml
Éric Gaspar 7a9cfbdb65 fix
2023-04-12 23:19:10 +02:00

20 lines
702 B
TOML

version = "1.0"
[main]
name = "Librarian configuration"
services = ["__ID__"]
[main.config]
name = "Configuration Options"
[main.config.instance_country]
ask = "Instance country location"
type = "string"
help = "The country your instance is located. Leave blank if hosting on darknet."
bind = "INSTANCE_COUNTRY:__INSTALL_DIR__/config.yml"
[main.config.instance_provider]
ask = "Name of your hosting provider"
type = "string"
help = "Put the name of your hosting provider. If hosting from home, use the name of your ISP. Leave blank if hosting on darknet."
bind = "INSTANCE_PROVIDER:__INSTALL_DIR__/config.yml"