1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
Ihatemoney package for YunoHost
Find a file
JocelynDelalande 745c7554d2 Merge pull request #14 from Jojo144/master
Add Update command to Readme.md
2017-06-24 13:51:58 +02:00
conf [fix] fix static path for nginx conf 2017-06-21 17:10:26 +02:00
scripts [fix] fix static path for nginx conf 2017-06-21 17:10:26 +02:00
.gitignore Fix some problems related to postgresql and models 2011-10-13 21:27:56 +02:00
check_process Add config file for the CI 2017-06-20 19:07:16 +02:00
LICENSE Add LICENSE file 2017-03-18 19:10:42 +01:00
manifest.json Fix manifest to comply with ynh 2.4 style 2016-06-18 00:33:51 +02:00
README.md Add Update command to Readme.md 2017-06-21 21:52:25 +02:00

Yunohost app for Ihatemoney budget web app

Backs on MySQL database, the identifiers are per-project, not per-user, so no way to do advanced SSO integration with yunohost accounts.

The behaviour is either:

  • non-public app:
    • yunohost login required
    • per-project identifiers required
    • any yunohost user with authorized access to the app can create a new project).
  • public app :
    • no yunohost login required
    • per-project identifiers required
    • any visitor can create a new project.

Update

To update the app, use:

sudo yunohost app upgrade ihatemoney -u https://github.com/YunoHost-Apps/ihatemoney_ynh

Maintainer

I rely on ihatemoney official releases (tarballs). Don't hesitate to pull-request this repo if I missed one :-).