Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release

Deprecated. Nothing consumes this catalog anymore — the platform app center and store UI build their app list dynamically from the store (snap.yaml + version files published by each app's CI). The already-published releases/*/index-v2 and images stay in S3 untouched for any legacy clients. Repository archived.

Syncloud app catalog. Holds the index-v2 manifest and images/*-128.png icons that platform clients fetch from https://apps.syncloud.org/releases/<branch>/.

Publish

Requires AWS CLI (install) and a syncloud profile in ~/.aws/credentials.

AWS_PROFILE=syncloud ./publish.sh master
AWS_PROFILE=syncloud ./publish.sh stable --force

master feeds dev/CI clients; stable feeds production and requires --force.

Add an app

  1. Add images/<id>-128.png (128×128, dark or transparent background).
  2. Append an entry to index-v2:
    {
      "name" : "Display Name",
      "id" : "<snap id>",
      "required" : false,
      "icon": "<id>-128.png",
      "description": "One-line summary"
    }
  3. Commit, push, then publish.sh master.

About

Applications index and related files

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages