mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
14 lines
495 B
TOML
14 lines
495 B
TOML
version = "1.0"
|
|
name = "SNServer configuration panel"
|
|
|
|
[main]
|
|
name = "SNserver configuration"
|
|
|
|
[main.access_domain]
|
|
name = "Access Domain"
|
|
|
|
[main.access_domain.access_domain]
|
|
ask = "Which web app can access the Standart Notes Extensions?"
|
|
type = "string"
|
|
default = ""
|
|
help = "Please enter the domain without the path of a Standart Notes Web App, which should have access to the Standard Notes Extensions.<br>Example: domain.tld, notes.domain.tld"
|