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 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" } ] } 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"