docs: add quixzoom-auth-core product to AAMOS
- Product documentation in docs/products/ - Updated MEMORY.md with product info - quiXzoom Auth Core as AAMOS Identity product
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
# Install AAMOS API v1 endpoints into /opt/amos/api/v1/
|
||||
set -e
|
||||
|
||||
SRC="/home/bernt/.openclaw/workspace/aamos-api-v1/api/v1"
|
||||
DST="/opt/amos/api/v1"
|
||||
|
||||
# Ensure destination exists
|
||||
mkdir -p "$DST"
|
||||
|
||||
# Copy all endpoint files
|
||||
cp "$SRC"/*.mjs "$DST/"
|
||||
|
||||
echo "AAMOS API v1 endpoints installed to $DST"
|
||||
ls -la "$DST"
|
||||
Reference in New Issue
Block a user