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
|
.direnv
|
||||||
|
private.key
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/markdownlint/markdownlint
|
|
||||||
rev: v0.13.0
|
|
||||||
hooks:
|
|
||||||
- id: markdownlint_docker
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v5.0.0
|
rev: v5.0.0
|
||||||
hooks:
|
hooks:
|
||||||
|
@ -16,3 +12,7 @@ repos:
|
||||||
rev: v1.5.0
|
rev: v1.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: detect-secrets
|
- id: detect-secrets
|
||||||
|
- repo: https://github.com/gitleaks/gitleaks
|
||||||
|
rev: v8.22.0
|
||||||
|
hooks:
|
||||||
|
- id: gitleaks
|
||||||
|
|
|
@ -2,8 +2,13 @@
|
||||||
|
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
# linters/typos/etc.
|
||||||
pre-commit
|
pre-commit
|
||||||
typos
|
typos
|
||||||
detect-secrets
|
detect-secrets
|
||||||
|
gitleaks
|
||||||
|
|
||||||
|
# encrypting secrets
|
||||||
|
agebox
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,16 +2,28 @@
|
||||||
|
|
||||||
## Raspi
|
## Raspi
|
||||||
|
|
||||||
- navidrome
|
- system packages
|
||||||
- beszel-agent
|
- docker
|
||||||
- beszel
|
- rpi-eeprom
|
||||||
|
- docker containers
|
||||||
|
- navidrome
|
||||||
|
- beszel-agent
|
||||||
|
- beszel
|
||||||
|
|
||||||
## Hetzner
|
## Hetzner
|
||||||
|
|
||||||
- miniflux
|
- system packages
|
||||||
- vaultwarden
|
- removed datadog-agent
|
||||||
- gatus
|
- removed kanidm
|
||||||
- diun
|
- update
|
||||||
- wireguard
|
- docker-compose-plugin
|
||||||
- stirling-pdf
|
- linux kernel
|
||||||
- beszel-agent
|
- a bunch more
|
||||||
|
- docker containers
|
||||||
|
- miniflux
|
||||||
|
- vaultwarden
|
||||||
|
- gatus
|
||||||
|
- diun
|
||||||
|
- wireguard
|
||||||
|
- stirling-pdf
|
||||||
|
- beszel-agent
|
||||||
|
|
Loading…
Reference in a new issue