Update packaging_apps.md

This commit is contained in:
ma.azimi@laposte.net 2016-02-24 23:23:31 +01:00 committed by YunoHost
parent 7a010222b3
commit 66cbbdc905

View file

@ -34,6 +34,9 @@ Since YunoHost has a unified architecture, you will be able to guess most of the
### Nginx configuration
<a class="btn btn-lg btn-default" href="packaging_apps_nginx_conf_en">Nginx configuration</a>
### Multi-instance
<a class="btn btn-lg btn-default" href="packaging_apps_multiinstance_en">Multi-instance</a>
### Hooks
YunoHost provides a hook system, which is accessible via the packager's script callbacks in moulinette (CLI).
The scripts have to be placed in the `hooks` repository at the root of the YunoHost package, and must be named `priority-hook_name`, for example: `hooks/50-post_user_create` will be executed after each user creation.