blob: 2573c5c31c59dcd45af16f22706a9082ef9b51a1 [file] [log] [blame]
gio0eaf2712024-04-14 13:08:46 +04001app: {
2 type: "golang:1.22.0"
3 run: "main.go"
4 ingress: {
5 network: "private"
6 subdomain: "testapp"
7 auth: enabled: false
8 }
9}
10
11// do create app --type=go[1.22.0] [--run-cmd=(*default main.go)]
12// do create ingress --subdomain=testapp [--network=public (*default private)] [--auth] [--auth-groups="admin" (*default empty)] TODO(gio): port