1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/biboumi_ynh.git synced 2024-09-03 18:15:58 +02:00

Merge pull request #18 from YunoHost-Apps/testing

Testing
This commit is contained in:
yalh76 2022-03-21 18:11:52 +01:00 committed by GitHub
commit dc73976332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -37,7 +37,7 @@ For example, if you have a YunoHost server hosting domain *example.net* and you
## Documentation and resources ## Documentation and resources
* Official app website: https://biboumi.louiz.org/ * 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 * Upstream app code repository: https://lab.louiz.org/louiz/biboumi
* YunoHost documentation for this app: https://yunohost.org/app_biboumi * YunoHost documentation for this app: https://yunohost.org/app_biboumi
* Report a bug: https://github.com/YunoHost-Apps/biboumi_ynh/issues * Report a bug: https://github.com/YunoHost-Apps/biboumi_ynh/issues

View file

@ -33,7 +33,7 @@ For example, if you have a YunoHost server hosting domain *example.net* and you
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : https://biboumi.louiz.org/ * 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 * 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 * Documentation YunoHost pour cette app : https://yunohost.org/app_biboumi
* Signaler un bug : https://github.com/YunoHost-Apps/biboumi_ynh/issues * Signaler un bug : https://github.com/YunoHost-Apps/biboumi_ynh/issues

View file

@ -11,7 +11,7 @@
"upstream": { "upstream": {
"license": "Zlib", "license": "Zlib",
"website": "https://biboumi.louiz.org/", "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" "code": "https://lab.louiz.org/louiz/biboumi"
}, },
"license": "Zlib", "license": "Zlib",
@ -30,13 +30,11 @@
"install" : [ "install" : [
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain"
"example": "example.com"
}, },
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user"
"example": "johndoe"
} }
] ]
} }

View file

@ -99,6 +99,8 @@ chown -R _biboumi:_biboumi "/var/lib/$app"
#================================================= #=================================================
ynh_script_progression --message="Adding a configuration file..." ynh_script_progression --message="Adding a configuration file..."
mkdir -p "/etc/$app/"
ynh_add_config --template="../conf/biboumi.cfg" --destination="/etc/$app/$app.cfg" ynh_add_config --template="../conf/biboumi.cfg" --destination="/etc/$app/$app.cfg"
chown -R _biboumi:_biboumi "/etc/$app/$app.cfg" chown -R _biboumi:_biboumi "/etc/$app/$app.cfg"