From 2e8373397a4283a7fa444c689f3f8fef5cef2679 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Sat, 24 Feb 2024 15:23:16 +0100 Subject: [PATCH] password_couchdb_admin --- manifest.toml | 4 +--- scripts/install | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9a13234..ef14b08 100644 --- a/manifest.toml +++ b/manifest.toml @@ -64,9 +64,7 @@ ram.runtime = "50M" type = "group" default = "visitors" - [install.password] - - [install.password.couchdb] + [install.password_couchdb_admin] # couchdb admin password type = password diff --git a/scripts/install b/scripts/install index 1d2e0a5..6069601 100755 --- a/scripts/install +++ b/scripts/install @@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers #================================================= # Not stored by default -ynh_app_setting_set --app=$app --key=password --value="$password" +ynh_app_setting_set --app=$app --key=password --value="$password_couchdb_admin" #================================================= # NGINX CONFIGURATION