docs: add post-installation

This commit is contained in:
Khue Doan 2022-06-04 13:51:58 +07:00
parent 0e1ff60b10
commit f434953d37
2 changed files with 18 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- [Deploy the homelab](./deployment/deployment.md)
- [DNS setup](./deployment/dns.md)
- [External resources (optional)](./deployment/external-resources.md)
- [Post-installation](./deployment/post-installation.md)
- [Troubleshooting](./troubleshooting.md)
- [Tutorials]()
- [Use both GitHub and Gitea](./tutorials/use-both-github-and-gitea.md)

View File

@ -0,0 +1,17 @@
# Post-installation
## Backup secrets
Save the following files to a safe location (like a password manager):
- `~/.ssh/id_ed25519`
- `~/.ssh/id_ed25519.pub`
- `./metal/kubeconfig.yaml`
- `~/.terraform.d/credentials.tfrc.json`
- `./external/terraform.tfvars`
<!-- TODO - `./metal/root-password.txt` -->
## Next steps
TODO