summaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Collapse)Author
2021-04-08enabled jpeg memsink for all rpi3, rpi4 and generic boardsDevaev Maxim
2021-03-26forgotten v3 sudoersDevaev Maxim
2021-03-26user defined cssDevaev Maxim
2021-03-22enabled v3 clockDevaev Maxim
2021-03-14v3 packageDevaev Maxim
2021-03-12enabled h264 for v2-hdmi-rpi4Devaev Maxim
2021-03-06pikvm/pikvm#224: disable serial0 consoleDevaev Maxim
2021-02-20Make kvmd webui available via IPv6Fabian 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-18disabled h264 paramsDevaev Maxim
2021-02-18ustreamer == 3.17Devaev Maxim
2021-02-15enbaled x509 vnc by defaultDevaev Maxim
2021-02-12temporary disabled x509Devaev Maxim
2021-02-12enabled x509 vncDevaev Maxim
2021-02-12commented memsinksDevaev Maxim
2021-02-07reduced gpu_mem and disabled start_xDevaev Maxim
2021-02-06enabled h264 for v2-hdmi-rpi4Devaev Maxim
2021-02-06zerow default quality is 50Devaev Maxim
2021-02-06fixed configsDevaev Maxim
2021-02-04deprecated --glitched-resolutionsDevaev Maxim
2021-01-27v0-hdmi-zerowDevaev Maxim
2020-12-14added v2-hdmi-rpi3 config for rpi3 model a (#20)Yura80
2020-12-12Support 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-23fixed KillMode for kvmd serviceDevaev Maxim
2020-11-11added kvmd to spi groupDevaev Maxim
2020-10-31avoid dhcpcd stack traceDevaev Maxim
2020-10-11service --runDevaev Maxim
2020-10-10kvmd-otgnetDevaev Maxim
2020-10-07dr_mode=peripheralDevaev Maxim
2020-10-03improved default override.yamlDevaev Maxim
2020-09-29Merge pull request #13 from pikvm/redfishMaxim Devaev
basic redfish api
2020-09-29min kernel version is 5.4.65Devaev Maxim
2020-09-28basic redfish apiDevaev Maxim
2020-09-09Fixed nginx's "Could not build optimal types_hash"Devaev Maxim
2020-08-31rpi1Devaev Maxim
2020-08-21v0-hdmiusb-zerowDevaev Maxim
2020-08-07deprecated old designsDevaev Maxim
2020-08-01new kernel for rpi2 and rpi3Devaev Maxim
2020-08-01revision-specificDevaev Maxim
2020-07-31partially fixed hdmiusb enumerationDevaev Maxim
2020-07-26hdmiusb for rpi2 and rpi3Devaev Maxim
2020-07-26usb dongle support for rpi4Devaev Maxim
2020-07-185.4.51 kernel for rpi4Devaev Maxim
2020-06-25preferred tls 1.3Devaev Maxim
2020-06-18Revert "kernel 5.4.45"Devaev Maxim
This reverts commit 76aaece8ed006fa3b5cac08aaf79228440c429fe.
2020-06-18kernel 5.4.45Devaev Maxim
2020-05-23major keymaps improvementDevaev Maxim
2020-05-11pi3-disable-bt is deprecatedDevaev Maxim
2020-05-06bind to 4.19.118 kernelDevaev Maxim
2020-05-05fixed udev rules for unicam-imageDevaev Maxim
2020-03-26vncauthDevaev Maxim