OpenSource-Hub
P

Personal Management System

4.0k stars·Privacy Protection·SHA-256 checksum verified

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)

Troubleshooting
Why 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.

GitHub Issue #145
Troubleshooting
How 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.

GitHub Issue #149

Tags

personal-managementself-hostedprivacydashboardcrmtodopassword-managercalendarnotes

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Download the backend and deploy (Docker or manual)

4

Download the frontend and configure to connect to backend

5

Access via browser and set up admin account

Install Guide
  1. Download the backend and deploy (Docker or manual)
  2. Download the frontend and configure to connect to backend
  3. Access via browser and set up admin account
File Integrity

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 Source
Environment Guide

Uninstall Info

Stop services, delete related files and data directories.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-27 08:35:31
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

2 FAQs

Similar Projects