more updates for hetzner
This commit is contained in:
parent
3a5e43c21e
commit
9ce84ef776
5 changed files with 35 additions and 15 deletions
2
.ageboxreg.yml
Normal file
2
.ageboxreg.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
file_ids: []
|
||||
version: "1"
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
.direnv
|
||||
private.key
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
repos:
|
||||
- repo: https://github.com/markdownlint/markdownlint
|
||||
rev: v0.13.0
|
||||
hooks:
|
||||
- id: markdownlint_docker
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
|
@ -16,3 +12,7 @@ repos:
|
|||
rev: v1.5.0
|
||||
hooks:
|
||||
- id: detect-secrets
|
||||
- repo: https://github.com/gitleaks/gitleaks
|
||||
rev: v8.22.0
|
||||
hooks:
|
||||
- id: gitleaks
|
||||
|
|
|
@ -2,8 +2,13 @@
|
|||
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
# linters/typos/etc.
|
||||
pre-commit
|
||||
typos
|
||||
detect-secrets
|
||||
gitleaks
|
||||
|
||||
# encrypting secrets
|
||||
agebox
|
||||
];
|
||||
}
|
||||
|
|
|
@ -2,16 +2,28 @@
|
|||
|
||||
## Raspi
|
||||
|
||||
- navidrome
|
||||
- beszel-agent
|
||||
- beszel
|
||||
- system packages
|
||||
- docker
|
||||
- rpi-eeprom
|
||||
- docker containers
|
||||
- navidrome
|
||||
- beszel-agent
|
||||
- beszel
|
||||
|
||||
## Hetzner
|
||||
|
||||
- miniflux
|
||||
- vaultwarden
|
||||
- gatus
|
||||
- diun
|
||||
- wireguard
|
||||
- stirling-pdf
|
||||
- beszel-agent
|
||||
- system packages
|
||||
- removed datadog-agent
|
||||
- removed kanidm
|
||||
- update
|
||||
- docker-compose-plugin
|
||||
- linux kernel
|
||||
- a bunch more
|
||||
- docker containers
|
||||
- miniflux
|
||||
- vaultwarden
|
||||
- gatus
|
||||
- diun
|
||||
- wireguard
|
||||
- stirling-pdf
|
||||
- beszel-agent
|
||||
|
|
Loading…
Reference in a new issue