docs: installation (#3646)

* improve compose

* docs: installation v2

* ZITADEL_EXTERNALSECURE=true is sane

* Update docs/docs/guides/installation/configuration.mdx

* docs: download binaries from command line

* docs: better config description

* fixes

* default instance

* default user credentials

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Elio Bischof
2022-05-18 14:42:13 +02:00
committed by GitHub
parent 17baf252dd
commit c8300b61b1
25 changed files with 207 additions and 749 deletions

View File

@@ -36,6 +36,7 @@ module.exports = {
],
guides: [
"guides/overview",
"guides/installation/installation",
{
type: "category",
label: "Get to know ZITADEL",
@@ -93,43 +94,6 @@ module.exports = {
collapsed: false,
items: ["guides/customization/branding", "guides/customization/texts"],
},
{
type: "category",
label: "Installation",
collapsed: true,
items: [
{
type: "category",
label: "CAOS Managed",
collapsed: true,
items: [
"guides/installation/shared-cloud",
"guides/installation/managed-dedicated-instance",
],
},
{
type: "category",
label: "CAOS Service Packages",
collapsed: true,
items: [
"guides/installation/setup",
"guides/installation/setup-orbos",
"guides/installation/checkup",
],
},
{
type: "category",
label: "Self Managed",
collapsed: true,
items: [
"guides/installation/crd",
"guides/installation/gitops",
"guides/installation/orbos",
],
},
],
},
{
type: "category",
label: "Trainings",