Jan Saidl
ZZerops
•Created by ! </Krishna> 😼 on 1/25/2025 in #💪・community-support
Having some issues with Zerops
We can use out cdn for web assets. @Aleš ?
30 replies
ZZerops
•Created by Louay on 1/22/2025 in #💪・community-support
Ubuntu password
The most basic approach for usage is to deploy applications. Although the platform offers the possibilities you're trying - it's not currently completely straightforward. But it is possible to add these things in the future.
191 replies
ZZerops
•Created by Louay on 1/22/2025 in #💪・community-support
Ubuntu password
Yes, it is necessary to deploy the application using a simple zerops.yaml file.
191 replies
ZZerops
•Created by Louay on 1/22/2025 in #💪・community-support
Ubuntu password
The SSH port is taken by our component that provides SSH access when you log in through VPN: https://docs.zerops.io/references/vpn
You can definitely start SSH on a different port and set up port routing and expose this port to the internet.
https://docs.zerops.io/features/access#open-a-public-port-for-a-non-https-communication
191 replies
ZZerops
•Created by Louay on 1/22/2025 in #💪・community-support
Ubuntu password
Hi @Louay ,
when you create a project in Zerops, you get your own space as described here: https://docs.zerops.io/features/infrastructure
When you create an Ubuntu container in your project, this container is part of your project (its private network). The main difference compared to VPS is that the container is not directly accessible from the internet - this is mediated by a balancer that is dedicated to your project.
There is also a difference between container technology and VM. Zerops currently also supports VMs - currently the first representative is Docker service, where you get a full-fledged alpine VM.
In this service, you can probably install Coolify. Unfortunately, Docker cannot be run in a regular Ubuntu container.
191 replies
ZZerops
•Created by kolisko on 1/15/2025 in #💪・community-support
obtain zerops.yml for existing service
Glad I could help. I have reported the error, hopefully it will be fixed soon.
16 replies
ZZerops
•Created by kolisko on 1/15/2025 in #💪・community-support
obtain zerops.yml for existing service
Sorry, it's a bug in the app. There is an active version on the service, but it is not displayed. Detail of the last active pipeline is here:
https://app.zerops.io/service-stack/6A6IeuAoRjOG7BpBMNSdcQ/deploy/PNw8qI89RCmOiAzbBF6bKw
16 replies
ZZerops
•Created by kolisko on 1/15/2025 in #💪・community-support
obtain zerops.yml for existing service
Please send me the service ID and I'll take a look.
16 replies
ZZerops
•Created by kolisko on 1/15/2025 in #💪・community-support
obtain zerops.yml for existing service
16 replies
ZZerops
•Created by kolisko on 1/15/2025 in #💪・community-support
obtain zerops.yml for existing service
Hi, zerops.yaml can be downloaded in the pipeline details.
16 replies
ZZerops
•Created by Dally on 1/7/2025 in #💪・community-support
Best way to migrate from legacy to lightweight core
@Dally Sorry, I forgot to write that it's already fixed.
7 replies
ZZerops
•Created by kolisko on 12/12/2024 in #💪・community-support
zcli service log - invalid memory address or nil pointer dereference
For windows users:
irm https://zerops.io/zcli/install.ps1 | iex
16 replies
ZZerops
•Created by kolisko on 12/12/2024 in #💪・community-support
zcli service log - invalid memory address or nil pointer dereference
zcli version
?16 replies
ZZerops
•Created by kolisko on 12/12/2024 in #💪・community-support
zcli non-interactive mode
@nermal , can we please add to the section here https://docs.zerops.io/references/cli/commands#help, that each command has a
--help
flag to show detailed help for the command? Thanks9 replies
ZZerops
•Created by kolisko on 12/11/2024 in #💪・community-support
vpn status
Hello, there is no such command yet. It is a good idea to create one. @pr0tys ?
It would be best to have an endpoint on the master container to check. No pinging and stuff like that.
6 replies
ZZerops
•Created by LumberManCZ on 12/9/2024 in #💪・community-support
NGINX Authentication Based on Subrequest Result
In this case, nginx must follow the redirection based on the returned headers.
Maybe something like this might help.
https://serverfault.com/questions/423265/how-to-follow-http-redirects-inside-nginx
9 replies
ZZerops
•Created by LumberManCZ on 12/9/2024 in #💪・community-support
NGINX Authentication Based on Subrequest Result
And if you try to simulate reuqest via
curl
from container, does everything work?9 replies