caprover / caprover

Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
https://CapRover.com
Other
13.31k stars 853 forks source link

[Question] add one click app on a repository and connect it to the installed app #1918

Closed mredodos closed 1 year ago

mredodos commented 1 year ago

After I have installed a one – click app like things board, how can download the entire app put on github for change and add customizations? because im need to installa and add customization for make it work with mqtt mosquito app ecc ecc

githubsaturn commented 1 year ago

That is not possible. CapRover apps are docker images. You can export the docker image if you want, but you can't go back to the source code necessarily.

https://docs.docker.com/engine/reference/commandline/save/

mredodos commented 1 year ago

@githubsaturn and how i can add something like thingsboard iot gateway? https://thingsboard.io/docs/iot-gateway/

githubsaturn commented 1 year ago

They have an official documentation: https://thingsboard.io/docs/iot-gateway/install/docker-installation/

In CapRover, it's even easier:

If you want to learn how to deploy these types of image, just familiarize yourself with Docker.