Quote from: transmissionend on May 11, 2026, 09:21:18 PM* output then appears to stop at:
amdtemp0: found 4 cores and 1 sensors
Quote from: BrandyWine on Today at 05:36:35 AMI have for many many years ran 100% asic based soho hardware for home fw.
Quote from: meyergru on Today at 09:41:57 AMIch habe das auch namentlich als PPPOEVLAN zugewiesen, das ist aber m.W. nicht notwendig.
# ===========================
# Reverse Proxy: Jellyfin
# ===========================
xxx.zzz.org {
encode gzip zstd
# Security headers
header {
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
X-Content-Type-Options "nosniff"
X-Frame-Options "SAMEORIGIN"
Referrer-Policy "same-origin"
# Forwarding headers
X-Real-IP {remote_host}
X-Forwarded-For {remote_host}
X-Forwarded-Proto {scheme}
}
# Jellyfin reverse proxy
handle {
reverse_proxy 192.168.82.239:30013 {
# WebSocket support
transport http {
versions h1 h2c
}
# Improves large uploads & streaming
buffer_requests
}
}
}
# Optional HTTP → HTTPS redirect
http://xxx.zzz.org {
redir https://xxx.zzz.org{uri}
}
import /usr/local/etc/caddy/caddy.d/*.conf