From 44a2a0f45918e3631a394484908c726e18b3f281 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 2 Mar 2022 00:06:09 +0100 Subject: [PATCH 1/3] Update manifest.json --- manifest.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index fe33aa1..e3adca4 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "upstream": { "license": "Zlib", "website": "https://biboumi.louiz.org/", - "admindoc": "Official documentation: https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst", + "admindoc": "https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst", "code": "https://lab.louiz.org/louiz/biboumi" }, "license": "Zlib", @@ -30,13 +30,11 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" } ] } From c7617ff1c158db70181ced4ae2443d338ce7e3e2 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Tue, 1 Mar 2022 23:06:17 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d756446..e303ba1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For example, if you have a YunoHost server hosting domain *example.net* and you ## Documentation and resources * Official app website: https://biboumi.louiz.org/ -* Official admin documentation: Official documentation: https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst +* Official admin documentation: https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst * Upstream app code repository: https://lab.louiz.org/louiz/biboumi * YunoHost documentation for this app: https://yunohost.org/app_biboumi * Report a bug: https://github.com/YunoHost-Apps/biboumi_ynh/issues diff --git a/README_fr.md b/README_fr.md index 4676065..87fb6d4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -33,7 +33,7 @@ For example, if you have a YunoHost server hosting domain *example.net* and you ## Documentations et ressources * Site officiel de l'app : https://biboumi.louiz.org/ -* Documentation officielle de l'admin : Official documentation: https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst +* Documentation officielle de l'admin : https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst * Dépôt de code officiel de l'app : https://lab.louiz.org/louiz/biboumi * Documentation YunoHost pour cette app : https://yunohost.org/app_biboumi * Signaler un bug : https://github.com/YunoHost-Apps/biboumi_ynh/issues From 38fc3e271b9256e1c9c3afa0e2009c84d631c928 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 21 Mar 2022 02:54:23 +0100 Subject: [PATCH 3/3] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 7926ba2..188bd27 100755 --- a/scripts/install +++ b/scripts/install @@ -99,6 +99,8 @@ chown -R _biboumi:_biboumi "/var/lib/$app" #================================================= ynh_script_progression --message="Adding a configuration file..." +mkdir -p "/etc/$app/" + ynh_add_config --template="../conf/biboumi.cfg" --destination="/etc/$app/$app.cfg" chown -R _biboumi:_biboumi "/etc/$app/$app.cfg"