Z
Zerops•8mo ago
Aleš

invalid user input

@Kunal 👋
No description
15 Replies
Unknown User
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Aleš
AlešOP•8mo ago
yea, it shouldn't really be required, what service type is it?
Unknown User
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Aleš
AlešOP•8mo ago
here's a bunch of recipes (example apps) you can try, we are currently working on the whole onboarding process Recipe with upload (shared and object storage) https://github.com/fxck/zerops-hello-upload Recipe with runtimes (nodejs, php, python, golang, dotnet) with write/read from PostgreSQL https://github.com/fxck/zerops-hello-worlds Recipe with WordPress (keydb, mariadb, php, object storage) https://github.com/fxck/zerops-hello-wordpress Recipe with Strapi (nodejs, postgres, object storage) https://github.com/fxck/zerops-hello-strapi --- https://github.com/fxck/zerops-hello-worlds/tree/main/golang here's a simple golang app
Unknown User
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Aleš
AlešOP•8mo ago
can be added using this import yaml
project:
name: zerops-golang

services:
- hostname: golang1
type: go@1
envSecrets:
DB_HOST: db
DB_NAME: db
DB_PASS: ${db_password}
DB_PORT: "5432"
DB_USER: ${db_user}
ports:
- port: 8080
httpSupport: true
enableSubdomainAccess: true
buildFromGit: https://github.com/fxck/zerops-hello-worlds
minContainers: 1

- hostname: db
type: postgresql@14
mode: NON_HA
priority: 1
project:
name: zerops-golang

services:
- hostname: golang1
type: go@1
envSecrets:
DB_HOST: db
DB_NAME: db
DB_PASS: ${db_password}
DB_PORT: "5432"
DB_USER: ${db_user}
ports:
- port: 8080
httpSupport: true
enableSubdomainAccess: true
buildFromGit: https://github.com/fxck/zerops-hello-worlds
minContainers: 1

- hostname: db
type: postgresql@14
mode: NON_HA
priority: 1
I'll see about those empty envs btw @Kunal you added something like this right?
FOO=
BAR=ADSD
FOO=
BAR=ADSD
so not that you didn't setup envs at all, but you have envs with empty values?
Unknown User
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Aleš
AlešOP•8mo ago
right, now I managed to reproduce it, thanks
Unknown User
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Aleš
AlešOP•8mo ago
nono, definitely backend, we'll look into it 🙂 alright @Kunal fixed 🙂 (on frontend temp., despite it being backend problem, so refresh your page)
Unknown User
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Aleš
AlešOP•8mo ago
you know, a flexible startup and everything 🙂
Unknown User
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Aleš
AlešOP•8mo ago
there's total of 12 of us, we have quite a long history behind us, here's a "short" version 🙂
No description
Aleš
AlešOP•8mo ago
yea sorry, there will be a few things like that here and there, I'll add it to our backlog
Want results from more Discord servers?
Add your server