SYNC: fixed links (dbgate.org => dbgate.io)

This commit is contained in:
SPRINX0\prochazka
2026-02-24 08:19:29 +01:00
committed by Diflow
parent ef2140696b
commit 7f69ea8dc0
26 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -13,9 +13,9 @@
<p>DbGate is cross-platform database manager. It's designed to be simple to use and effective, when working with more databases simultaneously. But there are also many advanced features like schema compare, visual query designer, chart visualisation or batch export and import.</p>
</description>
<url type="homepage">https://dbgate.org/</url>
<url type="homepage">https://www.dbgate.io/</url>
<url type="vcs-browser">https://github.com/dbgate/dbgate</url>
<url type="contact">https://dbgate.org/about/</url>
<url type="contact">https://www.dbgate.io/contact/</url>
<url type="donation">https://github.com/sponsors/dbgate</url>
<url type="bugtracker">https://github.com/dbgate/dbgate/issues</url>
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "dbgate-integration-tests",
"version": "7.0.0-alpha.1",
"homepage": "https://dbgate.org/",
"homepage": "https://www.dbgate.io/",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate.git"
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "dbgate-api",
"main": "src/index.js",
"version": "7.0.0-alpha.1",
"homepage": "https://dbgate.org/",
"homepage": "https://www.dbgate.io/",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate.git"
+1 -1
View File
@@ -1,5 +1,5 @@
# dbmodel
Deploy, load or build script from model of SQL database. Can be used as command-line tool. Uses [DbGate](https://dbgate.org) tooling and plugins for connecting many different databases.
Deploy, load or build script from model of SQL database. Can be used as command-line tool. Uses [DbGate](www.dbgate.io) tooling and plugins for connecting many different databases.
If you want to use this tool from JavaScript interface, please use [dbgate-api](https://www.npmjs.com/package/dbgate-api) package.
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "dbmodel",
"version": "7.0.0-alpha.1",
"homepage": "https://dbgate.org/",
"homepage": "https://www.dbgate.io/",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate.git"
+2 -2
View File
@@ -41,7 +41,7 @@ STORAGE_DATABASE=dbname
STORAGE_ENGINE=mysql@dbgate-plugin-mysql
```
You could find more about environment variable configuration on [DbGate docs](https://dbgate.org/docs/env-variables/) page.
You could find more about environment variable configuration on [DbGate docs](https://docs.dbgate.io/env-variables/) page.
After installing, you can run dbgate with command:
```sh
@@ -65,7 +65,7 @@ dbgate-serve
Then open http://localhost:3000 in your browser
## Download desktop app
You can also download binary packages for desktop app from https://dbgate.org . Or run from source code, as described on [github](https://github.com/dbgate/dbgate)
You can also download binary packages for desktop app from https://www.dbgate.io . Or run from source code, as described on [github](https://github.com/dbgate/dbgate)
## Use Oracle with Instant client (thick mode)
If you are Oracle database user and you would like to use Oracle instant client (thick mode) instead of thin mode (pure JS NPM package), please make the following:
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "dbgate-serve",
"version": "7.0.0-alpha.1",
"homepage": "https://dbgate.org/",
"homepage": "https://www.dbgate.io/",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate.git"
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "dbgate-sqltree",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"homepage": "https://dbgate.org/",
"homepage": "https://www.dbgate.io/",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate.git"
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "dbgate-tools",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"homepage": "https://dbgate.org/",
"homepage": "https://www.dbgate.io/",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate.git"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"version": "7.0.0-alpha.1",
"name": "dbgate-types",
"homepage": "https://dbgate.org/",
"homepage": "https://www.dbgate.io/",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate.git"
+1 -1
View File
@@ -1,3 +1,3 @@
# dbgate-web
This package is used internally by [DbGate](https://dbgate.org)
This package is used internally by [DbGate](https://www.dbgate.io)
@@ -13,7 +13,7 @@ export function extractPluginIcon(packageManifest) {
}
}
if (tested == 'https://dbgate.org' || tested == 'https://github.com/dbgate/dbgate') {
if (tested == 'https://www.dbgate.io' || tested == 'https://github.com/dbgate/dbgate') {
// monorepo plugin
return `https://github.com/dbgate/dbgate/raw/master/plugins/${packageManifest.name}/icon.svg`;
}
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "dbgate-plugin-csv",
"main": "dist/backend.js",
"version": "7.0.0-alpha.1",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"description": "CSV import/export plugin for DbGate",
"repository": {
"type": "git",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "dbgate-plugin-dbf",
"main": "dist/backend.js",
"version": "7.0.0-alpha.1",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"description": "DBF import/export plugin for DbGate",
"repository": {
"type": "git",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "dbgate-plugin-duckdb",
"main": "dist/backend.js",
"version": "7.0.0-alpha.1",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"description": "DuckDB connect plugin for DbGate",
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"main": "dist/backend.js",
"version": "7.0.0-alpha.1",
"description": "MS Excel import/export plugin for DbGate",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate"
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "7.0.0-alpha.1",
"license": "GPL-3.0",
"description": "firebirdQL connector plugin for DbGate",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate"
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "7.0.0-alpha.1",
"license": "GPL-3.0",
"author": "Jan Prochazka",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"description": "MongoDB connect plugin for DbGate",
"repository": {
"type": "git",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "dbgate-plugin-mssql",
"main": "dist/backend.js",
"version": "7.0.0-alpha.1",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"description": "MS SQL connect plugin for DbGate",
"repository": {
"type": "git",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "dbgate-plugin-mysql",
"main": "dist/backend.js",
"version": "7.0.0-alpha.1",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"description": "MySQL connect plugin for DbGate",
"repository": {
"type": "git",
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "7.0.0-alpha.1",
"license": "GPL-3.0",
"description": "Oracle connector plugin for DbGate",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate.git"
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "7.0.0-alpha.1",
"license": "GPL-3.0",
"description": "PostgreSQL connector plugin for DbGate",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate"
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "7.0.0-alpha.1",
"license": "GPL-3.0",
"description": "Redis connector plugin for DbGate",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate"
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "dbgate-plugin-sqlite",
"main": "dist/backend.js",
"version": "7.0.0-alpha.1",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"description": "SQLite connect plugin for DbGate",
"repository": {
"type": "git",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "dbgate-plugin-xml",
"main": "dist/backend.js",
"version": "7.0.0-alpha.1",
"homepage": "https://dbgate.org",
"homepage": "https://www.dbgate.io",
"description": "XML import/export plugin for DbGate",
"repository": {
"type": "git",
+1 -1
View File
@@ -32,7 +32,7 @@ http {
server {
# listen 80;
# return 302 https://dbgate.org;
# return 302 https://www.dbgate.io;
location /dbgate {
proxy_pass http://dbgate:3000;