ABOUT
A self-hosted virtual browser that uses WebRTC to stream a desktop environment to multiple users for watch parties, collaborative browsing, and interactive presentations.
warningLogin is password-only: 'admin' for admin, 'neko' for regular user. Change both in /etc/neko/neko.yaml.
infoFirefox ESR is installed as the default browser. The virtual display runs at 1280x720.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU4096 MB RAM12 GB disk
Config path/etc/neko/neko.yaml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/neko.sh'; sha='d99b2876d4e27914017f268739e086370b3cdcef580ef1f7079ac7abafb622d8'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.