Compare commits
12 Commits
09f0177d54
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e44493b90 | |||
| 44ba137c4e | |||
| c72c6e09b4 | |||
| b35e900b41 | |||
| 8cc9007d77 | |||
| c06a28c59b | |||
| 6b463bb434 | |||
| 98fc942c58 | |||
| dd21db047d | |||
| 6ed8974212 | |||
| 0afb5b84f7 | |||
| f24315425a |
@@ -3,7 +3,7 @@
|
|||||||
url = "wss://ntfy.voidarc.co.uk:443"
|
url = "wss://ntfy.voidarc.co.uk:443"
|
||||||
|
|
||||||
# secret gotify token
|
# 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,
|
# if you want to get the token from a password manager, or other external command,
|
||||||
# you can also use for example:
|
# you can also use for example:
|
||||||
# token = { command = "secret-tool lookup Title 'Gotify token'" }
|
# token = { command = "secret-tool lookup Title 'Gotify token'" }
|
||||||
|
|||||||
Submodule .config/hypr updated: aa96d67e71...ddf2db90e9
Submodule .config/nvim updated: a2cc4a6c45...447dd9c22f
1
.config/quickshell
Submodule
1
.config/quickshell
Submodule
Submodule .config/quickshell added at 63e360d427
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,4 @@
|
|||||||
.session
|
.session
|
||||||
|
.gitsecret/keys/random_seed
|
||||||
|
!*.secret
|
||||||
|
.secret-gotify
|
||||||
|
|||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -8,3 +8,6 @@
|
|||||||
[submodule ".config/hypr"]
|
[submodule ".config/hypr"]
|
||||||
path = .config/hypr
|
path = .config/hypr
|
||||||
url = https://git.voidarc.co.uk/voidarc/hypr
|
url = https://git.voidarc.co.uk/voidarc/hypr
|
||||||
|
[submodule ".config/quickshell"]
|
||||||
|
path = .config/quickshell
|
||||||
|
url = https://git.voidarc.co.uk/voidarc/quickshell
|
||||||
|
|||||||
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: 8f97b6ff34...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",
|
".gitignore",
|
||||||
".session",
|
".session",
|
||||||
".gitmodules",
|
".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.
|
# 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