YunoHost-Apps / kresus_ynh

Kresus (personal finance manager) for YunoHost
https://kresus.org/
GNU Affero General Public License v3.0
20 stars 20 forks source link

Limit access to a specific user #66

Open nicofrand opened 4 years ago

nicofrand commented 4 years ago

Instead of relying on the admin setting the users permissions after the installation, we should ask for which user the app will be available. and use ynh_permission_create --permission "permission_name" --url /admin --allowed "username" (where username comes from https://github.com/YunoHost/example_ynh/blob/master/manifest.json#L47-L54) in the install script.

This will still require 1 database and daemon per installation.

Or wait for Kresus' multi-users management.

Thatoo commented 3 years ago

Is it possible to combine the ynh permission system and the possibility to install several kresus on one yunohost?