1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/http/server
Ingmar Stein f7a6b02b5f
feat: TLS support for Unix socket listeners
This change enables Miniflux to serve TLS over Unix domain sockets.

If `CERT_FILE` and `KEY_FILE` are configured, Unix socket listeners
specified via `LISTEN_ADDR` will now automatically start with TLS enabled,
using the provided certificates. This uses the existing `http.Server.ServeTLS`
method.

If no certificates are provided, Unix socket listeners will continue to
operate as plain, non-TLS sockets.
2025-06-24 16:19:24 +02:00
..
httpd.go feat: TLS support for Unix socket listeners 2025-06-24 16:19:24 +02:00
middleware.go refactor(http): rename package from httpd to server for consistency 2025-06-20 13:15:13 -07:00