{
"stable": true,
"versions": {
"1.0.0": {
"manifest": {
"id": "io.github.orcvole.dbgate",
"dockerImage": "ghcr.io/orcvole/dbgate-cloudron@sha256:9ce6667f1361e190cb66bb2e3ccd9326cc3d7c67a55d6950eb370d1ed330e59c",
"title": "DbGate",
"author": "OrcVole",
"tagline": "SQL and NoSQL client for the databases behind your apps",
"website": "https://www.dbgate.io/",
"description": "DbGate is a web-based SQL and NoSQL database client. This package brings the community\nedition (GPL-3.0) to Cloudron, giving you a schema browser, query editor, data grid and\nimport/export tools for the databases already running behind your apps.\n\n**Why on Cloudron.** Cloudron provisions PostgreSQL, MySQL, MongoDB and Redis for well over\nhalf the apps in its stores, and hands you credentials but no way to look inside them. DbGate\nis that window: point it at any addon database, browse the schema, run queries, edit rows,\nand export to CSV, Excel or NDJSON.\n\n**Engines.** PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, MongoDB, Redis, SQLite,\nCockroachDB, ClickHouse, Cassandra, DuckDB and Firebird, all bundled. SQLite files can live\ndirectly on the app's own storage.\n\n**Sign-in.** Cloudron single sign-on out of the box (OpenID Connect), or a generated local\nlogin when installed without SSO. An MCP server (new upstream in 7.2.3) can optionally be\nenabled with a token so AI agents can browse and query read-only.\n\n**One workspace, shared.** The community edition has a single shared workspace: every user\nyou permit into the app sees the same connection list and stored credentials. Per-user\nrole-based access control is an upstream commercial feature and is not part of this package.\nTreat the app as a tool for the Cloudron owner and trusted administrators, and use the\nCloudron dashboard's user access list to control who can open it.\n\nConnection passwords saved in the workspace are encrypted at rest, and the workspace,\nincluding the encryption key, rides Cloudron's backups.\n",
"changelog": "[1.0.0]\n* Initial release\n* DbGate community edition 7.2.3 (upstream release 2026-07-20)\n* Cloudron single sign-on via OpenID Connect, with a generated local login when installed without SSO\n* Thirteen bundled database engines: PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, MongoDB, Redis, SQLite, CockroachDB, ClickHouse, Cassandra, DuckDB, Firebird\n* Workspace, saved connections and encryption key persisted under /app/data and covered by Cloudron backups\n* Optional read-only MCP server for AI agents (set MCP_TOKEN in /app/data/env)\n",
"icon": "file://logo.png",
"version": "1.0.0",
"upstreamVersion": "7.2.3",
"healthCheckPath": "/health",
"httpPort": 3000,
"addons": {
"localstorage": {},
"oidc": {
"loginRedirectUri": "/"
}
},
"optionalSso": true,
"memoryLimit": 1610612736,
"configurePath": "/",
"checklist": {
"read-local-credentials": {
"message": "Read the generated admin username and password from /app/data/.secrets/admin-credentials (File Manager or Web Terminal) before sharing this app.",
"sso": false
},
"shared-workspace": {
"message": "DbGate is a single shared workspace: every user you grant access to sees the same saved connections and stored credentials. Review the app's Access Control list."
},
"enable-backup-encryption": {
"message": "This app stores database connection credentials. Enable backup encryption in Cloudron's backup settings if you have not already."
}
},
"postInstallMessage": "\nSign in with your Cloudron account. Every Cloudron user you allow in the app's Access\nControl list shares ONE workspace: the same saved connections, the same stored credentials.\nGrant access accordingly.\n\n\n\nThis install runs without Cloudron single sign-on. A local administrator login was generated\non first run:\n\n* Username: `admin`\n* Password: stored in `/app/data/.secrets/admin-credentials` (read it with the dashboard\n File Manager, or `cat` it from the Web Terminal)\n\nChange or extend logins by setting `LOGIN_PASSWORD_` values in\n`/app/data/env` and restarting the app.\n\n\nFirst useful step: open Connections, add your first database using the credentials shown in\nanother app's Cloudron dashboard (Addons section), and keep it read-only if you only need to\nlook. Backups of this app include the whole workspace, saved connections and the encryption\nkey that protects stored passwords.\n",
"manifestVersion": 2,
"minBoxVersion": "9.1.0",
"packagerName": "OrcVole",
"packagerUrl": "https://github.com/OrcVole/dbgate-cloudron",
"contactEmail": "Most+github@OrcadianVole.com",
"iconUrl": "https://raw.githubusercontent.com/OrcVole/dbgate-cloudron/main/logo.png",
"mediaLinks": [
"https://raw.githubusercontent.com/OrcVole/dbgate-cloudron/main/docs/screenshot-1.png"
],
"tags": [
"database",
"sql",
"admin",
"postgresql",
"mysql",
"mongodb"
]
},
"creationDate": "2026-08-02T12:40:00.000Z",
"ts": 1785674400000,
"publishState": "published"
},
"1.0.1": {
"manifest": {
"id": "io.github.orcvole.dbgate",
"dockerImage": "ghcr.io/orcvole/dbgate-cloudron@sha256:04a37bde9ef9c1f5e2fadcd9ad48963803dae15d9125dca9b9026ecf6f221066",
"title": "DbGate",
"author": "OrcVole",
"tagline": "SQL and NoSQL client for the databases behind your apps",
"website": "https://www.dbgate.io/",
"description": "7.2.3\n\nDbGate is a web-based SQL and NoSQL database client. This package brings the community\nedition (GPL-3.0) to Cloudron, giving you a schema browser, query editor, data grid and\nimport/export tools for the databases already running behind your apps.\n\n**Why on Cloudron.** Cloudron provisions PostgreSQL, MySQL, MongoDB and Redis for well over\nhalf the apps in its stores, and hands you credentials but no way to look inside them. DbGate\nis that window: point it at any addon database, browse the schema, run queries, edit rows,\nand export to CSV, Excel or NDJSON.\n\n**Engines.** PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, MongoDB, Redis, SQLite,\nCockroachDB, ClickHouse, Cassandra, DuckDB and Firebird, all bundled. SQLite files can live\ndirectly on the app's own storage.\n\n**Sign-in.** Cloudron single sign-on out of the box (OpenID Connect), or a generated local\nlogin when installed without SSO. An MCP server (new upstream in 7.2.3) can optionally be\nenabled with a token so AI agents can browse and query read-only.\n\n**One workspace, shared.** The community edition has a single shared workspace: every user\nyou permit into the app sees the same connection list and stored credentials. Per-user\nrole-based access control is an upstream commercial feature and is not part of this package.\nTreat the app as a tool for the Cloudron owner and trusted administrators, and use the\nCloudron dashboard's user access list to control who can open it.\n\nConnection passwords saved in the workspace are encrypted at rest, and the workspace,\nincluding the encryption key, rides Cloudron's backups.\n",
"changelog": "[1.0.1]\n* Update DbGate community edition 7.2.3 -> 7.2.4 (upstream release 2026-08-04)\n* Upstream: built-in PostgreSQL backup and restore without external tools; improved Firebird metadata loading; fixes for MySQL/MariaDB system views and MongoDB filters\n* No packaging changes: auth topology, workspace layout and secrets handling unchanged; base and built images digest-pinned\n",
"icon": "file://logo.png",
"version": "1.0.1",
"upstreamVersion": "7.2.4",
"healthCheckPath": "/health",
"httpPort": 3000,
"addons": {
"localstorage": {},
"oidc": {
"loginRedirectUri": "/"
}
},
"optionalSso": true,
"memoryLimit": 1610612736,
"configurePath": "/",
"checklist": {
"read-local-credentials": {
"message": "Read the generated admin username and password from /app/data/.secrets/admin-credentials (File Manager or Web Terminal) before sharing this app.",
"sso": false
},
"shared-workspace": {
"message": "DbGate is a single shared workspace: every user you grant access to sees the same saved connections and stored credentials. Review the app's Access Control list."
},
"enable-backup-encryption": {
"message": "This app stores database connection credentials. Enable backup encryption in Cloudron's backup settings if you have not already."
}
},
"postInstallMessage": "\nSign in with your Cloudron account. Every Cloudron user you allow in the app's Access\nControl list shares ONE workspace: the same saved connections, the same stored credentials.\nGrant access accordingly.\n\n\n\nThis install runs without Cloudron single sign-on. A local administrator login was generated\non first run:\n\n* Username: `admin`\n* Password: stored in `/app/data/.secrets/admin-credentials` (read it with the dashboard\n File Manager, or `cat` it from the Web Terminal)\n\nChange or extend logins by setting `LOGIN_PASSWORD_` values in\n`/app/data/env` and restarting the app.\n\n\nFirst useful step: open Connections, add your first database using the credentials shown in\nanother app's Cloudron dashboard (Addons section), and keep it read-only if you only need to\nlook. Backups of this app include the whole workspace, saved connections and the encryption\nkey that protects stored passwords.\n",
"manifestVersion": 2,
"minBoxVersion": "9.1.0",
"packagerName": "OrcVole",
"packagerUrl": "https://github.com/OrcVole/dbgate-cloudron",
"contactEmail": "Most+github@OrcadianVole.com",
"iconUrl": "https://raw.githubusercontent.com/OrcVole/dbgate-cloudron/main/logo.png",
"mediaLinks": [
"https://raw.githubusercontent.com/OrcVole/dbgate-cloudron/main/docs/screenshot-1.png"
],
"tags": [
"database",
"sql",
"admin",
"postgresql",
"mysql",
"mongodb"
]
},
"creationDate": "Fri, 07 Aug 2026 16:07:28 GMT",
"ts": 1786118848422,
"publishState": "published"
},
"1.0.2": {
"manifest": {
"id": "io.github.orcvole.dbgate",
"dockerImage": "ghcr.io/orcvole/dbgate-cloudron@sha256:ee25aee32b6406d2c11a1aa530752e9a6cb9361227458a70edc1806f254f3ecf",
"title": "DbGate",
"author": "OrcVole",
"tagline": "SQL and NoSQL client for the databases behind your apps",
"website": "https://www.dbgate.io/",
"description": "7.2.5\n\nDbGate is a web-based SQL and NoSQL database client. This package brings the community\nedition (GPL-3.0) to Cloudron, giving you a schema browser, query editor, data grid and\nimport/export tools for the databases already running behind your apps.\n\n**Why on Cloudron.** Cloudron provisions PostgreSQL, MySQL, MongoDB and Redis for well over\nhalf the apps in its stores, and hands you credentials but no way to look inside them. DbGate\nis that window: point it at any addon database, browse the schema, run queries, edit rows,\nand export to CSV, Excel or NDJSON.\n\n**Engines.** PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, MongoDB, Redis, SQLite,\nCockroachDB, ClickHouse, Cassandra, DuckDB and Firebird, all bundled. SQLite files can live\ndirectly on the app's own storage.\n\n**Sign-in.** Cloudron single sign-on out of the box (OpenID Connect), or a generated local\nlogin when installed without SSO. An MCP server (new upstream in 7.2.3) can optionally be\nenabled with a token so AI agents can browse and query read-only.\n\n**One workspace, shared.** The community edition has a single shared workspace: every user\nyou permit into the app sees the same connection list and stored credentials. Per-user\nrole-based access control is an upstream commercial feature and is not part of this package.\nTreat the app as a tool for the Cloudron owner and trusted administrators, and use the\nCloudron dashboard's user access list to control who can open it.\n\nConnection passwords saved in the workspace are encrypted at rest, and the workspace,\nincluding the encryption key, rides Cloudron's backups.\n",
"changelog": "* DbGate 7.2.5, which is a security release despite not saying so: export file writes are restricted to managed directories and symlink-based path escapes are blocked, SSRF and local file reads are prevented in remote text and JSON Lines downloads, plugin package names and command dispatch are validated, and generated script comments and directives are sanitised against code injection\n* Also fixed upstream: SQLite and LibSQL bigint values keep their precision, and an npm install failure from a dbgate-pg-dumper version mismatch\n",
"icon": "file://logo.png",
"version": "1.0.2",
"upstreamVersion": "7.2.5",
"healthCheckPath": "/health",
"httpPort": 3000,
"addons": {
"localstorage": {},
"oidc": {
"loginRedirectUri": "/"
}
},
"optionalSso": true,
"memoryLimit": 1610612736,
"configurePath": "/",
"checklist": {
"read-local-credentials": {
"message": "Read the generated admin username and password from /app/data/.secrets/admin-credentials (File Manager or Web Terminal) before sharing this app.",
"sso": false
},
"shared-workspace": {
"message": "DbGate is a single shared workspace: every user you grant access to sees the same saved connections and stored credentials. Review the app's Access Control list."
},
"enable-backup-encryption": {
"message": "This app stores database connection credentials. Enable backup encryption in Cloudron's backup settings if you have not already."
}
},
"postInstallMessage": "\nSign in with your Cloudron account. Every Cloudron user you allow in the app's Access\nControl list shares ONE workspace: the same saved connections, the same stored credentials.\nGrant access accordingly.\n\n\n\nThis install runs without Cloudron single sign-on. A local administrator login was generated\non first run:\n\n* Username: `admin`\n* Password: stored in `/app/data/.secrets/admin-credentials` (read it with the dashboard\n File Manager, or `cat` it from the Web Terminal)\n\nChange or extend logins by setting `LOGIN_PASSWORD_` values in\n`/app/data/env` and restarting the app.\n\n\nFirst useful step: open Connections, add your first database using the credentials shown in\nanother app's Cloudron dashboard (Addons section), and keep it read-only if you only need to\nlook. Backups of this app include the whole workspace, saved connections and the encryption\nkey that protects stored passwords.\n",
"manifestVersion": 2,
"minBoxVersion": "9.1.0",
"packagerName": "OrcVole",
"packagerUrl": "https://github.com/OrcVole/dbgate-cloudron",
"contactEmail": "Most+github@OrcadianVole.com",
"iconUrl": "https://raw.githubusercontent.com/OrcVole/dbgate-cloudron/main/logo.png",
"mediaLinks": [
"https://raw.githubusercontent.com/OrcVole/dbgate-cloudron/main/docs/screenshot-1.png"
],
"tags": [
"database",
"sql",
"admin",
"postgresql",
"mysql",
"mongodb"
]
},
"creationDate": "Wed, 19 Aug 2026 17:37:31 GMT",
"ts": 1787161051000,
"publishState": "published"
},
"1.0.3": {
"manifest": {
"id": "io.github.orcvole.dbgate",
"dockerImage": "ghcr.io/orcvole/dbgate-cloudron@sha256:d0853ce1b05081b4cbae4cf29bc074aa809fbd76c191e18e52599751f4664432",
"title": "DbGate",
"author": "OrcVole",
"tagline": "SQL and NoSQL client for the databases behind your apps",
"website": "https://www.dbgate.io/",
"description": "`7.2.6\n\nDbGate is a web-based SQL and NoSQL database client. This package brings the community\nedition (GPL-3.0) to Cloudron, giving you a schema browser, query editor, data grid and\nimport/export tools for the databases already running behind your apps.\n\n**Why on Cloudron.** Cloudron provisions PostgreSQL, MySQL, MongoDB and Redis for well over\nhalf the apps in its stores, and hands you credentials but no way to look inside them. DbGate\nis that window: point it at any addon database, browse the schema, run queries, edit rows,\nand export to CSV, Excel or NDJSON.\n\n**Engines.** PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, MongoDB, Redis, SQLite,\nCockroachDB, ClickHouse, Cassandra, DuckDB and Firebird, all bundled. SQLite files can live\ndirectly on the app's own storage.\n\n**Sign-in.** Cloudron single sign-on out of the box (OpenID Connect), or a generated local\nlogin when installed without SSO. An MCP server (new upstream in 7.2.3) can optionally be\nenabled with a token so AI agents can browse and query read-only.\n\n**One workspace, shared.** The community edition has a single shared workspace: every user\nyou permit into the app sees the same connection list and stored credentials. Per-user\nrole-based access control is an upstream commercial feature and is not part of this package.\nTreat the app as a tool for the Cloudron owner and trusted administrators, and use the\nCloudron dashboard's user access list to control who can open it.\n\nConnection passwords saved in the workspace are encrypted at rest, and the workspace,\nincluding the encryption key, rides Cloudron's backups.\n",
"changelog": "- Update DbGate community edition 7.2.5 -> 7.2.6\n- Upstream: routine features and fixes\n- No breaking or migration changes in this release\n- No packaging changes: auth topology, workspace layout and secrets handling unchanged; base and built images digest-pinned\n",
"icon": "file://logo.png",
"version": "1.0.3",
"upstreamVersion": "7.2.6",
"healthCheckPath": "/health",
"httpPort": 3000,
"addons": {
"localstorage": {},
"oidc": {
"loginRedirectUri": "/"
}
},
"optionalSso": true,
"memoryLimit": 1610612736,
"configurePath": "/",
"checklist": {
"read-local-credentials": {
"message": "Read the generated admin username and password from /app/data/.secrets/admin-credentials (File Manager or Web Terminal) before sharing this app.",
"sso": false
},
"shared-workspace": {
"message": "DbGate is a single shared workspace: every user you grant access to sees the same saved connections and stored credentials. Review the app's Access Control list."
},
"enable-backup-encryption": {
"message": "This app stores database connection credentials. Enable backup encryption in Cloudron's backup settings if you have not already."
}
},
"postInstallMessage": "``\nSign in with your Cloudron account. Every Cloudron user you allow in the app's Access\nControl list shares ONE workspace: the same saved connections, the same stored credentials.\nGrant access accordingly.\n\n\n``\nThis install runs without Cloudron single sign-on. A local administrator login was generated\non first run:\n\n- Username: `admin`\n- Password: stored in `/app/data/.secrets/admin-credentials` (read it with the dashboard\n File Manager, or `cat` it from the Web Terminal)\n\nChange or extend logins by setting `LOGIN_PASSWORD_` values in\n`/app/data/env` and restarting the app.\n\n\nFirst useful step: open Connections, add your first database using the credentials shown in\nanother app's Cloudron dashboard (Addons section), and keep it read-only if you only need to\nlook. Backups of this app include the whole workspace, saved connections and the encryption\nkey that protects stored passwords.\n",
"manifestVersion": 2,
"minBoxVersion": "9.1.0",
"packagerName": "OrcVole",
"packagerUrl": "https://github.com/OrcVole/dbgate-cloudron",
"contactEmail": "Most+github@OrcadianVole.com",
"iconUrl": "https://raw.githubusercontent.com/OrcVole/dbgate-cloudron/main/logo.png",
"mediaLinks": [
"https://raw.githubusercontent.com/OrcVole/dbgate-cloudron/main/docs/screenshot-1.png"
],
"tags": [
"database",
"sql",
"admin",
"postgresql",
"mysql",
"mongodb"
]
},
"creationDate": "Wed, 02 Sep 2026 21:09:18 GMT",
"ts": 1788383358000,
"publishState": "published"
}
}
}