added secret-detection
This commit is contained in:
parent
4f7577036b
commit
3a5e43c21e
4 changed files with 20 additions and 0 deletions
|
@ -12,3 +12,7 @@ repos:
|
|||
rev: v1.28.4
|
||||
hooks:
|
||||
- id: typos
|
||||
- repo: https://github.com/Yelp/detect-secrets
|
||||
rev: v1.5.0
|
||||
hooks:
|
||||
- id: detect-secrets
|
||||
|
|
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Server
|
||||
|
||||
This Repo is for everything related to servers administrated by me\
|
||||
which includes updates to services,
|
||||
new and coming services as well as their respective configurations.
|
|
@ -4,5 +4,6 @@
|
|||
packages = with pkgs; [
|
||||
pre-commit
|
||||
typos
|
||||
detect-secrets
|
||||
];
|
||||
}
|
||||
|
|
|
@ -5,3 +5,13 @@
|
|||
- navidrome
|
||||
- beszel-agent
|
||||
- beszel
|
||||
|
||||
## Hetzner
|
||||
|
||||
- miniflux
|
||||
- vaultwarden
|
||||
- gatus
|
||||
- diun
|
||||
- wireguard
|
||||
- stirling-pdf
|
||||
- beszel-agent
|
||||
|
|
Loading…
Reference in a new issue