Personal Management System
A feature-packed backend for managing personal data, inspired by CMS/CRM. Includes tasks, encrypted passwords, contacts, calendar, notes, bills, shopping, and more.
Smart Download
Visit Project Homepage
No installer available yet — head to the source repository
Self-hosted personal data management system with modular design, offline-capable.
Core Features
- Task/Goal tracking with payment progress
- Encrypted password storage with one-click copy
- Contacts, calendar, and notes management
- Image, file, and video storage with galleries
What It Can't Do
- •This is only the backend; requires the frontend. Feature-rich but UI may look dated. No official hosting; self-deploy only.
Use Cases
- Centralize personal and work information
- Self-hosted private cloud to avoid data leaks
Detailed Introduction
一个功能全面的个人数据管理系统后端,采用模块化设计,类似CMS/CRM。支持任务目标、加密密码管理、联系人、日程提醒、记账、购物清单、加班记录、图片/文件/视频管理等功能。可与前端配合,实现完全离线运行,保护隐私。
Troubleshooting & FAQ (2)
TroubleshootingWhy does the Docker first-run script fail with 'Your lock file does not contain a compatible set of packages' error?
This error occurs due to a PHP version mismatch between the Docker container (PHP 7.4) and package requirements that need PHP 8.1 or higher, combined with outdated lock file constraints. To fix: 1) Update the Dockerfile base image to a PHP 8.1+ version (e.g., php:8.1-fpm) and rebuild the container. 2) After starting the container, run 'composer update --with-all-dependencies' to resolve conflicting package versions (like specshaper/encrypt-bundle vs doctrine/orm). If you still face issues, manually edit composer.json to allow compatible versions of doctrine/common or other conflicting packages. These steps align the environment with current dependency requirements. Note that v2.0 of the project simplifies self-hosting and avoids these legacy conflicts.
TroubleshootingHow to fix CSRF vulnerability when the application is missing CSRF tokens?
Add unpredictable CSRF tokens tied to user sessions. Include the token in all state-changing requests (forms, AJAX). Strictly validate the token server-side before processing any action. Use existing framework libraries (e.g., Spring Security, Django CSRF) or implement manually: generate high-entropy token on login, store in session, embed in forms as hidden field, and verify on submission.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Download the backend and deploy (Docker or manual)
Download the frontend and configure to connect to backend
Access via browser and set up admin account
- Download the backend and deploy (Docker or manual)
- Download the frontend and configure to connect to backend
- Access via browser and set up admin account
Checksum not available
This project has not published a SHA-256 checksum on its GitHub Release page
SHA256 Checksum
No checksum available
Download directly from GitHub Releases and verify file integrity yourself
All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.
Open Source Transparency
View GitHub SourceUninstall Info
Stop services, delete related files and data directories.
No Extra Dependencies
Ready to use after download. No additional runtime required.
Having issues? Check the FAQ below
2 FAQs
Similar Projects
Vaultwarden
A lightweight, self-hosted Bitwarden server alternative written in Rust, compatible with official clients.
Umami
Umami is a simple, fast, privacy-focused web analytics tool that gives you full control over your data.
AdGuardHome
Network-wide DNS server that blocks ads and trackers across all home devices without needing client software.