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)"These are the upstream project's releases. The newest release shown here may differ from the version the script actually installs, which can be pinned for stability.
What's Changed
- fix: launch PWA at "/" so DEFAULT_HOMEPAGE is respected by @RayMeOut in https://github.com/oss-apps/split-pro/pull/678
- fix(docs): correct OIDC callback URL to use OIDC_NAME by @krokosik in https://github.com/oss-apps/split-pro/pull/687
- docs: document Web Push notification setup by @krokosik in https://github.com/oss-apps/split-pro/pull/688
- fix: preserve negative sign when editing an expense by @krokosik in https://github.com/oss-apps/split-pro/pull/689
- fix: prevent expense name truncation in group expense list by @Ziesie1 in https://github.com/oss-apps/split-pro/pull/684
- fix: prevent user/group ID collision in currency preference store by @jaredslorenz in https://github.com/oss-apps/split-pro/pull/662
New Contributors
- @RayMeOut made their first contribution in https://github.com/oss-apps/split-pro/pull/678
- @Ziesie1 made their first contribution in https://github.com/oss-apps/split-pro/pull/684
- @jaredslorenz made their first contribution in https://github.com/oss-apps/split-pro/pull/662
Full Changelog: https://github.com/oss-apps/split-pro/compare/v2.1.3...v2.1.4
What's Changed
- Translation updates
- Fixed #658
- enabled Dutch locale
- another attempt at fixing SMTP reject unauthorized customization
Full Changelog: https://github.com/oss-apps/split-pro/compare/v2.1.2...v2.1.3