mirror of
https://github.com/YunoHost-Apps/peertube_remote_runner_ynh.git
synced 2024-09-03 19:56:21 +02:00
Improvements
This commit is contained in:
parent
c0e64e90b8
commit
dfa36b94ec
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue