Kasra Bigdeli

Results 342 comments of Kasra Bigdeli

@splitbrain - apologies for being unclear. As the title suggest, this PR is adding support for RTL text. More details: `dir="auto"` helps browser to set the content in the correct...

Sure, but that's a global config, right? It applies to the entire side. The change proposed in this PR is to address a case where the site is LTR but...

Interesting. Wasn't aware of this sorcery. I still believe dir="auto" is no harm, and it's the way to go as it automatically handles these cases without manual intervention. But if...

You can use MAIN_NODE_IP_ADDRESS env var when installing CapRover. Search in issues to find examples.

I think what @zenflow is saying is specific to public repos without using CI/CD. There is an option to enter git username/password for CapRover to pull the image and build...

1- Are you sure that you've committed your changes. CapRover only builds what's committed to git. 2- What's the error? 3- Please create a public repository on Github that can...

CapRover runs in a container and it doesn't have access to the host's hostname. Having said that, the IP address is already included in the backup file. That should be...

Ah that's right! Forgot about the nodes API. Sounds good, this should be relatively easy to implement.

It is already possible. You can do this in multiple ways: 1) You can add as many "custom" domains as you want to your app. i.e., you can have `myapp.com`...