Spliit
Spliit is a free and open-source alternative to Splitwise for sharing expenses with friends and groups, built with Next.js and PostgreSQL.
Spliit
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/spliit.sh)"
Notes
Database credentials are written to /opt/spliit/.env. To configure a default currency, set NEXT_PUBLIC_DEFAULT_CURRENCY_CODE in /opt/spliit/.env and rebuild: cd /opt/spliit && npm run build && systemctl restart spliit