{"id":23087044,"url":"https://github.com/opennebula/appmarket-simple","last_synced_at":"2025-08-16T06:32:09.989Z","repository":{"id":42234073,"uuid":"75222074","full_name":"OpenNebula/appmarket-simple","owner":"OpenNebula","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-26T20:41:24.000Z","size":6081,"stargazers_count":1,"open_issues_count":19,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-27T14:07:51.025Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenNebula.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-11-30T19:59:33.000Z","updated_at":"2024-02-06T15:13:33.000Z","dependencies_parsed_at":"2024-01-26T13:50:58.830Z","dependency_job_id":null,"html_url":"https://github.com/OpenNebula/appmarket-simple","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNebula%2Fappmarket-simple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNebula%2Fappmarket-simple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNebula%2Fappmarket-simple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNebula%2Fappmarket-simple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenNebula","download_url":"https://codeload.github.com/OpenNebula/appmarket-simple/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230017349,"owners_count":18160258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-16T19:41:37.804Z","updated_at":"2025-08-16T06:32:09.981Z","avatar_url":"https://github.com/OpenNebula.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple OpenNebula Marketplace\n\nThis project provides a lightweight implementation of a Marketplace service for OpenNebula. Appliance information is sourced from a collection of metadata YAML files located in the src/data/ directory. For reference, the metadata format follows the structure used in the [official OpenNebula Marketplace repository](https://github.com/OpenNebula/marketplace).\n\nThe service launches a Ruby-based API that serves both the appliance metadata and the static assets for the Single Page Application (SPA) frontend.\n\n## Marketplace architecture\n\n\u003cimg width=\"797\" height=\"447\" alt=\"Marketplace Diagram\" src=\"https://github.com/user-attachments/assets/db0c1b9a-c7b1-482c-8bc9-ae60bbcf131a\" /\u003e\n\nThe marketplace is basically a Ruby server that exposes an API with the following paths:\n\n| Path           | Description                                                  |\n| -------------- | ------------------------------------------------------------ |\n| /              | Returns the index.html entrypoint for the React app.         |\n| /appliance     | Returns a list of JSON with all the information of the appliances defined in src/data. |\n| /appliance/:id | Returns a JSON with details of a specific appliance defined in src/data. |\n\n## React Development\n\nMarketplace has a React app in order to expose a GUI to interact with the appliances. This app is stored in /src/public/react folder.\n\n### Local\n\nIn order to develop in a local environment, install node version 20 and perform the following steps:\n- Change to the path /src/public/react\n- Execute `npm install`\n- Execute `npm run dev:opennebula`\n\nFrontend uses the Ruby API to get the data of the appliances. Change the variable pathAPIDevelopmentMode in vite.config.ts in order to use a different address for the API.\n\n### Build Production Code\n\n- Change to the path /src/public/react\n- Execute `npm install`\n- Execute `npm run build:opennebula`\n\nThe API requests will be done against the same address where the React code is served.\n\n### Run\n\nThe React App always will be served through the Ruby API.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopennebula%2Fappmarket-simple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopennebula%2Fappmarket-simple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopennebula%2Fappmarket-simple/lists"}