summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-21dep fixDevaev Maxim
2021-02-21Bump version: 2.26 → 2.27v2.27Devaev Maxim
2021-02-21update depsDevaev Maxim
2021-02-21new sponsorsDevaev Maxim
2021-02-21Merge pull request #29 from fblaese/ipv6Maxim Devaev
Make kvmd webui available via IPv6
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-20new sponsorDevaev Maxim
2021-02-19new sponsorDevaev Maxim
2021-02-18Bump version: 2.25 → 2.26v2.26Devaev Maxim
2021-02-18disabled h264 paramsDevaev Maxim
2021-02-18ustreamer == 3.17Devaev Maxim
2021-02-17new sponsorDevaev Maxim
2021-02-17Bump version: 2.24 → 2.25v2.25Devaev Maxim
2021-02-16additional cmd optionsDevaev Maxim
2021-02-16otgnet forwardingDevaev Maxim
2021-02-16Fixed pikvm/pikvm#189: verbose removing messageDevaev Maxim
2021-02-15Bump version: 2.23 → 2.24v2.24Devaev Maxim
2021-02-15crutch for broken linux-firmwareDevaev Maxim
2021-02-15Bump version: 2.22 → 2.23v2.23Devaev Maxim
2021-02-15fixed Makefile for vnc sslDevaev Maxim
2021-02-15enbaled x509 vnc by defaultDevaev Maxim
2021-02-15Bump version: 2.21 → 2.22v2.22Devaev Maxim
2021-02-15fixed package ssl permsDevaev Maxim
2021-02-15Bump version: 2.20 → 2.21v2.21Devaev Maxim
2021-02-15fixed cert permsDevaev Maxim
2021-02-15Bump version: 2.19 → 2.20v2.20Devaev Maxim
2021-02-15vnc gencertDevaev Maxim
2021-02-15new sponsorsDevaev Maxim
2021-02-14new sponsorDevaev Maxim
2021-02-14new sponsorDevaev Maxim
2021-02-13new sponsorsDevaev Maxim
2021-02-13new sponsorDevaev Maxim
2021-02-12Bump version: 2.18 → 2.19v2.19Devaev Maxim
2021-02-12temporary disabled x509Devaev Maxim
2021-02-12Bump version: 2.17 → 2.18v2.18Devaev Maxim
2021-02-12new sponsorDevaev Maxim
2021-02-12install certs for toxDevaev Maxim
2021-02-12enabled x509 vncDevaev Maxim
2021-02-12refactoring of x509Devaev Maxim
2021-02-12commented memsinksDevaev Maxim
2021-02-12Implementing X509Plain VeNCrypt security type 262 in place of TLSPlain ↵Iordan Iordanov
security type 259. This is a fix for both bVNC on iOS and for devices that do not support Anonymous Diffie Hellman ciphers (e.g. Android past API 23). It provides a mechanism for verifying and approving the identity of the server and ensuring subsequent connections to the same server are not under MITM attack.
2021-02-10new sponsorsDevaev Maxim
2021-02-09new sponsorDevaev Maxim
2021-02-08helpDevaev Maxim
2021-02-08new sponsorDevaev Maxim
2021-02-08new sponsorDevaev Maxim
2021-02-07refactoringDevaev Maxim
2021-02-07reduced gpu_mem and disabled start_xDevaev Maxim
2021-02-07Merge pull request #27 from owendaprile/masterMaxim Devaev
More web interface spelling fixes + a little improvement
2021-02-07Disable page leave warning on unexpected logoutOwen D'Aprile
When already logged in, and an unexpected logout occurs, disable the page leave warning to prevent the unnecessary popup.