The szmedia Runtipi AppStore
https://code.lksz.me/szmedia/runtipi-appstore.git
- TypeScript 97.1%
- JavaScript 2.9%
|
|
||
|---|---|---|
| .github/workflows | ||
| __tests__ | ||
| scripts | ||
| .gitignore | ||
| bun.lockb | ||
| config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| renovate.json | ||
| tsconfig.json | ||
szmedia RunTipi App Store
This repository serves as a personally currated custom app store for the Runtipi platform.
Repository Structure
-
apps/: Contains individual app directories
- Each app has its own folder (e.g.,
whoami/) with the following structure:config.json: App configuration filedocker-compose.json: Docker setup for the appmetadata/: Contains app visuals and descriptionsdescription.md: Markdown description of the applogo.jpg: App logo image
- Each app has its own folder (e.g.,
-
tests/: Contains test files for the app store
apps.test.ts: Test suite for validating apps
Getting Started
In a running Runtipi instance:
- Login and navigate to Settings --> App Stores
- Click on Add App Store and enter:
- Appstore name:
szmedia - Appstore URL:
https://code.lksz.me/szmedia/runtipi-appstore.git
- Appstore name:
- Click on Save
Documentation
For detailed instructions on creating your own app store, please refer to the official guide: Create Your Own App Store Guide