This commit is contained in:
eric
2026-03-29 03:01:43 -05:00
parent e3ac026710
commit fbdcf4cc73
5 changed files with 142 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
{
"id": "neko",
"layer": "infra",
"enabled": true,
"manager": "systemd",
"ports": { "http": 9200 },
"env": {
"ENABLE_NEKO": "1",
"NEKO_HTTP_PORT": "9200",
"NEKO_PROFILE_HOST_DIR": "/opt/live-modules/neko-profile"
}
}