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
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/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