Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.42 KB

File metadata and controls

41 lines (31 loc) · 1.42 KB

Third-party Store Guide

This page is kept as a compact compatibility entry for older links. The documentation now uses five clearer sections.

Choose your path

Core v2 flow

  1. Write source files such as store-config.json, supported-languages.json, and Apps/*/docker-compose.yml.
  2. Run the public build action or ./scripts/build_dist.sh.
  3. Publish the generated dist/ directory.
  4. Let clients consume store.json, index.json, built compose files, metadata files, and assets.

Minimal source structure

my-appstore/
├── Apps/
│   └── MyApp/
│       ├── docker-compose.yml
│       └── icon.svg
├── store-config.json
└── supported-languages.json

For local builds, optionally add scripts/build_dist.sh.

Key references