ABOUT
Yuvomi is a self-hosted family planner covering tasks, calendars, shopping lists, meals, and budget tracking. Data is stored in an encrypted SQLite database (SQLCipher) with optional WebDAV backup and OIDC support.
warningDatabase encryption key and session secret are auto-generated and stored in /opt/yuvomi/.env. Do not lose the DB_ENCRYPTION_KEY — without it the database is unrecoverable.
infoData is stored in /opt/yuvomi/data. Backups go to /opt/yuvomi/backups.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU1024 MB RAM8 GB disk
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/yuvomi.sh'; sha='f02da6c50df2170f34ab4648ae5a21e2960773685bcb7e6f0199468080a7ddfe'; 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/yuvomi.shSHA-256 f02da6c50df2170f34ab4648ae5a21e2960773685bcb7e6f0199468080a7ddfe LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.