Kasra Bigdeli

Results 471 comments of Kasra Bigdeli

Email alerts Available as of 1.11+ as part of the pro plan. Webhook will come later.

@potts99 - one click apps are community maintained. Feel free to add this app!

PS: I just realized that you're actually the maintainer for peppermint! Why don't you go ahead and add the definition. Here are the instructions: https://github.com/caprover/one-click-apps#how-to-create-a-one-click-app-as-of-v180

I see you have a docker compose here: https://github.com/Peppermint-Lab/peppermint/blob/master/docker-compose.yml So it should be a fairly simple thing to do! Let me know if you have any questions.

What do you mean by that? If the docker compose changes? If so, you'll have to update the one click app definition. That's why we do not allow `latest` tag,...

We use Slack - link at the bottom of https://caprover.com

@alaznem You'll probably have a better luck if you post this on the slack.

Do you have git installed, can you run `git --version` ?

Try using powershell. Perhaps windows terminal is acting up. If that doesn't work you can always do this: ``` git archive --format tar --output ./deploy.tar master caprover deploy -t ./deploy.tar...

There is no version check. It's a simple check here to check if `git` command actually exist: https://github.com/caprover/caprover-cli/blob/ede40cf9bee50b5bb80d21ee86e4cf234366eeb6/src/utils/ValidationsHandler.ts#L19-L25