Kasra Bigdeli

Results 342 comments of Kasra Bigdeli

Supporting these less common use cases is intentionally [out of scope](https://github.com/caprover/caprover/blob/master/CONTRIBUTING.md#important-caprover-goals--scope) for CapRover: > One example is: "Add a flag to customize the placement constraints of containers". This is definitely...

Absolutely! Just open a PR! Here is an example: https://github.com/caprover/one-click-apps/pull/640/files

Hi @UnknownDoggo - thanks for the PR. Have you tested this new image? Also, is this image an official image provided by calendso team? If so, please link the documentation.

https://github.com/caprover/one-click-apps/issues/705

I just tried this and it worked just fine with all default values: ``` 2021-11-06T14:51:05.256020829Z 2021-11-06T14:51:05.256090171Z Welcome to the Bitnami ghost container 2021-11-06T14:51:05.256095280Z Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-ghost...

I think [this](https://github.com/caprover/caprover/blob/master/src/utils/GitHelper.ts#L82) needs to be changed, and instead of `--recursive` flag, we should use `--recurse-submodules`

Can you try running this: ``` git clone --recurse-submodules -b PAPP-700-sensor-controller https://USERNAME:[email protected]/PappDanmark/PappCollector.git ``` Replace `USERNAME` and `PASSWORD` with your actual creds.

There is something fishy going on with your repo. If I were to guess, it's this: https://stackoverflow.com/questions/9980298/git-submodule-password-prompt So looks like your submodule path might be set to https. Change your...

Looks similar to these issues: - https://github.com/portainer/portainer/issues/3542 - https://github.com/portainer/portainer/issues/3192 - https://github.com/portainer/portainer/issues/4840 Portrainer deployed on CapRover is pretty basic... I don't understand why it is related to CapRover only https://github.com/caprover/one-click-apps/blob/7149329fd22a0fa1f452caa925ba050b5a55677b/public/v4/apps/portainer.yml#L3-L10

You're probably correct if you tested it. But I am having difficulty understanding the potential reason behind it. What is the exact docker run command that you use to set...