From 02bd4596ae7304ac3855616b9ed4e11524198ef9 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 8 Mar 2023 09:35:01 +0100 Subject: [PATCH] let install in path --- manifest.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.toml b/manifest.toml index 472ee9c..54bf7d8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -31,6 +31,12 @@ ram.runtime = "50M" # this is a generic question - ask strings are automatically handled by Yunohost's core type = "domain" full_domain = true + + [install.path] + # this is a generic question - ask strings are automatically handled by YunoHost's core + type = "path" + default = "/helloworld" + [install.init_main_permission] type = "group"