12 Commits

Author SHA1 Message Date
Laurence
d0b3271880 feat: listen on unix sockets
With this you can configure a unix socket in server.listenaddr and
server.ssl.listenaddr by prefixing the socket path with unix:

Co-authored-by: Jannis Mattheis <contact@jmattheis.de>
2024-01-20 10:17:51 +01:00
Jannis Mattheis
615aa5ce1c Fix redirect to https with default http port
Fixes #528
2022-12-03 11:42:19 +01:00
Jannis Mattheis
3454dcd602 Use golangci-lint 2020-11-01 10:47:02 +01:00
Jannis Mattheis
909eeff406 Make keepalive period configurable 2020-09-10 16:22:04 +00:00
Jannis Mattheis
7b90b8a8f5 Use v2 in package path 2020-05-08 10:43:17 +02:00
饺子w
d82a78b8aa Listen on custom address (#140)
Co-Authored-By: eternal-flame-AD <ef@eternalflame.info>
2019-03-08 09:40:26 +01:00
Jannis Mattheis
68b160997d Format all go files 2019-01-01 23:34:42 +01:00
Jannis Mattheis
44b46dac55 Remove unnecessary println 2018-03-31 18:44:49 +02:00
Jannis Mattheis
6b537c956b Move https server in go func to not block http server 2018-03-18 17:29:15 +01:00
Jannis Mattheis
a60c2f2d2f Add some logging & version info building 2018-02-21 19:27:31 +01:00
Jannis Mattheis
a413b3d182 Log errors 2018-02-19 17:40:05 +01:00
Jannis Mattheis
80887bf4b5 Add support for ssl. 2018-02-19 17:40:05 +01:00