https://raw.githubusercontent.com/jfilter/cloudron-ihatemoney/main/CloudronVersions.json
Description
IHateMoney is a small web app for managing shared expenses in a group: flatmates, friends, family, a trip. It keeps track of who paid what and for whom, and tells everyone how to settle up. People you invite don't need an account.
This community package wraps the official upstream release. The database runs on Cloudron's managed MySQL addon, invitation and reminder mails go through the Cloudron mail relay, and schema migrations are applied automatically, so updates install like any other Cloudron app.
Upstream project: https://ihatemoney.org
Recent Changes
[1.0.0]
Cloudron package for IHateMoney (upstream 7.1.1)
MySQL + sendmail + localstorage addons; automatic schema migration on start
PyMySQL + cryptography for MySQL 8 (caching_sha2_password) auth
Per-instance config overrides via /app/data/overrides.cfg
Fix fresh-DB migration deadlock on MySQL 8 (close leaked connection in _pre_alembic_db)
End-to-end tests: local docker-compose + Cloudron lifecycle, with CI
