From dfa36b94ecd2539e8369fecf50acfcf49fd51a59 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 9 Jul 2023 12:25:31 +0200 Subject: [PATCH] Improvements --- manifest.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9db2913..e9d96e7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"