alexz 66a7bb82e2 mergedrop: bump to 1.0.1, rebuild from vid-merger source; fix stale source repo URL in build.sh
- config.json: tipi_version 1->2, version 1.0.0->1.0.1, updated_at bumped;
  added missing required fields supported_architectures (["amd64"]) and
  dynamic_config (true) so the app passes schema validation
- docker-compose.json: main service image mergedrop:1.0.0 -> mergedrop:1.0.1
- build/build.sh: default IMAGE_TAG 1.0.0 -> 1.0.1; default SOURCE_REPO
  corrected from stale video-merger.git to vid-merger.git
- build/README.md: corrected source repo pointer from video-merger to
  vid-merger

Image git.alexzaw.dev/alexz/mergedrop:1.0.1 is being built from
git.alexzaw.dev/alexz/vid-merger @ 9b27376 in a separate process.
Deploy chain (appstore update / app update) to be run separately once the
image build completes.
2026-08-20 23:11:36 -07:00
2025-12-14 07:02:02 +00:00
2025-12-14 07:02:02 +00:00
2025-12-27 22:47:17 +00:00
2025-12-14 07:02:02 +00:00
?
2025-12-28 14:52:08 +00:00
2025-12-14 07:02:02 +00:00
2025-12-14 07:02:02 +00:00
2026-04-13 08:42:53 +00:00
2026-04-13 08:42:53 +00:00
2025-12-14 07:02:02 +00:00
2025-12-14 07:02:02 +00:00
2025-12-14 07:02:02 +00: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

S
Description
No description provided
Readme WTFPL
228 MiB
Languages
JavaScript 57.6%
Shell 35.1%
Dockerfile 4.4%
TypeScript 1.4%
CSS 1.1%
Other 0.4%