From 92b1e0a61acb78cacdd97e0bddf2a18c9c9813f7 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Sat, 24 Feb 2024 15:17:33 +0100 Subject: [PATCH] couchdb password added to manifest --- manifest.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 53dd02f..9a13234 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,13 +57,19 @@ ram.runtime = "50M" # e.g. 'https://doma.in/path' - might not work, needs to be tested: # https://codeberg.org/ChriChri/flohmarkt_ynh/issues/4 type = "path" - default = "/flohmarkt" + default = "/" [install.init_main_permission] # who will be able to access the apps URL after installation? type = "group" default = "visitors" + [install.password] + + [install.password.couchdb] + # couchdb admin password + type = password + [resources] # See the packaging documentation for the full set # of explanation regarding the behavior and properties for each of those