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
Run 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)"What's new
5 releasesWhat'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
Many thanks to @J4nsen for sponsoring SplitPro 🥂 And extra kudos to @johanngrobe for creating a Proxmox LXC script, link in README.
What's Changed
- Add Vertical Spacing For Authentication Button by @YTKme in https://github.com/oss-apps/split-pro/pull/589
- Fix docker compose postgres volume path by @MaximilianHausen in https://github.com/oss-apps/split-pro/pull/583
- Correctly format amounts of less than 10 cents by @FriesischScott in https://github.com/oss-apps/split-pro/pull/591
- Exclude settlements from group totals by @FriesischScott in https://github.com/oss-apps/split-pro/pull/592
- Convertible balance polish by @krokosik in https://github.com/oss-apps/split-pro/pull/594
- added Czech language, thanks @jViks
- fixed language redirect issue for Spanish
New Contributors
- @YTKme made their first contribution in https://github.com/oss-apps/split-pro/pull/589
Full Changelog: https://github.com/oss-apps/split-pro/compare/v2.0.1...v2.0.2
New sponsor
Many thanks to @pchampio for sponsoring SplitPro with a generous donation 🎊
What's Changed
- Fixed issue with receipt thumbnail not working
- Temporarily disables the settlement migration script, until I figure a better way to handle that
Full Changelog: https://github.com/oss-apps/split-pro/compare/v2.0.0...v2.0.1