ABOUT
SplitPro is a self-hosted, open source way to share expenses with friends. It is designed as a replacement for Splitwise.
warningBefore 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`.
infoReceipt uploads are stored in `/opt/split-pro_data/uploads`
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU4096 MB RAM6 GB disk
Config path/opt/split-pro/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/split-pro.sh'; sha='d5819a1848b59f5368ca9f7eed02f24c093267d8210a1eaa1340024a203b3afe'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/split-pro.shSHA-256 d5819a1848b59f5368ca9f7eed02f24c093267d8210a1eaa1340024a203b3afe LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.