38 lines
955 B
Caddyfile
38 lines
955 B
Caddyfile
{
|
|
log {
|
|
level debug
|
|
}
|
|
|
|
|
|
filesystem tf s3 {
|
|
bucket "terraform-provider-privatepreview"
|
|
region eu01
|
|
endpoint https://object.storage.eu01.onstackit.cloud
|
|
use_path_style
|
|
}
|
|
}
|
|
|
|
tfregistry.sysops.stackit.rocks {
|
|
encode zstd gzip
|
|
|
|
handle_path /docs/* {
|
|
root /srv/www
|
|
templates
|
|
|
|
@md {
|
|
file {path}
|
|
path *.md
|
|
}
|
|
|
|
rewrite @md /markdown.html
|
|
|
|
file_server {
|
|
browse
|
|
}
|
|
}
|
|
|
|
file_server {
|
|
fs tf
|
|
browse
|
|
}
|
|
}
|