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
2020-07-19 16:06:55 +02:00
conf Handle Python version change on upgrade 2018-12-18 18:28:00 +01:00
scripts Fix syntax error 2020-04-02 16:52:45 +02:00
sources README improvment 2020-07-19 16:04:22 +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 Workaround https://github.com/spiral-project/ihatemoney/issues/540 2020-04-02 16:50:27 +02:00
README.md Update README.md 2020-07-19 16:06:55 +02:00

I Hate Money for YunoHost

Integration level
Install ihatemoney with YunoHost

Lire ce readme en français.

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.3

Screenshots

Demo

Configuration

How to configure this app: From an admin panel, a plain file with SSH, or any other way.

Documentation

  • Official documentation: Link to the official documentation of this app
  • YunoHost documentation: If specific documentation is needed, feel free to contribute.

YunoHost specific features

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.

Multi-user support

  • Are LDAP and HTTP auth supported?
  • Can the app be used by multiple users?

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

  • Any known limitations.

Additional information

  • Other info you would like to add about this app.

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