aboutsummaryrefslogtreecommitdiff
path: root/docs/secrets.org (unfollow)
Commit message (Collapse)AuthorFilesLines
13 dayssimplify the configurationFranck Cuny1-17/+0
2025-06-12use a dedicated SSH key for agenixFranck Cuny1-6/+8
The key is still stored in 1password, and we add a script to synchronize the key to the host. The existing keys have been rekeyed with the new key.
2025-06-08use agenix to manage some secretsFranck Cuny1-0/+15
I have some secrets that I want to manage for my user without having to rely on 1password, and ensure proper rotation everywhere when needed. For now we only have two secrets (one for `llm` and another one is the API key for anthropic for Emacs). Will document the process better in the near future.
2023-12-14update the main documentationFranck Cuny1-29/+0
Delete unused/outdated documentations.
2023-03-10documentation: clean upFranck Cuny1-0/+29
Delete gnome's keyring documentation, I will not be using it anymore, so no need to keep this around. Add documentation about how to manage secrets, and clean up wireguard's documentation.