Hi,
I have a problem with freshrss package.
In post_user_create and post_user_delete hooks, I need YNH_APP_INSTANCE_NAME in order to create/delete users into the right instance.
But it looks like the variable is not provided. Am I doing something wrong or is it a bug ?
And something not related :
freshrss app doen’t appear in the jenkins ci anymore, should I do something do get it back ?
I don’t think hooks have the variable $YNH_APP_INSTANCE_NAME, because hooks are not executed by apps, but by yunohost directly.
But, if you need this variable, the better way si to set it in the hook script during the install of the app.
This other CI is for packagers who don’t (or don’t want to) use Package check on their own.
On this CI, any packager can push his apps on a personal directory, and then the CI will add and check them.
More informations here.