Post

Yuvomi

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.

Yuvomi

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/yuvomi.sh)"
CPU: 2 cores RAM: 1024 MB Disk: 8 GB OS: Debian 13

Configuration

Config file:

1
/opt/yuvomi/.env

Notes

Database 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.
Data is stored in /opt/yuvomi/data. Backups go to /opt/yuvomi/backups.

Web Interface

Port: 3000

Source code
Loading...