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

21 lines
702 B
TOML
Raw Permalink Normal View History

2022-05-28 14:06:58 +02:00
version = "1.0"
[main]
name = "Librarian configuration"
2023-04-12 23:19:10 +02:00
services = ["__ID__"]
2022-05-28 14:06:58 +02:00
[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."
2023-04-12 23:19:10 +02:00
bind = "INSTANCE_COUNTRY:__INSTALL_DIR__/config.yml"
2022-05-28 14:06:58 +02:00
[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."
2023-04-12 23:19:10 +02:00
bind = "INSTANCE_PROVIDER:__INSTALL_DIR__/config.yml"