Kasra Bigdeli

Results 471 comments of Kasra Bigdeli

Great feedback. Definitely something that has to be fixed. I think we need to do 2 things: - Change `captain.[your-captain-root-domain]` to `captain.root.domain.com` in the prompt. - Add an error if...

What's your environment? Are you using a VPS with a publicly available IP address or is it a local installation on a private network? If it's a cloud hosted VPS,...

> I would still suggest that if caprover serversetup errors at any point, then the config should be removed This is the current intended behavior. I'm not sure what happened...

Hmm... that's weird. Force HTTPS only gets enabled if HTTPS has already succeeded. https://github.com/caprover/caprover/blob/513b781038fb0d65cbd88bffd978deaa31482f28/src/user/system/CaptainManager.ts#L687-L695 I'll look into this.

Does your root domain has CAA? If so, it's intended to fail because your root domain contains CAA for DNSSEC and your subdomain doesn't. It's a DNS feature and it's...

Hi @CaryTrivett - thanks for reaching out! Can you please outline how you plan to do it? Will you be creating a list of strings and replace all embedded strings...

Perfect! Looks like a good approach! Thanks for thorough comment. A few thoughts: 1- I see you're using a default value inline - which is exactly what we define in...

Oh I see! I misunderstood how this works. Just to make sure my understanding is correct: 1- You write this in the code `{localize('caprover.login', 'CapRover Login')} ` 2- The build...