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
0
votes
1 answer

Persistent storage for n8n

I'm running n8n using a Docker container with a cloud hosting service that uses Jelastic. I got it up and running just fine, but I can't get persistent storage to work. So when I restart the container, I lose all my workflows and credentials. In my…
0
votes
1 answer

how to open jelastic firewall for vps http and https?

i have a vps on a jelastic hoster to run a node js application with nginx reverese proxy. that's running smooth without the jelastic firewall. if i activate the firewall and setting up rules for http and https, the website is blocked. how can i open…
Tobias
  • 1,534
  • 11
  • 25
0
votes
1 answer

'Cannot GET' on Nodejs when using proxy pass in Nginx

I'm running Nginx & NodeJS on Jelastic Paas, and need a Nginx reverse proxy to direct to a React app on a Nodejs. I'm getting a "Cannot get/" error message, and not sure if it's on the Nginx or nodejs side, I did the same configuration on an other…
0
votes
2 answers

Configure Nginx as Reverse Proxy for Nodejs App on Jelastic

I've tried using standard nginx and nodejs configurations following many documentation, but unlike other tutorials there are several files that don't appear in many of the tutorials using Jelastic Paas or additional files such as…
0
votes
1 answer

Jelastic giving 502 on a nodejs application

I'm running a nuxt (running on node engine) website on a simple jelastic environment made of a load-balancer (nginx) and 2 nodejs container. I'm using pm2 as a process manager. Nuxt is listening to its own ip and port 8080. (as stated here). When I…
0
votes
2 answers

503 error on server load tests on Wildfly server on Jelastic

I have an app deployed on a wildfly server on the Jelastic PaaS. This app functions normally with a few users. I'm trying to do some load tests, by using JMeter, in this case calling a REST api 300 times in 1 second. This leads to around 60% error…
yaexiste2
  • 101
  • 1
  • 7
0
votes
1 answer

Change port number of docker service exposed publicly in jelastic

I want to provide a custom sftp service on port 22 using the jelastic cloud platform. The sftp service is implemented as a docker container running on a jelastic docker host. The issue is that the container also runs a native ssh on port 22 (to…
0
votes
1 answer

Jelastic manifest prepopulation of list values

I am creating a deploy for OpenMage e-commerce here: https://github.com/ProxiBlue/openmage-cluster In the creation settings dialog, I want to prepopulate the TIMEZONE, LOCALES and CURRENCY from a list generated by a PHP script. Relevant parts are…
proxiblue
  • 433
  • 5
  • 19
0
votes
1 answer

Host blazor webassembly in Jelastic cloud

Is it possible to tweak Jelastic's .NET Core application server to build and launch blazor webassembly? Basically instead of dotnet run I need to execute something like dotnet publish --configuration Release dotnet run --configuration Release…
dubik
  • 55
  • 4
0
votes
1 answer

SSL and port forwarding in Jelastic: Deploying Strapi

I'm just discovering Jelastic, and I have difficulties to run Strapi. So far, I just have one node, that is a Docker Strapi image, with SLB (no specific load balancer). This node is accessed with SLB, and both public IPv4 and IPv6 are available. I…
Yako
  • 3,405
  • 9
  • 41
  • 71
0
votes
1 answer

Constant issues during multi node creation on various hosters

I am creating 16-48 nodes envs on different hosters (Dogado,Mgrid,Docktera,Scaleforce) and i am running into weird issues recently. I have been using Jelastic platform on exact same setup for almost a year now, but recently i just ran into issues…
0
votes
2 answers

How to grant internet access to application servers through load balancer

I have setup an environment in Jelastic including a load balancer (tested both Apache and Nginx with same results), with public IP and an application server running Univention UCS DC Master docker image (I have also tried a simple Ubuntu 20.04…
0
votes
1 answer

How to setup elasticsearch cluster on Jelastic ? got Connection refused

I've succesfully installed elasticsearch in single-node on Jelastic cloud here is my elastichearch.yml for single-node network.host: 0.0.0.0 discovery.type: single-node But When I try to run it in cluster mode, whatever I edited elastichearch.yml…
Mokrane
  • 300
  • 3
  • 14
0
votes
0 answers

How can I make my webapp work only with the https protocol?

We have a web application built with Angular, express and mariadb, and we want to access it just by using the https protocol, we do not want the http protocol to be available
0
votes
1 answer

Why doesn't my image work on the Jelastic server?

I created a docker image from the jelastic/nginxphp:1.18.0-php-7.4.10 image to run my Laravel project. The image works correctly locally. But when I try to load my image from the Jeslatic server I get a 502 error when i open in browser. How can I…
diego
  • 408
  • 8
  • 21