Improvements

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

View file

@ -32,11 +32,12 @@ ram.runtime = "1000M"
[install.path]
type = "path"
default = "/example"
default = "/peertube_runner"
[install.init_main_permission]
type = "group"
default = "visitors"
default = "admins"
help = "It doesn't need to be accessible to anyone. Use 'admins'."
[install.admin]
type = "user"
@ -44,6 +45,7 @@ ram.runtime = "1000M"
[install.peertube_url]
type = "string"
help = "You need to include 'https://' in the URL"
default = "https://"
[install.runner_token]
type = "string"