feat: ws-scrcpy/NeKo/Chromium hub links, light theme, ECharts, H5 nav, optional Neko Docker

Made-with: Cursor
This commit is contained in:
eric
2026-03-28 12:19:08 -05:00
parent 9b6570d06e
commit 5a75f18887
12 changed files with 531 additions and 36 deletions

View File

@@ -0,0 +1,15 @@
# 可选m1k1o/neko 浏览器桌面ARM64/x86。需在 system-stack.env 设 ENABLE_NEKO=1 并由安装脚本拉起。
# 默认映射宿主机 NEKO_HTTP_PORT默认 9200→ 容器 8080避免与 SRS 8080 冲突。
services:
neko:
image: ghcr.io/m1k1o/neko/chromium:latest
container_name: live-neko-chromium
restart: unless-stopped
shm_size: "2gb"
environment:
NEKO_PASSWORD: "${NEKO_USER_PASS:-live}"
NEKO_PASSWORD_ADMIN: "${NEKO_ADMIN_PASS:-admin}"
NEKO_BIND: "0.0.0.0:8080"
ports:
- "${NEKO_HTTP_PORT:-9200}:8080"
- "52000-52100:52000-52100/udp"