Skip to content

Commit 9e80078

Browse files
[pre-commit] Ran pre-commit run --all-files and made necessary fixes
1 parent c09e0f7 commit 9e80078

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

stacks/umami/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Inspired by [this](https://doc.traefik.io/traefik/user-guides/docker-compose/acm
66

77
## `umami`
88

9-
Based on [here](https://github.com/umami-software/umami/blob/900e3e57340149dac48d00b380f2a90db2b8e62e/docker-compose.yml)
9+
Based on [this](https://github.com/umami-software/umami/blob/900e3e57340149dac48d00b380f2a90db2b8e62e/docker-compose.yml)

stacks/vaultwarden/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ $ echo -n '<REDACTED>' | argon2 \
2727
"$(openssl rand -base64 32)" -e -id -k 19456 -t 2 -p 1 | sed 's#\$#\$\$#g'
2828
```
2929

30-
More details [here](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token)
30+
More details on [this page](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token)
3131

3232
## `fail2ban` setup
3333

3434
The documented `fail2ban` configuration for `vaultwarden` is
35-
[here](https://github.com/dani-garcia/vaultwarden/wiki/Fail2Ban-Setup#debian--ubuntu--raspberry-pi-os)
35+
[this](https://github.com/dani-garcia/vaultwarden/wiki/Fail2Ban-Setup#debian--ubuntu--raspberry-pi-os)
3636

3737
Below you'll find suggestions for when the containers log to `stdout` and
3838
`stderr`, and `docker` is configured to log to `journald`

0 commit comments

Comments
 (0)