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:
@@ -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'" }
|
||||
|
||||
Reference in New Issue
Block a user