mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Félix Piédallu
ce58c792c7
* Use example_ynh as a template * Implement change_url * Use the new yunohost permissions system * Use a python3 venv * Use a systemd service + gunicorn * Allow multiple instances (stop installing in /opt/yunohost/ihatemoney)
2.5 KiB
2.5 KiB
I Hate Money for YunoHost
This package allows you to install I Hate Money quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
I hate money is a web application made to ease shared budget management. It keeps track of who bought what, when, and for whom; and helps to settle the bills.
Shipped version: 4.1.5~ynh2
Screenshots
Disclaimers / important information
- Is LDAP and HTTP authentication supported ? No
The logins are per-project (not per-user) so it's not integrable in the Yunohost login system.
The app can be public or not. The behaviour is either:
- non-public app:
- yunohost login required
- per-project identifiers required
- any yunohost user with 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.
Documentation and resources
- Official app website: https://github.com/spiral-project/ihatemoney
- Official admin documentation: https://ihatemoney.readthedocs.org/
- Upstream app code repository: https://github.com/spiral-project/ihatemoney
- YunoHost documentation for this app: https://yunohost.org/app_ihatemoney
- Report a bug: https://github.com/YunoHost-Apps/ihatemoney_ynh/issues
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/ihatemoney_ynh/tree/testing --debug
or
sudo yunohost app upgrade ihatemoney -u https://github.com/YunoHost-Apps/ihatemoney_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps