Zerops

Z

Zerops

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

Join

.NET public access

I hosted my .net app but idk how i can access it through the url
No description

[feature req] A cleaner web experience for this forum

Hey! I saw this forum uses AnswerOverflow to sync Discord threads to the web. I’m building Paladin, a smoother, cleaner alternative that makes Discord forums easier to browse on the web. It’s free to use and can run alongside AnswerOverflow, so you don’t have to switch anything to try it out. If it’s helpful, I can spin up a version of Paladin on your forum so you can see how it looks for your community. Is there anything about your current setup you’d like improved? I’d love to see if Paladin can help. 😀 Example Paladin preview attached...
No description

413 Content Too Large

I'm not exactly sure if it is zerops or my code, but I'm getting this error I've already updated in code to allow upto 2GB file and in the site_config.tmpl too. I'd like to know if this is correct way to configure nginx in nodejs image ```...

Kafka External Access

We have a trusted external provider which needs to connect to our Zerops kafka instance. Is there any way todo this without them using the "zcli vpn"? Of which they wont do, it's a PaaS/SaaS offering....

Custom domain issue

Morning : ) is anyone able to give me a hand figuring out what I've done wrong with my subdomain setup? I've just deployed a new project to add a staging environment, configured the subdomain URL in the same way & added it to cloudflare - but I'm getting 404s from the nginx load balancer and I can't see requests making it to my app in the logs. Staging project ID: FJLjV17BRuGEKobZX2vHfg Original project ID: 3k5zoZOLTF23tmP2KSh7ZA...
Solution:
Just to be sure, did you maybe add a WAF rule to block access to one of the domains, or enable under attack mode? If yes, then you will have to add an exception for URLs starting with /.well-known/acme-challenge/, as it seems like CF is blocking our attempts to check the challenge url with a captcha....

Bad Gateway 502

Hey : ) does anyone know why my app would be getting 502 errors after an update? It was up and working fine, was updated & now it looks like routing has broken - looking at the app logs it doesn't look like requests are making it to my nginx container. I didn't change any nginx / zerops conf - just a few lines of app code. Anyone who knows what might be going on would be appreciated 🙏 A quick search didn't turn up anyone having this issue recently...

Private ip api usage

Hello, as i deployed my frontend and backend when i remote terminal i noticed that are a private ip for each container when i tried to ping the api private ip from web terminal it worked and pinged i wondered if i can use it as my api url to not expose it to public and only works on my website is it possible?...

Bitbucket

What is your experience with running a Bitbucket repository on Zerops? What is the easiest procedure for bitbucket? Are there any fundamental reasons why the procedure is not similar to that for github or gitlab?

streaming in zerops

So I'm trying to host the vercel's aisdk demo chat. And after many hours, the issue seems to be zerops side. I've put these two solutions. I need confirmation on what the correct solution is and if there are any other solution other than this. Could be helpful for other devs too. ```js...

env in a string?

I want the PAYLOAD_PUBLIC_SERVER_URL to be dynamic for dev and prod environment, How to reference inside the string. Couldn't find anything in docs. ``` run: crontab:...

ENVs are not being created

even though i've restarted after adding envs :(
No description

Docker error with repo

Hello im having diffuculity of deploying my app from building the dockerfile
No description

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
...
Next