This commit is contained in:
Oliver
2025-09-02 08:54:21 +02:00
parent 7d0f1967b3
commit 0ea18322be
11 changed files with 69 additions and 61 deletions

View File

@@ -5,8 +5,8 @@
# ========= CONFIG =========
API_KEY="your-secret-api-key"
BASE_URL="https://dev.local"
CONTAINER_ID="001-001-123e4567-e89b-12d3-a456-426614174000" # sample UUID
CONTAINER_ID="001-002-123e4567-e89b-12d3-a456-426614174000" # sample UUID
BASE_URL="https://dev.odoo4projects.com"
# ==========================
# --- Functions for each endpoint ---
@@ -28,7 +28,11 @@ update_container() {
"tags": "N8N, SQLITE",
"affiliate": "OLIVER",
"domains": "N8N.local",
"status":"hot"
"status":"hot",
"env": {
"p": "123",
"BRANCH": "release"
}
}'
}