A custom app store for Runtipi containing apps I use and maintain. This is a personal collection — not an official Runtipi store.
apps/
├── atlantis/ # Infrastructure as code visualization
├── blinko/ # Note-taking / bookmarking
├── filament-profiles/ # 3D printing filament profiles (cori)
├── flowchart/ # Flowchart/diagram tool (cori)
├── fpv-inventory/ # FPV drone parts inventory (cori)
├── hermes-webui/ # Hermes Agent web UI fork (cori)
├── partdb/ # Electronic parts inventory
├── searxng/ # Privacy-respecting metasearch
├── spoolman/ # Filament spool management
├── whoami/ # Traefik debugging endpoint
└── INDEX.md # Auto-generated app index (updated on PR merge)
See apps/INDEX.md for a navigable list of all apps with install links, versions, and categories.
Note on categories: All apps in this store use standard Runtipi categories (e.g.,
utilities,data,ai,social). There is no specialruntipicategory — theruntipitag in the index simply means "valid Runtipi v2 dynamic-config app" (not official endorsement).
Each app follows the Runtipi v2 dynamic config schema:
apps/{app-id}/
├── config.json # App metadata (validated against @runtipi/common)
├── docker-compose.json # Runtipi v2 schema (schemaVersion: 2, dynamic_config: true)
└── metadata/
├── description.md
└── logo.jpg
Run bun test before committing — tests validate the v2 schema.
- Renovate monitors Docker image versions and bumps
tipi_version+versionautomatically - GitHub Action (
.github/workflows/update-index.yml) updatesapps/INDEX.mdwhen a PR adds or removes an app directory (not on version bumps)
MIT — see LICENSE