1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

trying to fix "Unknown key 'services' found in config panel"

This commit is contained in:
OniriCorpe 2023-09-07 18:17:04 +02:00
parent 5c7e58b6aa
commit ac38702732

View file

@ -3,13 +3,14 @@ version = "1.0"
[main]
name = "Adguard configuration"
[main.options]
name = "Enable some features"
services = ["__APP__"]
[main.options.dns_over_https]
ask = "Enable DNS-over-HTTPS"
type = "boolean"
yes = "true"
no = "false"
bind = "allow_unencrypted_doh:__FINALPATH__/AdGuardHome.yaml"
services = [ '__APP__' ]
[main.options]
name = "Enable some features"
[main.options.dns_over_https]
ask = "Enable DNS-over-HTTPS"
bind = "allow_unencrypted_doh:__FINALPATH__/AdGuardHome.yaml"
no = "false"
type = "boolean"
yes = "true"