1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
ihatemoney_ynh/README.md
2018-04-03 09:28:20 +02:00

34 lines
1 KiB
Markdown

Yunohost app for Ihatemoney budget web app
==========================================
[![Build Status](https://ci-apps.yunohost.org/jenkins/buildStatus/icon?job=ihatemoney (Community))](https://ci-apps.yunohost.org/jenkins/job/ihatemoney%20(Community)/)
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](https://github.com/spiral-project/ihatemoney/releases)
(tarballs). Don't hesitate to pull-request this repo if I missed one :-).