Update manifest.toml

This commit is contained in:
ericgaspar 2023-11-25 08:42:50 +01:00
parent da39f0d6e5
commit ff41d3cf23

View file

@ -46,11 +46,15 @@ ram.runtime = "1000M"
[install.peertube_url] [install.peertube_url]
type = "string" type = "string"
ask.en = "Please enter Peertube URL"
ask.fr = "Veuillez entrer l'URL de Peertube"
help = "You need to include 'https://' in the URL" help = "You need to include 'https://' in the URL"
default = "https://" default = "https://"
[install.runner_token] [install.runner_token]
type = "string" type = "string"
ask.en = "Please enter the Peertube token"
ask.fr = "Veuillez entrer le jeton Peertube"
help = "Token generated from Peertube web admin UI" help = "Token generated from Peertube web admin UI"
[resources] [resources]