From 315db2ad8c84d9de5b9d9ce17f8e26893d91eb63 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Thu, 18 Apr 2024 17:26:18 +0200 Subject: [PATCH] manifest corrections --- manifest.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index ed3c6f6..be3f946 100644 --- a/manifest.toml +++ b/manifest.toml @@ -34,7 +34,7 @@ multi_instance = false # the "ldap" key corresponds to wether or not a user *can* login on the app using # its YunoHost credentials. # https://codeberg.org/ChriChri/flohmarkt_ynh/issues/2 -ldap = "false" +ldap = false # the "sso" key corresponds to wether or not a user is *automatically logged-in* # on the app when logged-in on the YunoHost portal. @@ -42,7 +42,7 @@ ldap = "false" # Basic ." # https://yunohost.org/de/packaging_sso_ldap_integration#sso-integration # https://codeberg.org/ChriChri/flohmarkt_ynh/issues/3 -sso = "false" +sso = false # FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G... disk = "10M" @@ -86,6 +86,7 @@ ram.runtime = "50M" [install.mail_user] # @@ any type for this to make sure it can be used as the user part of an email address? default = "flohmarkt" + type = "string" ask.en = "mail sender local part" help.en = "flohmarkt will send emails using the sender @. Please provide the part." ask.de = "E-Mail-Absender Benutzername" @@ -101,6 +102,7 @@ ram.runtime = "50M" [install.flohmarkt_name] # flohmarkt.conf: "InstanceName" + type = "string" default = "my yunohost flohmarkt" ask.en = "name of your flohmarkt instance" ask.de = "Name des Flohmarkts"