@@ -178,6 +178,7 @@ Kaewkasi
|
||||
Kaswell
|
||||
Keyv
|
||||
Knex
|
||||
Koyeb
|
||||
KPIs
|
||||
Kuang
|
||||
kubectl
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Koyeb
|
||||
@@ -24,9 +24,9 @@ app:
|
||||
backend:
|
||||
baseUrl: https://<your-app>.koyeb.app
|
||||
listen:
|
||||
# The $PORT environment variable is a feature of Koyeb
|
||||
# https://www.koyeb.com/docs/apps/services
|
||||
port: ${PORT]
|
||||
# The $PORT environment variable is a feature of Koyeb
|
||||
# https://www.koyeb.com/docs/apps/services
|
||||
```
|
||||
|
||||
## Push and deploy Backstage to Koyeb
|
||||
@@ -42,8 +42,6 @@ koyeb app init example-backstage \
|
||||
--env PORT=8000
|
||||
```
|
||||
|
||||
Your application will be built and deployed to Koyeb. Once the build has finished, you will be able to access your application running on Koyeb by clicking the URL ending with `.koyeb.app`.
|
||||
Your application will be built and deployed to Koyeb. Once the build has finished, you will be able to access your application running on Koyeb by clicking the URL ending with `.koyeb.app`.
|
||||
|
||||
Congratulations! Now you should have Backstage up and running! 🎉
|
||||
|
||||
|
||||
|
||||
+10
-30
@@ -185,9 +185,7 @@
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Datadog",
|
||||
"items": [
|
||||
"integrations/datadog-rum/installation"
|
||||
]
|
||||
"items": ["integrations/datadog-rum/installation"]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
@@ -219,23 +217,17 @@
|
||||
{
|
||||
"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": [
|
||||
@@ -263,9 +255,7 @@
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Testing",
|
||||
"items": [
|
||||
"plugins/testing"
|
||||
]
|
||||
"items": ["plugins/testing"]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
@@ -355,16 +345,12 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
@@ -395,9 +381,7 @@
|
||||
"architecture-decisions/adrs-adr012",
|
||||
"architecture-decisions/adrs-adr013"
|
||||
],
|
||||
"FAQ": [
|
||||
"FAQ"
|
||||
],
|
||||
"FAQ": ["FAQ"],
|
||||
"Experimental Backend System": [
|
||||
"backend-system/index",
|
||||
{
|
||||
@@ -432,13 +416,9 @@
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Core Services",
|
||||
"items": [
|
||||
"backend-system/core-services/index"
|
||||
]
|
||||
"items": ["backend-system/core-services/index"]
|
||||
}
|
||||
],
|
||||
"Accessibility": [
|
||||
"accessibility/index"
|
||||
]
|
||||
"Accessibility": ["accessibility/index"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user