| gio | 0eaf271 | 2024-04-14 13:08:46 +0400 | [diff] [blame] | 1 | app: { |
| 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 | ||||