• TypeScript 97.1%
  • JavaScript 2.9%
Find a file
Lockszmith (@kateryna) ce2d4d8a35
Some checks failed
Test / test (push) Has been cancelled
Updated .gitignore
2026-04-20 22:51:38 -04:00
.github/workflows ci: add cache for renovate binaries 2025-06-03 19:55:49 +02:00
__tests__ chore: upgrade to latest runtipi/common 2026-02-09 22:16:16 +01:00
scripts feat: base config 2025-04-23 21:06:48 +02:00
.gitignore Updated .gitignore 2026-04-20 22:51:38 -04:00
bun.lockb chore: upgrade to latest runtipi/common 2026-02-09 22:16:16 +01:00
config.js ci(renovate): install deps before running tests 2025-04-26 15:42:06 +02:00
LICENSE Create LICENSE 2025-07-05 12:45:13 +02:00
package.json chore: upgrade to latest runtipi/common 2026-02-09 22:16:16 +01:00
README.md Updated README.md with personalized details 2026-04-21 02:44:54 +00:00
renovate.json ci(renovate): keep only regex manager 2025-06-03 20:10:38 +02:00
tsconfig.json test: ensure file formats 2025-04-25 07:08:58 +02:00

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 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

In a running Runtipi instance:

  1. Login and navigate to Settings --> App Stores
  2. Click on Add App Store and enter:
    • Appstore name: szmedia
    • Appstore URL: https://code.lksz.me/szmedia/runtipi-appstore.git
  3. 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