Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-18 | removed server_name | Maxim Devaev | |
2022-10-19 | nginx: serve ACME challenges over unencrypted HTTP (#116) | Wojtek Porczyk | |
RFC 8555 section 8.3 [1] states HTTP challenge MUST be served over TCP port 80 and while the verification follows redirects, those are unneed and migh be harmful in specific deployment scenarios. [1] https://datatracker.ietf.org/doc/html/rfc8555#section-8.3 Signed-off-by: Wojtek Porczyk <[email protected]> | |||
2022-08-27 | loc-bigpost.conf | Maxim Devaev | |
2022-08-27 | removed body limit for /api/hid/print | Maxim Devaev | |
2022-07-24 | loc-nobuffering.conf | Maxim Devaev | |
2022-07-24 | disabled buffering for /api/msd/read | Maxim Devaev | |
2022-07-24 | reading images api | Maxim Devaev | |
2022-06-24 | kvmd-certbot | Maxim Devaev | |
2021-11-12 | listen configs | Maxim Devaev | |
2021-07-27 | /msd/write_remote handle | Maxim Devaev | |
2021-07-26 | fixed /share/css/user.css nginx location | Maxim Devaev | |
2021-04-18 | disabled cache for static files | Devaev Maxim | |
2021-03-26 | user defined css | Devaev Maxim | |
2021-02-20 | Make kvmd webui available via IPv6 | Fabian Bläse | |
nginx only binds an IPv4 socket, if the listen option is specified without [::]. There are two possibilites to fix this issue. Either the listen option can be specified using only [::], and additionally including ipv6only=off. This makes nginx bind an IPv6 socket which is also able to handle IPv4 connections. Or the listen option can be specified twice, one with [::] and one without. This makes nginx bind two independent sockets. If the first option is chosen, IPv4 addresses are mapped into the IPv6 address space, which might break scripts, filters, etc. So, for now, the second option is chosen. | |||
2020-09-28 | basic redfish api | Devaev Maxim | |
2020-09-09 | Fixed nginx's "Could not build optimal types_hash" | Devaev Maxim | |
2020-06-25 | preferred tls 1.3 | Devaev Maxim | |
2019-10-27 | split nginx.conf | Devaev Maxim | |
2019-05-10 | improved users/groups | Devaev Maxim | |
2019-05-09 | using unix sockets | Devaev Maxim | |
2019-04-27 | url refactoring | Devaev Maxim | |
2019-02-17 | package fixes | Devaev Maxim | |
2018-12-18 | fixed cache-control | Devaev Maxim | |
2018-12-18 | loc-nocache | Devaev Maxim | |
2018-12-15 | modular nginx configuration | Devaev Maxim | |
2018-12-15 | own auth | Devaev Maxim | |
2018-11-24 | nginx: disabled abs redirect | Devaev Maxim | |
2018-11-21 | refactoring | Devaev Maxim | |
2018-11-18 | moved lua crutch to kvmd | Devaev Maxim | |
2018-11-18 | new manifest.json | Devaev Maxim | |
2018-11-14 | big rewrite of extensions | Devaev Maxim | |
2018-11-12 | fixed missing ext.d | Devaev Maxim | |
2018-11-12 | nginx: error_log stderr | Devaev Maxim | |
2018-11-12 | /extensions using lua | Devaev Maxim | |
2018-11-10 | improved nginx locations | Devaev Maxim | |
2018-10-31 | nginx hooks for future extensions | Devaev Maxim | |
2018-10-28 | using 127.0.0.1 instead of localhost | Devaev Maxim | |
2018-10-28 | log interface | Devaev Maxim | |
2018-09-28 | some fixes for ustreamer | Devaev Maxim | |
2018-09-26 | moved kvmd to the root | Devaev Maxim | |