khuedoan-homelab/docs/installation/post-installation.md
2024-11-22 15:26:43 +07:00

1.3 KiB

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
  • 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
  • Other apps:
    • Username: admin
    • Password: get from global-secrets namespace

Backup

Now is a good time to set up backups for your homelab. Follow the backup and restore guide to get started.

Run the full test suite

After the homelab has been stabilized, you can run the full test suite to ensure that everything is working properly:

make test

!!! info

The "full" test suit is still in its early stages, so any contribution is greatly appreciated.