In order to add a third party repository:
- Login to your CapRover dashboard
- Go to apps and click on One-Click Apps/Databases and scrolldown to the bottom
- Under 3rd party repositories: copy the URL,
https://caprover.selfhosted.club
and paste it in to the text box - Click the Connect New Repository button
You may want to build your own private repository. CapRover supports having multiple repositories. You can add new repository URLs to the one click app page. The official one, this one, is available as https://oneclickapps.caprover.com
.
To create your own repository:
- Fork this repository
- Delete all existing apps (to avoid duplicate apps), and add your own apps.
- Run
npm i
- Run
npm run validate_apps
- Run
npm run formatter-write
- Run
npm run build
- Now you can host the static content placed in
./dist
directory anywhere you want, the official repo uses github pages to publish the content. Make sure to update CNAME to your own URL if you decide to do so.