Incorporate freben feedback
Signed-off-by: alisdairbr <alisdairbr@users.noreply.github.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
ac166f0c03
commit
3af9c83c13
@@ -0,0 +1 @@
|
||||
Koyeb
|
||||
@@ -14,7 +14,7 @@ Before you begin, make sure you have a [Koyeb account](https://app.koyeb.com/) t
|
||||
First, install the
|
||||
[Koyeb CLI](https://www.koyeb.com/docs/quickstart/koyeb-cli) and follow the instructions in the [quickstart guide](https://www.koyeb.com/docs/quickstart/koyeb-cli) to login.
|
||||
|
||||
Then, configure your `app-config.yaml` with your `baseURL`:
|
||||
Then, configure your `app-config.yaml` with your `baseUrl`:
|
||||
|
||||
```yaml
|
||||
app:
|
||||
@@ -24,8 +24,7 @@ app:
|
||||
backend:
|
||||
baseUrl: https://<your-app>.koyeb.app
|
||||
listen:
|
||||
port:
|
||||
$env: PORT
|
||||
port: ${PORT]
|
||||
# The $PORT environment variable is a feature of Koyeb
|
||||
# https://www.koyeb.com/docs/apps/services
|
||||
```
|
||||
|
||||
+31
-10
@@ -185,7 +185,9 @@
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Datadog",
|
||||
"items": ["integrations/datadog-rum/installation"]
|
||||
"items": [
|
||||
"integrations/datadog-rum/installation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
@@ -217,17 +219,23 @@
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Gitea",
|
||||
"items": ["integrations/gitea/locations"]
|
||||
"items": [
|
||||
"integrations/gitea/locations"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Google GCS",
|
||||
"items": ["integrations/google-cloud-storage/locations"]
|
||||
"items": [
|
||||
"integrations/google-cloud-storage/locations"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "LDAP",
|
||||
"items": ["integrations/ldap/org"]
|
||||
"items": [
|
||||
"integrations/ldap/org"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
@@ -255,7 +263,9 @@
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Testing",
|
||||
"items": ["plugins/testing"]
|
||||
"items": [
|
||||
"plugins/testing"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
@@ -328,6 +338,7 @@
|
||||
"deployment/docker",
|
||||
"deployment/k8s",
|
||||
"deployment/heroku",
|
||||
"deployment/koyeb",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Using Backstage Deploy (alpha)",
|
||||
@@ -344,12 +355,16 @@
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Guides",
|
||||
"items": ["api/utility-apis"]
|
||||
"items": [
|
||||
"api/utility-apis"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "API Reference",
|
||||
"items": ["reference/index"]
|
||||
"items": [
|
||||
"reference/index"
|
||||
]
|
||||
},
|
||||
"api/deprecations"
|
||||
],
|
||||
@@ -380,7 +395,9 @@
|
||||
"architecture-decisions/adrs-adr012",
|
||||
"architecture-decisions/adrs-adr013"
|
||||
],
|
||||
"FAQ": ["FAQ"],
|
||||
"FAQ": [
|
||||
"FAQ"
|
||||
],
|
||||
"Experimental Backend System": [
|
||||
"backend-system/index",
|
||||
{
|
||||
@@ -415,9 +432,13 @@
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Core Services",
|
||||
"items": ["backend-system/core-services/index"]
|
||||
"items": [
|
||||
"backend-system/core-services/index"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Accessibility": ["accessibility/index"]
|
||||
"Accessibility": [
|
||||
"accessibility/index"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -175,6 +175,7 @@ nav:
|
||||
- Docker: 'deployment/docker.md'
|
||||
- Kubernetes: 'deployment/k8s.md'
|
||||
- Heroku: 'deployment/heroku.md'
|
||||
- Koyeb: 'deployment/koyeb.md'
|
||||
- Designing for Backstage:
|
||||
- Design: 'dls/design.md'
|
||||
- Component Design Guidelines: 'dls/component-design-guidelines.md'
|
||||
|
||||
Reference in New Issue
Block a user