About
SplitPro is a self-hosted, open source way to share expenses with friends. It is designed as a replacement for Splitwise.
Notes
Information
Receipt uploads are stored in /opt/split-pro_data/uploads
Warnings
Before first use you must configure email credentials or authentication (OAuth/OIDC) provider in /opt/split-pro/.env and restart the service systemctl restart split-pro.
Install
UpdateableRun the command below in the Proxmox VE Shell to install Split Pro.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/split-pro.sh)"Many QoL fixes, as well as new features like:
- custom avatars
- fixed receiving notifications on multiple devices
- setting preffered display currency per user or per group
- you can now save default group splits
- client side image compression
What's Changed
- Remember recently used currencies by @krokosik in https://github.com/oss-apps/split-pro/pull/600
- Fix 507 image size constraints by @krokosik in https://github.com/oss-apps/split-pro/pull/606
- Feat 572 user avatars by @krokosik in https://github.com/oss-apps/split-pro/pull/607
- Add env var for TLS reject unauthorized by @krokosik in https://github.com/oss-apps/split-pro/pull/611
- Enable non portalled rendering for popovers by @krokosik in https://github.com/oss-apps/split-pro/pull/612
- Fix 609 app version not displayed by @krokosik in https://github.com/oss-apps/split-pro/pull/613
- Remove public env vars that cannot be set at build time by @krokosik in https://github.com/oss-apps/split-pro/pull/614
- Feat 373 default split by @krokosik in https://github.com/oss-apps/split-pro/pull/616
- Feat 459 multiple push subs by @krokosik in https://github.com/oss-apps/split-pro/pull/617
- Categories Translations update from Hosted Weblate by @weblate in https://github.com/oss-apps/split-pro/pull/618
- Feat 580 default currency by @krokosik in https://github.com/oss-apps/split-pro/pull/625
Full Changelog: https://github.com/oss-apps/split-pro/compare/v2.0.3...v2.1.0
What's Changed
- ability to edit settlement expense date
- fixed settled up friends missing from balances page
Full Changelog: https://github.com/oss-apps/split-pro/compare/v2.0.2...v2.0.3