added secrets management and rolled keys

Can't just have my keys out in the open air anymore :(
Rolled and encrypted my gotify keys so that you cant see my
notifications anymore
This commit is contained in:
2026-07-02 08:55:10 +01:00
parent c72c6e09b4
commit 44ba137c4e
9 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
url = "wss://ntfy.voidarc.co.uk:443"
# secret gotify token
token = "C5YKvW5h3NfJJIB"
token = { command = "cat /home/user01/.dotfiles/.secret-gotify"}
# if you want to get the token from a password manager, or other external command,
# you can also use for example:
# token = { command = "secret-tool lookup Title 'Gotify token'" }