mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
✨ new talos cluster
This commit is contained in:
31
kubernetes/cluster-0/apps/web-tools/vikunja/config/Caddyfile
Normal file
31
kubernetes/cluster-0/apps/web-tools/vikunja/config/Caddyfile
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
admin off
|
||||
auto_https off
|
||||
}
|
||||
|
||||
:8080 {
|
||||
log {
|
||||
output stdout
|
||||
}
|
||||
|
||||
@api {
|
||||
path /api/*
|
||||
path /.well-known/*
|
||||
path /dav/*
|
||||
}
|
||||
|
||||
header {
|
||||
# Remove Server header
|
||||
-Server
|
||||
}
|
||||
|
||||
# API
|
||||
handle @api {
|
||||
reverse_proxy localhost:3456
|
||||
}
|
||||
|
||||
# Filtron
|
||||
handle {
|
||||
reverse_proxy localhost:80
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user