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