mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
14 lines
599 B
TOML
14 lines
599 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(s) without the path of a Standart Notes Web App, which should have access to the Standard Notes Extensions.<br>Example: domain.tld<br>Example: https://domain.tld<br>Example: domain.tld notes.domain.tld<br>Example: domain.tld https://notes.domain.tld"
|