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)"What's Changed
- Translation updates
- Bump vulnerable dependencies
- Fix parsing of boolean env vars, especially REJECT_TLS_UNAUTHORIZED
- Fix #631: respect user and group default currency when creating expenses by @phof in https://github.com/oss-apps/split-pro/pull/647
New Contributors
- @phof made their first contribution in https://github.com/oss-apps/split-pro/pull/648
Full Changelog: https://github.com/oss-apps/split-pro/compare/2.1.1...v2.1.2
What's Changed
- Enable filtering currencies by name. by @addap in https://github.com/oss-apps/split-pro/pull/637
- Home Translations update from Hosted Weblate by @weblate in https://github.com/oss-apps/split-pro/pull/639
- Common Translations update from Hosted Weblate by @weblate in https://github.com/oss-apps/split-pro/pull/630
- Currencies Translations update from Hosted Weblate by @weblate in https://github.com/oss-apps/split-pro/pull/629
- fix(LanguagePicker): use the language-specific empty-state key by @mvanhorn in https://github.com/oss-apps/split-pro/pull/642
New Contributors
- @hamachersim made their first contribution in https://github.com/oss-apps/split-pro/pull/628
- @addap made their first contribution in https://github.com/oss-apps/split-pro/pull/637
- @mvanhorn made their first contribution in https://github.com/oss-apps/split-pro/pull/642
Full Changelog: https://github.com/oss-apps/split-pro/compare/v2.1.0...2.1.1