Zerops

Z

Zerops

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

Join

I don't get this

``` zerops: # supports monorepositories, just add # one setup section after the other - setup: verba...

zcli installation

reporting this while trying to use zcli
No description

invalid auth method

I added ssh key to repo (deploy keys) and zerops. After that I'm getting this. I need the deploy keys for submodule repos which are private currently....
No description

when is the right time to call `zsc cdn purge` from zerops.yml?

it seems like it would be in setup.buildCommands, but i think the old container is still running at that point, so if there's a busy web service that's still being hit before the new deployment rolls out, it seems like that could lead to stale CDN assets. runtime.prepareCommands perhaps? runtime.initCommands?...

debugging builds

i've got a build that only fails (on a missing dependency) after ~2-3 minutes, and it would be really convenient to be able to ssh in to the build worker to figure out what dependency i need in order for the build to proceed. it's getting pretty old making a single change to the zerops.yml, zcli push, waiting 3 and a half minutes, another build failure, make a single change to zerops.yml, etc etc......

(Docker Service): Ram not scaling even after restart

even tried zsc org id: UNJE33WoRh6aBoIjbVrhCA project id: xJcFLtlzSCO9cVhSZD3I3g service id: QoNA4ZRkTX6s6ywMXAKkFA...
No description

Programmatic secret management

Looking at API reference - is there any way to programmatically add/update a service's secrets? So far I've been able to update project envs with the API...

Trying to create a Typesense service, it immediately terminates

I've tried creating a Typsense service multiple times (both single-node and multi-node, with different resources) but it just keeps deleting itself before it even starts up properly. The main error shown in the logs is:
2025-06-11T14:21:25.228Z  [node-id-1.db.search.zerops]typesense-server.service: Failed to determine user credentials: No such process
2025-06-11T14:21:25.228Z  [node-id-1.db.search.zerops]typesense-server.service: Failed to determine user credentials: No such process
...

How can i access my nodejs backend api from outside?

My backend seems to be deployed, but I can't find correct url that i can use. I own a domain that is currently aimed elsewhere (on render.com). I wanted to test the deployed backend before switching up domains. Is the node.js available on some public url? Where can I find it?...

414 Request-URI Too Large from Nginx

this is in project skypayload, I need support for very large query string in URL. I don't know how to configure nginx for nodejs service.
No description

PNPM build error in prod, locally builds fine

``` 2025-05-26T18:04:21.062Z ! Corepack is about to download https://registry.npmjs.org/pnpm/-/pnpm-10.11.0.tgz 2025-05-26T18:04:22.143Z ! The local project doesn't define a 'packageManager' field. Corepack will now add one referencing pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977. 2025-05-26T18:04:22.143Z ! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager...
No description

can we add a prompt before deleting a project? like putting name of project before confirmation.

It's so easy to delete projects by admin currently. A prompt with name of project would be good deterrent/warning before deletion.

How to access the hostname of mariadb in the nginx server

the mariadb and phpnginx are the service. I can see in the docs it is saying to use mariadb_password with prefix. But not working. It is in the same project, both service, how to connect/reference the hostname for now? I'm beginner, pardon for inconvenience ``` $CFG->dbtype = 'mariadb'; // 'pgsql', 'mariadb', 'mysqli', 'auroramysql', 'sqlsrv' or 'oci' $CFG->dblibrary = 'native'; // 'native' only at the moment...
No description

is 'chmod' not allowed in shared storage?

forgive me if question sounds stupid, I don't have much knowledge on php hosting. Here is the error log. 2025-05-08T15:02:39.651Z  [node-id-1.runtime.phpnginx.zerops]━━━━ ✅ cat /etc/passwd ━━━━ ...

ERR io: read/write on closed pipe

@admin Hi, could you please help me with the following issue? It concerns all services in the project after running “zcli push”. Thank you. ✗ ERR Package upload failed ✗ ERR io: read/write on closed pipe...

Monorepo front and back (api using the private ip)

Hello @admin i want to ask first of deploying from a monorepo with a sepecific folder like from app/web and one with apps/api they are both hosted in same repo but in zerops each one in its own service sa i want to scale each indepndently later and i also to askl after deploying both web and server is it possibleto not expose the server with httpsupport and use private ip to call it from front...

Restarting not working

Tried restarting one of my services because it was broken for some reason, and first it was stuck in the "Restarting" state for 5 minutes after the build completed, and then it just failed. Tried starting it after and it just gave error with empty array error message, now restarting again but will probably fail
No description

VPN problem

Hi, new Zerops user here. I've created a Postgres service and was trying to connect from local laptop, but the VPN is failing. ``` zcli version...
Next