https://github.com/azukaar/cosmos-marketplace-example
Example marketplace for Cosmos. Fork to create your own
https://github.com/azukaar/cosmos-marketplace-example
Last synced: 6 months ago
JSON representation
Example marketplace for Cosmos. Fork to create your own
- Host: GitHub
- URL: https://github.com/azukaar/cosmos-marketplace-example
- Owner: azukaar
- License: agpl-3.0
- Created: 2024-02-10T17:22:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-10T17:25:24.000Z (over 1 year ago)
- Last Synced: 2025-04-03T09:35:28.863Z (7 months ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 4
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example marketplace for Cosmos
This repo is an example of a marketplace for Cosmos.
# How to use
Fork this repo, and then setup the config.json file with your own data. This uses github actions and github pages to deploy the website. Make sure those are enabled in your repo. The two URLs in the config are URL to your Github Pages.
You can add your own app in the folder, either using cosmos-compose.json files, or docker-compose.yml files.
For example, this repo is `https://github.com/azukaar/cosmos-marketplace-example` but pages are under `https://azukaar.github.io/cosmos-marketplace-example`. In order to add this repo to Cosmos you need to add `https://azukaar.github.io/cosmos-marketplace-example/servapps.json` to the list of sources in the Cosmos settings.