mirror of
https://github.com/YunoHost-Apps/headscale_ynh.git
synced 2024-09-03 19:25:53 +02:00
Headscale's URL should be publically accessible
This commit is contained in:
parent
e536991836
commit
29faaf1cca
1 changed files with 3 additions and 4 deletions
|
@ -41,10 +41,6 @@ ram.runtime = "50M"
|
||||||
ask.en = "Choose the path to install Dex on."
|
ask.en = "Choose the path to install Dex on."
|
||||||
default = "/dex"
|
default = "/dex"
|
||||||
|
|
||||||
[install.init_main_permission]
|
|
||||||
type = "group"
|
|
||||||
default = "visitors"
|
|
||||||
|
|
||||||
[install.base_domain]
|
[install.base_domain]
|
||||||
type = "string"
|
type = "string"
|
||||||
ask.en = "Choose the base domain for Headscale's MagicDNS feature"
|
ask.en = "Choose the base domain for Headscale's MagicDNS feature"
|
||||||
|
@ -75,6 +71,9 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
main.show_tile = false
|
||||||
|
main.allowed = "visitors"
|
||||||
|
main.protected = true
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
main.default = 8080
|
main.default = 8080
|
||||||
|
|
Loading…
Add table
Reference in a new issue