Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-27 | using override.d | Maxim Devaev | |
2021-10-19 | kvmd-bootconfig prototype | Maxim Devaev | |
2021-09-23 | rtc watchdog for v3 | Maxim Devaev | |
2021-09-08 | small rebranding | Maxim Devaev | |
2021-08-11 | pikvm/pikvm#245: using sbin for some binaries | Maxim Devaev | |
2021-07-27 | /msd/write_remote handle | Maxim Devaev | |
2021-07-26 | fixed /share/css/user.css nginx location | Maxim Devaev | |
2021-07-24 | dual mouse mode | Maxim Devaev | |
2021-06-09 | janus ipv6 | Devaev Maxim | |
2021-05-31 | rename | Devaev Maxim | |
2021-05-24 | disabled ice lite | Devaev Maxim | |
2021-05-24 | janus service fixes | Devaev Maxim | |
2021-05-24 | perms fix | Devaev Maxim | |
2021-05-24 | janus runner draft | Devaev Maxim | |
2021-05-22 | janus tweaks | Devaev Maxim | |
2021-05-02 | janus nginx configs and user | Devaev Maxim | |
2021-05-01 | kvmd-janus.service stub | Devaev Maxim | |
2021-04-26 | don't fail on iptables lock | Devaev Maxim | |
2021-04-18 | disabled cache for static files | Devaev Maxim | |
2021-04-18 | spell fix | Devaev Maxim | |
2021-04-08 | enabled jpeg memsink for all rpi3, rpi4 and generic boards | Devaev Maxim | |
2021-03-26 | forgotten v3 sudoers | Devaev Maxim | |
2021-03-26 | user defined css | Devaev Maxim | |
2021-03-22 | enabled v3 clock | Devaev Maxim | |
2021-03-14 | v3 package | Devaev Maxim | |
2021-03-12 | enabled h264 for v2-hdmi-rpi4 | Devaev Maxim | |
2021-03-06 | pikvm/pikvm#224: disable serial0 console | 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. | |||
2021-02-18 | disabled h264 params | Devaev Maxim | |
2021-02-18 | ustreamer == 3.17 | Devaev Maxim | |
2021-02-15 | enbaled x509 vnc by default | Devaev Maxim | |
2021-02-12 | temporary disabled x509 | Devaev Maxim | |
2021-02-12 | enabled x509 vnc | Devaev Maxim | |
2021-02-12 | commented memsinks | Devaev Maxim | |
2021-02-07 | reduced gpu_mem and disabled start_x | Devaev Maxim | |
2021-02-06 | enabled h264 for v2-hdmi-rpi4 | Devaev Maxim | |
2021-02-06 | zerow default quality is 50 | Devaev Maxim | |
2021-02-06 | fixed configs | Devaev Maxim | |
2021-02-04 | deprecated --glitched-resolutions | Devaev Maxim | |
2021-01-27 | v0-hdmi-zerow | Devaev Maxim | |
2020-12-14 | added v2-hdmi-rpi3 config for rpi3 model a (#20) | Yura80 | |
2020-12-12 | Support of alternative boards/SBCs (#19) | Yura80 | |
* adding rock64 board * fix file permissions * disable atx gpio for rock64 (breaks ethernet); restore package url; fix install * added gpio pin definitions to config * renamed rock64 board to generic * udev rule for generic board, improved device detection * this udev fix should work for most boards: it skips video0 if it's not on USB, and doesn't select video2 * cleanup * improved usb video device selection | |||
2020-11-23 | fixed KillMode for kvmd service | Devaev Maxim | |
2020-11-11 | added kvmd to spi group | Devaev Maxim | |
2020-10-31 | avoid dhcpcd stack trace | Devaev Maxim | |
2020-10-11 | service --run | Devaev Maxim | |
2020-10-10 | kvmd-otgnet | Devaev Maxim | |
2020-10-07 | dr_mode=peripheral | Devaev Maxim | |
2020-10-03 | improved default override.yaml | Devaev Maxim | |
2020-09-29 | Merge pull request #13 from pikvm/redfish | Maxim Devaev | |
basic redfish api |