Remove non-portable dummy_touchscreen InputDevice from Xorg config and adjust dummy_mouse entry. Hardcode supervisord environment/user/display to 'neko' and :99.0 for X, PulseAudio, Firefox, Openbox and the Neko server to simplify runtime on bare-metal. Update /etc/neko/neko.yaml to disable session cookies, enable WebRTC icelite, add nat1to1 mapping with ${LOCAL_IP}, set EPR port range 59000-59100, and disable desktop input. Update json/neko.json to clear the default username (null) and clarify the password-only login note. These changes make the packaged runtime compatible without the custom Xorg driver and streamline defaults for deployment.
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "Neko",
|
|
"slug": "neko",
|
|
"categories": [
|
|
13
|
|
],
|
|
"date_created": "2026-04-13",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 8080,
|
|
"documentation": "https://neko.m1k1o.net/docs/v3/configuration",
|
|
"website": "https://neko.m1k1o.net/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/neko.webp",
|
|
"config_path": "/etc/neko/neko.yaml",
|
|
"description": "A self-hosted virtual browser that uses WebRTC to stream a desktop environment to multiple users for watch parties, collaborative browsing, and interactive presentations.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/neko.sh",
|
|
"resources": {
|
|
"cpu": 4,
|
|
"ram": 4096,
|
|
"hdd": 12,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": "admin"
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Login is password-only: 'admin' for admin, 'neko' for regular user. Change both in /etc/neko/neko.yaml.",
|
|
"type": "warning"
|
|
},
|
|
{
|
|
"text": "Firefox ESR is installed as the default browser. The virtual display runs at 1280x720.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
} |