No description
Find a file
2025-09-19 00:41:35 +02:00
.github/workflows ci: install node v22 2025-05-01 07:58:30 +02:00
__tests__ test: fix async loop 2025-04-26 15:55:07 +02:00
apps added new app: homarr (v1.37.0) 2025-09-19 00:41:35 +02:00
scripts feat: base config 2025-04-23 21:06:48 +02:00
.gitignore feat: base config 2025-04-23 21:06:48 +02:00
bun.lockb chore: add peer dep typescript 2025-04-26 10:13:56 +02:00
config.js ci(renovate): install deps before running tests 2025-04-26 15:42:06 +02:00
package.json chore: add peer dep typescript 2025-04-26 10:13:56 +02:00
README.md test: fix async loop 2025-04-26 15:55:07 +02:00
renovate.json ci(renovate): install deps before running tests 2025-04-26 15:42:06 +02:00
tsconfig.json test: ensure file formats 2025-04-25 07:08:58 +02:00

Example App Store Template

This repository serves as a template for creating your own custom app store for the Runtipi platform. Use this as a starting point to create and share your own collection of applications.

Repository Structure

  • apps/: Contains individual app directories

    • Each app has its own folder (e.g., whoami/) with the following structure:
      • config.json: App configuration file
      • docker-compose.json: Docker setup for the app
      • metadata/: Contains app visuals and descriptions
        • description.md: Markdown description of the app
        • logo.jpg: App logo image
  • tests/: Contains test files for the app store

    • apps.test.ts: Test suite for validating apps

Getting Started

This repository is intended to serve as a template for creating your own app store. Follow these steps to get started:

  1. Click the "Use this template" button to create a new repository based on this template
  2. Customize the apps or add your own app folders in the apps/ directory
  3. Test your app store by using it with Runtipi

Documentation

For detailed instructions on creating your own app store, please refer to the official guide: Create Your Own App Store Guide