Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 14s
CI Workflow / CI run build and linting (pull_request) Failing after 10s
CI Workflow / Code coverage report (pull_request) Has been skipped
CI Workflow / CI run tests (pull_request) Failing after 57s
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
|
|
}
|
|
}
|