Michal Saloň
ZZerops
•Created by Dally on 2/25/2025 in #💪・community-support
pnpm killed
Should be fixed :skillIssue:
21 replies
ZZerops
•Created by Dally on 2/25/2025 in #💪・community-support
pnpm killed
Leave the container running for a bit, le tme check what it's set to
21 replies
ZZerops
•Created by Dally on 2/25/2025 in #💪・community-support
pnpm killed
IIRC Char had issue with a missing package?
21 replies
ZZerops
•Created by Dally on 2/25/2025 in #💪・community-support
pnpm killed
I am testing it and can't reproduce it. Container always starts with 8GB of RAM, whether it is new, or existing one with cache (see the
available
column):
21 replies
ZZerops
•Created by Dally on 2/25/2025 in #💪・community-support
pnpm killed
Hi, if you can run it locally, how much RAM does it use? Because our build containers have fixed 8GB of RAM, so if it needs more, it will fail.
You can test this using the
Pipeline debug options
with Before first command
, just like you did, but connect to the build container twice.
Run top
or htop
(to add htop
you need to run sudo apk add htop
first) on one tab, start your commands in second tab, and look at the RAM usage in top
/htop
(you can sort by RAM).
If it somehow goes up to 8GB, then that would be the issue. If you see that the container has way less RAM than 8GB as it should, that is a bug on our side.
If more RAM is needed, I can adjust it for that one build container to see if it helps, but 8GB should be plenty for 5CPU cores.21 replies
ZZerops
•Created by ZenitoGR | Chris | new dev on 2/22/2025 in #💪・community-support
I cannot host on zerops my vite project?

11 replies
ZZerops
•Created by ZenitoGR | Chris | new dev on 2/22/2025 in #💪・community-support
I cannot host on zerops my vite project?
Hmmm, this is the correct NodeJs documentation: https://docs.zerops.io/nodejs/overview
This one should be deleted https://docs.zerops.io/nodejs/getting-started :facepalm: c.c. @Petra
11 replies
ZZerops
•Created by ZenitoGR | Chris | new dev on 2/22/2025 in #💪・community-support
I cannot host on zerops my vite project?
You have port
3000
in zerops.yml
and 8080
in your defineConfig
and I do not see a PORT
env variable defined in your zerops.yml
that overrides it to 3000
.
Also, this will make /var/www/dist
, /var/www/package.json
and /var/www/node_modules
files/folders
I am not sure how tis works exactly (not a JS on server side dev), but if you need content of dist
folder directly in /var/www
you can use ~
More info can be seen in our documentation: https://docs.zerops.io/11 replies
ZZerops
•Created by Nogas dc on 2/18/2025 in #💪・community-support
autobmpr
If I am guessing correctly, you are asking how to get the Discord token?
Looking at the video, that is explained at 2min 15sec.
Looking a the links in the video, they seem to be broken (the repo is probably private?) 🤔
13 replies
ZZerops
•Created by Nogas dc on 2/18/2025 in #💪・community-support
autobmpr
Could you, please, provide the video you watched?
13 replies
ZZerops
•Created by Nogas dc on 2/18/2025 in #💪・community-support
autobmpr
What tokens do you mean?
If login tokens for zCLI, those can be managed here: https://app.zerops.io/settings/token-management
13 replies
ZZerops
•Created by Saanvi on 1/29/2025 in #💪・community-support
Deployment Issue
I think thats because you didn't use my latest version: https://discord.com/channels/735781031147208777/1334177315894198414/1334184322487554099
it's complaining that there is no
make
, which we indeed do not have by default in our containers.39 replies