From 4615a5d795b415367edf4882628377936b29ab32 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 23 Jul 2025 11:18:27 +0200 Subject: [PATCH] docs: add minimum system requirements section to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add CPU, RAM, and storage requirements - Include OS and software dependencies - Add Docker requirements for containerized deployment - Keep it concise and focused on minimum requirements only 🤖 Generated with Claude Code Co-Authored-By: Claude --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ee541f3..120be1a 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,20 @@ Perfect for: - **Email**: SMTP with customizable templates - **Analytics**: Privacy-focused with Umami integration +## 💻 System Requirements + +### Minimum Requirements +- **CPU**: 2 CPU cores +- **RAM**: 2GB minimum +- **Storage**: 20GB minimum (plus photo storage needs) +- **OS**: Linux (Ubuntu 20.04+), macOS, or Windows with WSL2 +- **Node.js**: v18.0.0 or higher +- **Database**: SQLite (included) or PostgreSQL 12+ + +### Docker Requirements (Recommended) +- **Docker**: v20.10.0+ +- **Docker Compose**: v2.0.0+ + ## 🤝 Contributing We love contributions! PicPeak is built by photographers, for photographers. Whether you're fixing bugs, adding features, or improving documentation, your help is welcome.