Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-05 | Update kvmd-udev-hdmiusb-check (#154) | sparky3387 | |
This is to allow USB 3.0 Capture Cards to be used in the top USB port, this is to allow Macrosilicon's MS2130 to be used with PiKVM, when doing this it must also be switched to pixel format yuyv in the override.yaml | |||
2023-12-02 | kvmd-bootconfig: fixed route metrics between eth0/wlan0 | Maxim Devaev | |
2023-11-28 | pikvm/pikvm#1174: static wifi config support for kvmd-bootconfig | Maxim Devaev | |
2023-10-24 | kvmd-udev-hdmiusb-check: Add support for rPi4 b rev 1.5 (#153) | Rushab Shah | |
Adds support for the following new revision of the board: # tr < /proc/device-tree/model -d '\000' Raspberry Pi 4 Model B Rev 1.5 Without this, `/dev/video19` from the `rpivid_hevc` driver gets incorrectly linked to `/dev/kvmd-video` ```bash lrwxrwxrwx 1 root root 6 Sep 28 08:14 /dev/kvmd-video -> video19 ``` | |||
2023-09-28 | pikvm/pikvm#1115: 640 permissions to wpa config | Maxim Devaev | |
2023-05-28 | kvmd-bootconfig: improved oled handling | Maxim Devaev | |
2023-05-27 | Show first time boot status in oled (#134) | srepac | |
2023-05-27 | copyright update | Maxim Devaev | |
2023-04-13 | Update kvmd-certbot: fix cp -a to catch dotfiles (#127) | vipergts450 | |
Second pull request for this bug. Apparently, in bash `cp -a <dir>/*` ignores dotfiles, which are often how authfiles get named, notably as per the documentation for SSL cert management for certbot plugins in the PiKVM Wiki. Using `cp -a <dir>/.` instead should catch dotfiles and all files and subdirectories correctly. | |||
2023-03-29 | Update kvmd-certbot (#125) | vipergts450 | |
2023-01-19 | fixed nginx restart for cloud | Maxim Devaev | |
2023-01-18 | kvmd-certbot install_cloud | Maxim Devaev | |
2022-12-04 | Fixed pikvm/pikvm#882: Ethernet settings in pikvm.txt | Maxim Devaev | |
2022-07-03 | sudo --preserve-env in kvmd-certbot | Maxim Devaev | |
2022-06-26 | fix | Maxim Devaev | |
2022-06-26 | restore permissions | Maxim Devaev | |
2022-06-25 | remove csr and keys dirs | Maxim Devaev | |
2022-06-25 | remove old certbot logs, csr and keys | Maxim Devaev | |
2022-06-25 | changed certbot commands | Maxim Devaev | |
2022-06-25 | mask renew error | Maxim Devaev | |
2022-06-25 | fixed cert dir permissions | Maxim Devaev | |
2022-06-24 | improved kvmd-certbot | Maxim Devaev | |
2022-06-24 | restart nginx and vnc if needed | Maxim Devaev | |
2022-06-24 | fixed permissions again | Maxim Devaev | |
2022-06-24 | fixed permissions | Maxim Devaev | |
2022-06-24 | kvmd-certbot | Maxim Devaev | |
2022-06-24 | shellcheck | Maxim Devaev | |
2022-06-24 | cleanup old certs in kvmd-gencert | Maxim Devaev | |
2022-04-21 | pikvm/pikvm#604: support partition LABEL in bootconfig | Maxim Devaev | |
2022-01-07 | copyright bump | Maxim Devaev | |
2021-11-20 | fixed bootconfig ro | Maxim Devaev | |
2021-11-12 | renamed scripts directory | Maxim Devaev | |
2021-11-12 | Update kvmd-bootconfig (#74) | srepac | |
Check for custom scripts inside /boot/kvmd-bootconfig.d directory since /boot is accessible by any client to allow users to drop custom scripts they want to run at boot. | |||
2021-11-08 | pikvm/pikvm#73: run custom bootconfig scripts from /etc/kvmd/bootconfig.d | Maxim Devaev | |
2021-10-29 | fixed ENABLE_OTG_SERIAL | Maxim Devaev | |
2021-10-29 | refactoring | Maxim Devaev | |
2021-10-29 | ENABLE_OTG_SERIAL | Maxim Devaev | |
2021-10-27 | FIRST_BOOT | Maxim Devaev | |
2021-10-26 | pikvm/pikvm#107: change ssh port in pikvm.txt | Maxim Devaev | |
2021-10-19 | comments | Maxim Devaev | |
2021-10-19 | kvmd-bootconfig prototype | Maxim Devaev | |
2021-09-08 | small rebranding | Maxim Devaev | |
2021-05-20 | fixed systemd bug: systemd >= 248.3-2 | Devaev Maxim | |
2021-05-12 | quick workaround for broken %b | Devaev Maxim | |
2021-02-15 | fixed cert perms | Devaev Maxim | |
2021-02-15 | vnc gencert | Devaev Maxim | |
2021-01-28 | another rpi4 revision | Devaev Maxim | |
2021-01-14 | added info about the new pi4 revision | Devaev Maxim | |
2021-01-07 | update copy | Devaev Maxim | |
2020-09-10 | fix | Devaev Maxim | |