Questions tagged [jelastic]

Platform-as-a-Service for developers with support of Java, PHP, Ruby, Node.js, Python and Docker-based applications

Jelastic is a robust solution with the benefits of PaaS and CaaS in a single turnkey package. Its rich interface simplifies complex cloud deployments by automating the creation, scaling, clustering and security updates of microservices or monolithic applications. Jelastic has a unique pay-for usage-only pricing model and is available as public, private, hybrid and multi-cloud in more than 55 data centers worldwide. The platform provides support of Java, PHP, Ruby, Node.js, Python, .NET environments and custom Docker containers.

More info is at https://jelastic.com

402 questions
1
vote
0 answers

connection problems within ruby on rails and postgresql when /post requests are made

I am currently trying to push in production my small app, which consist of a ruby on rails back end and a react front end. I wanted to try cookie based authentication for my log in process. When I tried the application in development mode,…
Unik6065
  • 25
  • 5
1
vote
0 answers

HTTPS request between nodes in different Jelastic environments

How can I make HTTPS requests between two nodes that run in different environments (under the same env group)? I need to use the default environment URL because I don't have a custom domain yet. I have a client-server architecture composed of two…
Donato
  • 73
  • 3
  • 6
1
vote
2 answers

How do I programmatically disable built-in SSL on jelastic environments?

In my Jelastic environment, I would like to disable built-in SSL. Through the Jelastic dashboard, it boils down to clicking on this: and then switching it off by clicking the "on" button: I am looking for the way to disable it through the Jelastic…
Laurent Michel
  • 1,069
  • 3
  • 14
  • 29
1
vote
0 answers

something is changing .htaccess file periodically

The content of .htaccess file get changed from the typical content made by WordPress to this : # Apache 2.4+ Require all denied # Apache 2.2 Deny from all This…
1
vote
0 answers

How to modify a Jelastic installation when wrapping a jps manifest in my own manifest?

The Jelastic Marketplace is full of interesting software. However, sometimes, they do not comply to my security needs. In those cases, I would like to write my own manifest that would install the manifest from the marketplace and add up the…
Laurent Michel
  • 1,069
  • 3
  • 14
  • 29
1
vote
1 answer

Is using ProxySQL a requirement to direct queries in Galera Cluster or MySQL Master-Slave?

I still don't have much experience using these tools (Galera Cluster and MySQL Master-Slave Cluster ) and I'm testing some scenarios in my Wordpress environment at Jelastic/Virtuozzo. My platform has a large volume of queries per minute, both from…
1
vote
0 answers

Laravel web sockets automatically stopped

I am using beyondcode/laravel-websockets to implement web sockets functionality in Laravel. I am using supervisor in Apache server to run processes for database queues and web sockets. It was working fine until one day I realized that It has stopped…
iamsubingyawali
  • 193
  • 1
  • 2
  • 15
1
vote
1 answer

Changing Jelastic Node.js root folder

I am trying to deploy a React app in my Jelastic Node.js server but I am not being able to make it work. I am using vite for building. To test the deployment, I am building my app on my local environment and deploying the build directory into the…
iamsubingyawali
  • 193
  • 1
  • 2
  • 15
1
vote
2 answers

Jelastic - Restrict direct access to a container behind a load balancer

I'm using Jelastic with two environments, one for my frontend and one for my backend. Each environment has a Nginx load balancer with an IPv4, then an application server. For the backend (api), the application server is Spring-boot and for the…
Jedupont
  • 401
  • 1
  • 4
  • 12
1
vote
0 answers

Jelastic git-push-deploy not branch aware

I used git-push-deploy add-on on Jelastic to automatically deploy updates to my PHP app from GitHub. I set up the add-on to take the updates from my main branch but it is taking updates from my development branch too. As soon as I push updates to…
1
vote
1 answer

Change jelastic container registry

I want to change the registry connected to one of my Jelastic Environment's nodes. This is the procedure I used to create the environment and the nodes: I set up a custom container in Jelastic. I have chosen a registry link that points to my…
Romeo
  • 1,135
  • 13
  • 26
1
vote
2 answers

Laravel deployment with jelastic cloud

I'm trying to deploy a Laravel app to a Jelastic Cloud. My problem is, I don't know how to build my scripts with npm. Until now I use laravel forge & envoyer and build the scripts with npm run prod on the server while deploying. But How to do that…
ndberg
  • 3,391
  • 1
  • 21
  • 36
1
vote
1 answer

How can I query an internally deployed API from my Jelastic environment?

I am writing a Jelastic manifest where I deploy two nodes. On one node, I have an API that I need to query in order to setup the second. Something along these lines: type: install name: My test nodes: - count: 1 cloudlets: 4 nodeGroup: auth …
Laurent Michel
  • 1,069
  • 3
  • 14
  • 29
1
vote
1 answer

Effects of installing add-on on a stateful horizontal scaled node

I am interested on the effects of installing an add-on on a stateful horizontally scaled node. When a node is scaled and has 3 nodes (1 master and 2 regular), does the installed add-on only have effect on the Master node or is it installed on the…
Suat Alkan
  • 103
  • 1
  • 11
1
vote
1 answer

How to build a docker image on top of Jelastic jelastic/nginxphp?

For local development I try to build a docker image on top of jelastic/nginxphp as suggested in https://docs.jelastic.com/building-custom-container/ . Unfortunately I can not see any server (php-fpm or nginx) once I start the image. docker run -p…
SomeBdyElse
  • 427
  • 1
  • 4
  • 11