Fabian Bläse 18b01ec718 Make kvmd webui available via IPv6
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.
2021-02-20 18:17:21 +01:00
2020-10-17 02:21:39 +03:00
2020-04-21 08:01:16 +03:00
2021-01-07 10:33:02 +03:00
2021-02-18 07:21:07 +03:00
2021-02-15 04:56:06 +03:00
2021-02-18 06:39:41 +03:00
2021-02-20 03:04:46 +03:00
2021-02-18 07:21:07 +03:00
2020-10-16 14:10:15 +03:00
2021-01-07 10:33:02 +03:00
2020-11-11 22:24:25 +03:00
2021-02-15 04:56:06 +03:00
2018-09-26 02:57:24 +03:00
2021-02-15 05:51:42 +03:00
2021-02-18 07:21:07 +03:00
2020-05-11 06:25:54 +03:00
2021-02-18 07:21:07 +03:00

KVMD

CI Discord

This repository contains the configuration and code of KVMD, the main PI-KVM daemon. If your request does not relate directly to this codebase, please send it to issues of the Pi-KVM repository.

Description
The main PiKVM daemon
Readme GPL-3.0 5.6 MiB
Languages
Python 61%
JavaScript 10.4%
HTML 7.6%
C 6.4%
C++ 4.4%
Other 10.1%