From 53407df43e5d4192795b76d88972dfec53c9aeb0 Mon Sep 17 00:00:00 2001 From: Michele Date: Sat, 31 Jan 2026 14:33:53 +0100 Subject: [PATCH] Update config: deployment completed with Supabase Co-Authored-By: Claude Opus 4.5 --- .vps-lab-config.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .vps-lab-config.json diff --git a/.vps-lab-config.json b/.vps-lab-config.json new file mode 100644 index 0000000..57545cf --- /dev/null +++ b/.vps-lab-config.json @@ -0,0 +1,28 @@ +{ + "type": "vps-lab", + "project_name": "Leopost", + "slug": "leopost", + "created_at": "2026-01-30T01:23:04Z", + "gitea": { + "repo_url": "https://git.mlhub.it/Michele/leopost", + "clone_url": "https://git.mlhub.it/Michele/leopost.git" + }, + "vps": { + "deployed": true, + "url": "https://lab.mlhub.it/leopost/", + "last_deploy": "2026-01-31T13:33:00Z", + "container": "lab-leopost-app", + "path": "/opt/lab-leopost/" + }, + "supabase": { + "enabled": true, + "project_ref": "cizyzbdylxxjjhgnvyub" + }, + "resources": { + "limits": { + "ram_mb": 1024, + "cpu_percent": 100 + }, + "deployed_at": "2026-01-31T13:33:00Z" + } +}