mirror of
https://github.com/YunoHost-Apps/biboumi_ynh.git
synced 2024-09-03 18:15:58 +02:00
commit
dc73976332
4 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue