about summary refs log tree commit diff
path: root/pkgs/applications/networking/novnc
AgeCommit message (Collapse)AuthorFilesLines
2023-01-28novnc: 1.3.0 -> 1.4.0R. Ryantm1-2/+2
2022-09-30novnc: correctly install and point to `websockify`David Warde-Farley2-2/+20
`utils/novnc_proxy` tries to download and run the `websockify` package in the directory where the script is located, which doesn't work because the nix store is read-only. This patches the script to point to nix-installed `websockify`.
2022-09-30novnc: use installed package files as default for `--web`David Warde-Farley2-0/+28
This allows novnc to run without manually supplying the location of `vnc.html` in the Nix store or assembled environment.
2022-01-11novnc: init at 1.3.0NeverBehave1-0/+30