feat: add god-mode API and auto-permissions - SECURE TOKEN IN COOLIFY ENV ONLY

This commit is contained in:
cawcenter
2025-12-14 11:13:34 -05:00
parent 6d9209553e
commit f9947e81af
8 changed files with 692 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
"id": "god-mode-api",
"name": "God Mode API",
"version": "1.0.0",
"description": "Unrestricted admin API for database and Directus management",
"type": "endpoint",
"path": "god",
"source": "./index.js",
"host": "^11.0.0"
}