Releases: greggman/servez
Fix MacOS
Add a gallery to listings
v1.12.0 1.12.0
Support Cmd/Ctrl Click on file listing in browser
Previous versions didn't respect Cmd/Ctrl Click (opening in a new tab). Fixed in this version
Filename | OS/Architecture |
---|---|
Servez-<version>-arm64.dmg |
M1 MacOS |
Servez-<version>.dmg |
Intel MacOS |
Servez-<version>-universal.dmg |
Intel or M1 MacOS |
Servez.Setup.<version>.exe |
Windows |
Servez-<version>.AppImage |
Linux |
Servez-<version>.snap |
Linux |
SharedArrayBuffer support
Using SharedArrayBuffers requires certain headers (and also that the page be single origin so no including scripts from CDNs etc...)
QR Codes
Shows a QR for the root URL of the server. This is useful if you're doing mobile work
file | OS/Architecture |
---|---|
Servez-1.0.0-arm64.dmg | M1 MacOS |
Servez-1.0.0.dmg | Intel MacOS |
Servez-1.0.0-universal.dmg | Intel or M1 MacOS |
Servez.Setup.1.10.0.exe | Windows |
Servez-1.10.0.AppImage | Linux |
Support Unity
Unity made some questionable choices which require most servers to be manually configured sadly. Made servez default to doing what's needed by Unity
Fix for Safai
Safari didn't allow sorting the columns. Fixed
file.html is served as file
If you have a file like /foo/bar.html
it can be reached at http://localhost:8080/foo/bar
Listings are Kodi Compatible
I'm a little leary of adding this. I don't really want Servez to try to be a solution for everything under the sun. There are tons of servers out there. But it seemed possible to add this without adding any new options so ... added.
Fix https on Windows
Fixed error message for https on windows.