mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-25 22:18:53 +07:00
docs: add post-installation
This commit is contained in:
parent
0e1ff60b10
commit
f434953d37
@ -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)
|
||||
|
17
docs/src/deployment/post-installation.md
Normal file
17
docs/src/deployment/post-installation.md
Normal 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
|
Loading…
Reference in New Issue
Block a user