Docker V29 was released a few hours ago and it included a breaking change. Upgrade your CapRover instances immediately. See here: https://t.co/AhMkJMchVf
@jonathanwthomas@dhh@easypanel_io Sure thing! Once this line is removed from the instructions "docker build -t campfire ."
Not sure why the image is not pre built and pushed to docker hub π€·ββοΈ
@madarco Backups, and log viewer are available already. But I'm sure you have specific things in mind that aren't in the current implementation. Feel free to post on Github so we can chat more on how we can make it better!
@jjordanwade CapRover has a one click app on Digital Ocean! Not only you can host multiple apps, but it handles SSL, domain, etc for you! Checkout the site!
In my quest to get my app off Heroku and onto a Hetzner VPS I've tried coolify, dokku, bare metal and finally went with @cap_rover. I was able to get my app running on a subdomain and hooked up to Postgres in half a day. It helps that https://t.co/GuI5gY0Uez is an expert at it.
@puruvjdev@b1mind happy to help π what part of the docs did you find unclear? and if you can share the error message, we can make it better in the future!
@eddiejaoude Looks good! Just a few points in the order of importance:
1- avoid using "latest" at any cost.
2- move your db migration from within the container. You can simply do npm run db:migrate && npm start
3- add HEALTHCHECK to your dockerfile so your new container links when ready!
βοΈOpen Source is awesome. Full stop.
π‘If you're self hosting anything, it's because open source is the engine of innovation making self hosting possible.
π₯ @cap_rover is my favorite self-hostable PaaS platform. I recently created One Click deployments for my favorite RAG tools like @ollama and @weaviate_io into CapRover.
Check it out here:
- Templates URL: https://t.co/UHQlEYX2t8
- Git repo: https://t.co/HGY6XezRBP
Migrated superblog dashboard from render cloud to Hetzner.
Render: $85/mo (4GB RAM, 2vCPU)
Hetzner: $8/mo (8GB RAM, 4vCPU)
I'm using caprover + Cloudflare to self host the nextjs app. Will publish an article soon to explain how to use Cloudflare proxy with caprover.
@JordanHall_dev@heyandras FTR this is what it looks when you have an active build and you trigger a second app deployment. Right panel waits until the left panel is done.
@JordanHall_dev@heyandras Can you please open an issue on our Github issues? More details are needed (such as what deployment methods you're using, whether you build on github and push the image, or you build the image on CapRover server).
But regardless, it should be possible to deploy multiple apps!