Compare commits
10 Commits
0afb5b84f7
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e44493b90 | |||
| 44ba137c4e | |||
| c72c6e09b4 | |||
| b35e900b41 | |||
| 8cc9007d77 | |||
| c06a28c59b | |||
| 6b463bb434 | |||
| 98fc942c58 | |||
| dd21db047d | |||
| 6ed8974212 |
@@ -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'" }
|
||||
|
||||
Submodule .config/hypr updated: a143b1a1f1...ddf2db90e9
Submodule .config/nvim updated: a2cc4a6c45...447dd9c22f
Submodule .config/quickshell updated: 82d045d4df...63e360d427
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,4 @@
|
||||
.session
|
||||
.gitsecret/keys/random_seed
|
||||
!*.secret
|
||||
.secret-gotify
|
||||
|
||||
BIN
.gitsecret/keys/pubring.kbx
Normal file
BIN
.gitsecret/keys/pubring.kbx
Normal file
Binary file not shown.
BIN
.gitsecret/keys/pubring.kbx~
Normal file
BIN
.gitsecret/keys/pubring.kbx~
Normal file
Binary file not shown.
BIN
.gitsecret/keys/trustdb.gpg
Normal file
BIN
.gitsecret/keys/trustdb.gpg
Normal file
Binary file not shown.
1
.gitsecret/paths/mapping.cfg
Normal file
1
.gitsecret/paths/mapping.cfg
Normal file
@@ -0,0 +1 @@
|
||||
.secret-gotify:f6129ad401b60d5a491d582169088600bb58a537d232b93c22923aede129d5cc
|
||||
2
.nixos
2
.nixos
Submodule .nixos updated: e7b1f5acaf...90c612bb57
2
.secret-gotify.secret
Normal file
2
.secret-gotify.secret
Normal file
@@ -0,0 +1,2 @@
|
||||
„^ýòêîø®j@:p®X–a=ÞmÑA¼å9×
|
||||
Q‚îºt$)CÓ~†'s0³f JA@:I²ÌóÛo³î_Øz>Í*–¡šÒÎC«kß‹á))=ÂeBxÒYƒOè
|
||||
@@ -11,6 +11,10 @@ exclude_files = [
|
||||
".gitignore",
|
||||
".session",
|
||||
".gitmodules",
|
||||
".gitsecret",
|
||||
"*.secret",
|
||||
"**/.devenv",
|
||||
".secret*"
|
||||
]
|
||||
|
||||
# Files and directories that are always symlinked, overriding `exclude_files`. Each entry is a glob pattern relative to the dotfiles directory.
|
||||
|
||||
Reference in New Issue
Block a user