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