From c0e64e90b807a78a1a3c70c562290427098d808d Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 9 Jul 2023 12:21:15 +0200 Subject: [PATCH] Add path + help messages --- manifest.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.toml b/manifest.toml index 1cd5779..9db2913 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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]