Add path + help messages

This commit is contained in:
lapineige 2023-07-09 12:21:15 +02:00 committed by GitHub
parent 2fb18abc9b
commit c0e64e90b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,10 @@ ram.runtime = "1000M"
type = "domain"
full_domain = false
[install.path]
type = "path"
default = "/example"
[install.init_main_permission]
type = "group"
default = "visitors"
@ -39,9 +43,11 @@ ram.runtime = "1000M"
[install.peertube_url]
type = "string"
help = "You need to include 'https://' in the URL"
[install.runner_token]
type = "string"
help = "Token generated from Peertube web admin UI"
[resources]