Kasra Bigdeli
Kasra Bigdeli
I see. I'll reopen this for now. But I am not sure how much value this feature adds considering that it's already possible, only with some nginx modifications. Anyways, we'll...
Don't use CNAME redirection. Use A record: - Set `newdomain.tk` pointing to `xxx.xxx.xxx.xxx` (your server IP) - Login to CapRover web dashboard and "Connect New Domain" with `newdomain.tk` - Now...
Go to your apps > wordpress > Connect a new domain You can see it in action in the demo website under "demo-nodejs" https://captain.server.demo.caprover.com  PS: this is unrelated to...
This is not something that's currently available as a built-in solution. But it's definitely something that we need to add in near future. Just to be clear, the first two...
I am not too sure about the inner mechanics of the script that @SteffenL posted, but it indeed appears that `await run("")` would work. Just keep in mind that this...
For your docker hub URL use ``` registry-1.docker.io ```
Hard to reproduce this. Try appending `registry-1.docker.io` to one click app. - Go to one click apps - Choose >> TEMPLATE - Matomo is successfully deployed! your application will be...
:man_facepalming: Looks like Docker has changed the domain for Docker Hub to `docker.io` without any subdomains... Try this: - Go to CLUSTER tab and add a remote registry: Username: your...
I'm out of options at this point. I'll leave the issue open to see if anyone else is facing this issue.
Thanks to @nativeit we were able to confirm [the fix](https://github.com/caprover/caprover/commit/a634e494eb571edb7d8a68cf06f32aceee56a144) (at least partially) for Docker Hub limits. To make sure you make use of this: - Update to [edge version](https://caprover.com/docs/troubleshooting.html#how-to-use-the-edge-version),...