You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atlas Lab is a localhost-first self-hosted platform made of a Node.js/TypeScript CLI, a layered Docker Compose stack, and an operational React dashboard served by Caddy.
14
14
15
-
It provides a core collaboration layer with GitLab CE, BookStack, and Penpot, plus optional AI and development layers. Everything is reachable through dedicated HTTPS ports on `localhost`, with persistent state stored in Docker volumes.
15
+
It provides a core collaboration layer with GitLab CE, drawDB, BookStack, and Penpot, plus optional AI and development layers. Everything is reachable through dedicated HTTPS ports on `localhost`, with persistent state stored in Docker volumes.
16
16
17
17
---
18
18
@@ -43,7 +43,7 @@ It provides a core collaboration layer with GitLab CE, BookStack, and Penpot, pl
43
43
44
44
### What It Gives You
45
45
46
-
- Always-on core layer with Atlas Dashboard, GitLab CE, BookStack, and Penpot.
46
+
- Always-on core layer with Atlas Dashboard, GitLab CE, drawDB, BookStack, and Penpot.
47
47
- Optional AI LLM layer with Open WebUI, Ollama, and n8n.
48
48
- Optional workbench layer with browser-based Node and Python environments plus shared PostgreSQL.
49
49
- HTTPS-only browser ingress on `localhost`.
@@ -66,7 +66,7 @@ Atlas Lab is split into three explicit layers.
66
66
67
67
| Layer | Status | Includes | Purpose |
68
68
| --- | --- | --- | --- |
69
-
|`core`| always on | gateway, Atlas Dashboard, GitLab CE, BookStack, Penpot, and backing data services | baseline self-hosted platform |
69
+
|`core`| always on | gateway, Atlas Dashboard, GitLab CE, drawDB, BookStack, Penpot, and backing data services | baseline self-hosted platform |
70
70
|`ai-llm`| optional | Open WebUI, Ollama, n8n, AI gateway | local AI workflows and automation |
"coreLayerSummary": "GitLab CE, BookStack, and Penpot form the always-on core layer of the lab.",
208
+
"coreLayerSummary": "GitLab CE, drawDB, BookStack, and Penpot form the always-on core layer of the lab.",
208
209
"accessNotes": {
209
210
"aiDisabled": "The AI layer no longer starts by default: the deck marks it as optional instead of pretending that it is online.",
210
211
"aiEnabled": "Open WebUI, Ollama, and n8n are online and reachable on the dedicated AI gateway ports.",
@@ -256,7 +257,7 @@
256
257
"label": "segmentation"
257
258
},
258
259
"usage": {
259
-
"body": "GitLab CE, BookStack, and Penpot stay on as the core layer; the AI and workbench layers are enabled only when they are actually needed.",
260
+
"body": "GitLab CE, drawDB, BookStack, and Penpot stay on as the core layer; the AI and workbench layers are enabled only when they are actually needed.",
260
261
"label": "usage"
261
262
}
262
263
},
@@ -315,6 +316,7 @@
315
316
},
316
317
"operatingCharter": {
317
318
"ai": "The AI section groups Open WebUI, Ollama, and n8n into an optional dashboard layer.",
319
+
"drawDb": "drawDB stays in core for browser-based relational schema modeling and SQL generation.",
318
320
"gitLab": "GitLab CE governs repositories, merge requests, issues, and Git collaboration for the project.",
319
321
"workbench": "Code-server and Postgres stay in a workbench layer separated from the core."
320
322
},
@@ -324,6 +326,12 @@
324
326
"description": "Self-hosted GitLab CE for repositories, issues, merge requests, CI-ready project governance, and the lab's technical collaboration flow.",
325
327
"title": "GitLab CE"
326
328
},
329
+
"drawDb": {
330
+
"action": "Open drawDB",
331
+
"description": "Browser-based ERD editor for designing database schemas, importing or exporting SQL, and preparing migrations without a required account.",
332
+
"note": "drawDB stores projects in the browser through IndexedDB; the container serves the static app from the core gateway.",
333
+
"title": "drawDB"
334
+
},
327
335
"bookStack": {
328
336
"action": "Open BookStack",
329
337
"description": "Self-hosted documentation library for structured books, chapters, pages, and internal knowledge publishing, with an initial admin aligned by the lab bootstrap.",
Copy file name to clipboardExpand all lines: apps/atlas-dashboard/src/locales/it.json
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@
118
118
"gatewayBody": "Singolo ingresso localhost che pubblica dashboard e servizi browser tramite HTTPS.",
119
119
"deckTitle": "Atlas Deck",
120
120
"deckBody": "Control deck locale servito con la stessa postura edge del resto del lab.",
121
-
"coreLayerBody": "Layer operativo sempre attivo per repository, documentazione, pubblicazione knowledge base e collaborazione design.",
121
+
"coreLayerBody": "Layer operativo sempre attivo per repository, modellazione schema, documentazione, pubblicazione knowledge base e collaborazione design.",
122
122
"aiLayerBody": "Layer AI opzionale con route dedicate per UI conversazionale, inference e flussi di automazione.",
123
123
"workbenchLayerBody": "Layer workbench opzionale per workspace browser-based e accesso dati condivisi.",
"coreLayerSummary": "GitLab CE, BookStack e Penpot formano il layer core sempre acceso del lab.",
208
+
"coreLayerSummary": "GitLab CE, drawDB, BookStack e Penpot formano il layer core sempre acceso del lab.",
208
209
"accessNotes": {
209
210
"aiDisabled": "Il layer AI non viene piu acceso di default: il deck lo marca come opzionale invece di fingere che sia online.",
210
211
"aiEnabled": "Open WebUI, Ollama e n8n sono online e raggiungibili sulle porte dedicate del gateway AI.",
@@ -256,7 +257,7 @@
256
257
"label": "segmentazione"
257
258
},
258
259
"usage": {
259
-
"body": "GitLab CE, BookStack e Penpot restano sempre attivi nel layer core; i layer AI e workbench vengono abilitati solo quando servono davvero.",
260
+
"body": "GitLab CE, drawDB, BookStack e Penpot restano sempre attivi nel layer core; i layer AI e workbench vengono abilitati solo quando servono davvero.",
260
261
"label": "uso"
261
262
}
262
263
},
@@ -316,6 +317,7 @@
316
317
"operatingCharter": {
317
318
"ai": "La sezione AI raccoglie Open WebUI, Ollama e n8n in un layer opzionale del dashboard.",
318
319
"gitLab": "GitLab CE governa repository, merge request, issue e collaborazione Git del progetto.",
320
+
"drawDb": "drawDB resta nel core per modellare schema relazionali e generare SQL direttamente dal browser.",
319
321
"workbench": "Code-server e Postgres restano in un layer workbench separato dal core."
320
322
},
321
323
"services": {
@@ -324,6 +326,12 @@
324
326
"description": "GitLab CE self-hosted per repository, issue, merge request, governance progetto pronta per CI e collaborazione tecnica del lab.",
325
327
"title": "GitLab CE"
326
328
},
329
+
"drawDb": {
330
+
"action": "Apri drawDB",
331
+
"description": "Editor ERD browser-based per disegnare schemi database, importare o esportare SQL e preparare migrazioni senza account obbligatorio.",
332
+
"note": "drawDB conserva i progetti nel browser tramite IndexedDB; il container serve l applicazione statica dal gateway core.",
333
+
"title": "drawDB"
334
+
},
327
335
"bookStack": {
328
336
"action": "Apri BookStack",
329
337
"description": "Libreria documentale self-hosted per libri, capitoli, pagine e pubblicazione interna della conoscenza, con admin iniziale allineato dal bootstrap del lab.",
0 commit comments