This README provides instructions on how to use the Flowcase Registry Template to create your own registries that work with Flowcase.
To get started, follow these steps:
- Clone or download the Flowcase Registry Template repository.
- Open the
registry-template
directory in your preferred code editor. - Customize the registry by modifying the
droplets.json
file. - Deploy the registry to GitHub Pages or another hosting service to make it accessible online.
- Add the registry as a source in your Flowcase admin dashboard.
To customize the droplets (applications or services) available in your registry, you can edit the droplets.json
file. This file includes details such as the image path, display name, Docker container registry, Docker image, and a description for each droplet. You can also customize the name of your registry by editing the info.json
file. This file contains the name of your registry, which is displayed in the Flowcase interface.
To make changes to the repository and deploy them to GitHub Pages, follow these steps:
- Clone the repository to your local machine.
- Make the desired changes to the files.
- Commit and push the changes to the repository.
- Enable GitHub Pages in the repository settings.
- Choose the branch and folder to publish.
- Access your deployed website using the provided URL.
To use your custom registry with Flowcase, add it using the admin dashboard.
If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request on the Flowcase Registry Template repository.
Happy registry building with Flowcase!