mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-20 08:03:58 +08:00
Squashed commit of the following: commit 257867f196376df55fa0f57edbdf33967b1da04e Author: Khue Doan <mail@khuedoan.com> Date: Sun Sep 18 16:45:42 2022 +0700 refactor(docs): apply the Diátaxis framework
26 lines
649 B
Markdown
26 lines
649 B
Markdown
# Post-installation
|
|
|
|
## Backup secrets
|
|
|
|
Save the following files to a safe location like a password manager (if you're using the sandbox, you can skip this step):
|
|
|
|
- `~/.ssh/id_ed25519`
|
|
- `~/.ssh/id_ed25519.pub`
|
|
- `./metal/kubeconfig.yaml`
|
|
- `~/.terraform.d/credentials.tfrc.json`
|
|
- `./external/terraform.tfvars`
|
|
|
|
## Admin credentials
|
|
|
|
- ArgoCD:
|
|
- Username: `admin`
|
|
- Password: run `./scripts/argocd-admin-password`
|
|
- Vault:
|
|
- Root token: run `./scripts/vault-root-token`
|
|
- Grafana:
|
|
- Username: `admin`
|
|
- Password: `prom-operator` (TODO: use random password)
|
|
- Gitea:
|
|
- Username: `gitea_admin`
|
|
- Password: get from Vault
|