Marco Blessing
a686be9055
* force dark mode * add node based build * add markdown lint * fix markdown lint issues * add custom caddy file * fix page lookup for error page * disable pagination * adjus trivy behavior * exclude mardkownlint from docker build * fix trivy step and add umami tracking code * set data-domain to exclude forks adding stats
13 lines
224 B
Caddyfile
13 lines
224 B
Caddyfile
:8080 {
|
|
root * /usr/share/caddy
|
|
file_server
|
|
encode gzip zstd
|
|
handle_errors {
|
|
@404 {
|
|
expression {http.error.status_code} == 404
|
|
}
|
|
rewrite @404 /404.html
|
|
file_server
|
|
}
|
|
}
|