This commit is contained in:
eric
2026-03-29 02:57:08 -05:00
parent ef87c43b33
commit e3ac026710
15 changed files with 799 additions and 222 deletions

View File

@@ -1,21 +0,0 @@
{
"id": "neko",
"layer": "infra",
"enabled": true,
"manager": "docker",
"ports": { "http": 9200 },
"env": {
"ENABLE_NEKO": "1",
"NEKO_HTTP_PORT": "9200",
"NEKO_USER_PASS": "12345678",
"NEKO_ADMIN_PASS": "12345678",
"NEKO_PROFILE_HOST_DIR": "",
"NEKO_SHM_SIZE": "2gb",
"NEKO_DESKTOP_SCREEN": "1920x1080@30",
"NEKO_WEBRTC_EPR": "52000-52100",
"NEKO_WEBRTC_UDP_RANGE": "52000-52100",
"NEKO_WEBRTC_ICELITE": "1",
"NEKO_WEBRTC_NAT1TO1": "",
"NEKO_PLUGINS_ENABLED": "true"
}
}