Kasra Bigdeli
Kasra Bigdeli
This definitely not required for a single server application. Check out the demo instance (password: captain42) https://captain.server.demo.caprover.com/#/login What is the exact repro steps: 1- Install CapRover normally on a VPS...
Hmm... not sure if it's related to CapRover. There is no directory done in CapRover. The CLI just reads the `deploy.tar` from the current working directory: https://github.com/caprover/deploy-from-github/blob/4f2b50c37be9f3f325c67b16660e321395841040/entrypoint.sh#L9-L11 One thing you...
`cwd` option is not available for CapRover deploy action. If you look at the command I pasted above, you'll see that CapRover uses the current directory for `deploy.tar` - whereas...
@Fractal-Tess - what features? And why do you come back?
Thanks for the feedback! As for "And why do you come back?" I wanted to learn what CapRover does better so we don't end up losing the greatness :)
FWIW, CapRover uses ~0.06 GB of RAM and next to zero CPU - there is virtually no performance gain by going to rust / golang. It's because all heavy workload...
@Boscop - deploying a group of apps using Docker compose is fairly doable on CapRover: https://caprover.com/docs/docker-compose.html#how-to-run-docker-compose-on-caprover
Yes, but they are not a replacement for Netdata! Grafana is simply just a visualization tool. You still need a data collection tool like Promethues. On top of being operationally...
Mapped ports are available on the mesh network. The problem is that CapRover already manages the overlay mesh network for you. And you can't have two overlay mesh networks on...
If docker supports it natively, yes, technically possible. But looks like there's no native support for docker swarm services