For: Brand new users
Goal: Teach basics, build confidence
Examples: Installation, first backup
For: Users solving specific problems
Goal: Step-by-step recipes assuming basic knowledge
Examples: Back up PostgreSQL, create Kloset store, automate backups
For: Looking up technical details
Goal: Describe commands, options, APIs
Examples: CLI commands, configuration files, flags
For: Understanding concepts
Goal: Provide context, discuss trade-offs
Examples: How Plakar works, backup strategies
For: Connecting Plakar to other services
Goal: Setup and configuration for integrations
Examples: S3, SFTP, tar, Notion, Google Drive, Proton Drive
- Brand new to Plakar? → Getting Started
- "How do I..."? → Guide
- Command/option/API? → Reference
- "Why does it work this way?" → Explanation
- Service integration? → Integration
- Clone the repo or a fork of the repo including the submodules
git clone --recurse-submodules git@github.com:PlakarKorp/plakar.io.git - If you have cloned the repo but the submodules folder is empty or missing, you can pull them with
git submodule update --init --recursive - Run
npm installatthemes/blowfishand at the root of the repo to install blowfish dependencies and our dependencies - Run
npm run devat the root of the repo to start the development server and watch for changes to the Tailwind CSS files - To build the static site run
npm run build - You can test the CI locally with
act push