From bacc12accbadc428eaa2f4ec8b8c59d409dd8ac6 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 19 Jan 2024 02:51:48 +0700 Subject: [PATCH] docs: update admin credentials locations --- docs/installation/post-installation.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/installation/post-installation.md b/docs/installation/post-installation.md index 39c0d12e..115fc84c 100644 --- a/docs/installation/post-installation.md +++ b/docs/installation/post-installation.md @@ -15,12 +15,16 @@ Save the following files to a safe location like a password manager (if you're u - ArgoCD: - Username: `admin` - Password: run `./scripts/argocd-admin-password` -- Grafana: - - Username: `admin` - - Password: `prom-operator` (TODO: use random password) - Gitea: - Username: `gitea_admin` - Password: get from `global-secrets` namespace +- Kanidm: + - Usernames: `admin` and `idm_admin` + - Password: run `./scripts/kanidm-reset-password admin` and `./scripts/kanidm-reset-password idm_admin` +- Jellyfin and other applications in the \*arr stack: see the [dedicated guide for media management](../how-to-guides/media-management.md) +- Other apps: + - Username: `admin` + - Password: get from `global-secrets` namespace ## Run the full test suite