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
Ingmar Stein fcf86e33b9 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 21:25:55 -07:00
..
cookie Make cookie duration dependent on configuration 2024-05-01 19:34:13 -07:00
request feat(integration)!: remove Pocket integration 2025-06-15 13:29:55 -07:00
response feat(response): change error response content type to plain text and escape HTML 2025-05-11 19:15:54 -07:00
route Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
server feat: TLS support for Unix socket listeners 2025-06-24 21:25:55 -07:00