Zerops

Z

Zerops

Join the community to ask questions about Zerops and get answers from other members.

Join

zcli service log - invalid memory address or nil pointer dereference

Hi guys. When execute zcli service log --projectId XXX it works fine. But when adding the --serviceId XXX parameter it crashed ``` zcli service log --projectId XXX --serviceId XXX ➤ INFO Selected service: XXX...
Solution:
Hi, I have just released a fixed version, could you, please, try to update your zCLI and try again? https://github.com/zeropsio/zcli/?tab=readme-ov-file#linuxmacos...

zcli non-interactive mode

Is it possible to run zcli in non-interactive mode somehow?

vpn status

can I check the vpn status? Something like zcli vpn status?

Wireguard adapter was created, but we are not able to establish a connection

❯ /home/yup/.local/bin/zcli vpn up ➤ INFO Selected project: ok ➤ INFO VPN config saved: /home/yup/.config/zerops/zerops.conf ! WARN Wireguard adapter was created, but we are not able to establish a connection,this could indicate a problem on our side. Please contact our support team via https://support.zerops.io, [email protected] or join our discord https://discord.com/invite/WDvCZ54....

NGINX Authentication Based on Subrequest Result

Hi, I am solving a problem with authentication based on the result of a sub-request in nginx. ´´´ server { listen 80 default_server; listen [::]:80 default_server;...

Let's encrypt for subdomain wildcard

Hi, I need to have SSL certificate covering all subdomains. Usually should work "*.domain.name". But when I try it, I got "DomainName must be valid FQDN domain" error. Can you help me?

PHP extensions ext-sodium required

Hey guys, my Symfony app fails on installing: ━━━━ ❌ composer install --optimize-autoloader ━━━━ Pipeline ID PxIzWB0uTVijUBNhn8FeAg...
Solution:
Yes, and since Symfony demo is, sadly, very simple, it does not need Libsodium. Try this updated Symfony example zerops.yml (see addition of run.prepareCommands): ```yaml zerops:...
No description

Invalid YAML parameter for Bun

Hi, I've just started receiving a new error when deploying a service using Bun. It was working before, now I am getting the following error: Invalid parameter provided. ```yaml...
Solution:
It probably won't be needed, I think I found the issue. @David Vurbs could you try push (with the [email protected]) once more?

Origin unreachable

So I started getting 523 errors recently on my site, routes through Cloudflare. This only happens on the first visit, subsequent refreshes are fine (sometimes 2 or more refreshes). Where could I find what's causing this? The domain and routing is okay. It looks like a "cold start" which to my knowledge should not happen. Does this have to do something with the legacy core?...
No description

Reached heap limit Allocation failed

When pushing a analog.js app i get the following error. 2024-11-14T14:03:40.429Z FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory First it builds the angular app and when building the server, I reach a limit....

502 Bad Gateway when using Zerops Subdomain Access

I am setting up a python project and I want to use Zerops subdomain during development. However, when I access said domain I am met with a 502 Bad Gateway NGINX error.

push problem

Hello I have a problem when i enter
zcli push
zcli push
the upload works but at the end the push failed with this error: last command has finished with error, identifier for communication with our support...

Monorepo with 2 Apps cli push specific app

If I have a nx monorepo where I will have multiple analog.js apps Is there a way to choose which app should be pushed by the zcli. maybe through providing another yml file?...

Java Service Maven Permission Denied

I'm trying to deploy a spring boot service with a standard default zeroops yaml file but it fails, the error is get on ./mvnw clean install ━━━ is -i: line 1: ./mvnw: Permission denied...
Solution:
Ok, it looks like you changed the permissions of the nvmw file and the chmod command will fix it.

Object Storage MinIO login

Is it possibnle to login to the provided MinIO API endpoint (i mean the MinIO web interface)? Also, is there a way to check whats in the bucket in object storage natively within Zerops?

Migration of Gluo to Zerops

hey @kipteam we can continue our convo here whenever you're free @Aleš and other team is ready to help you out as your hosting contract with the other company is ending soon

Setting up zCli on NixOS

hey @Arbel can you ask your questions here ? related to installing zcli

Self-Hosted Supabase

I am currently in the process of adding Supabase to a project; I prefer for it to be self hosted which is supported. Has anyone had experience of deploying this to Zerops yet and if so is there any advice that could be given? Thanks!

Site unreachable

Hello, so I cannot pinpoint one specific issue - when my website has no visit for a longer period of time, then the first visit errors out (it is proxied through cloudflare). On subsequent reload it loads fine. To my understanding, the service never goes offline and cold starts should not be an issue correct? Or am i wrong?
No description

Monorepos

How would i go about setting up zerops.yml in a monorepo, which has multiple packages that can be built? I'm using Astro and nodejs server, the frontend lies in apps/frontend dir and I've added all the pnpm commands to the root package.json. Is this the correct way? ```yml zerops:...
Next