Files
gitlab-instance-0a899031_do…/live-platform/config/defaults/services/android_panel.json
2026-03-28 13:27:53 -05:00

13 lines
259 B
JSON

{
"id": "android_panel",
"layer": "infra",
"enabled": true,
"manager": "systemd",
"ports": { "http": 5000 },
"env": {
"ENABLE_ANDROID_PANEL": "1",
"ANDROID_PANEL_PORT": "5000",
"ANDROID_PANEL_DIR": "/opt/live-modules/web-scrcpy"
}
}