[GH-ISSUE #2904] Cloudbeaver offline deployment experience improved #1009

Closed
opened 2026-03-07 20:58:04 +03:00 by kerem · 0 comments
Owner

Originally created by @Kingong on GitHub (Sep 9, 2024).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2904

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

When I deploy cloudbeaver on an offline environment( (in an internet-free environment) ) , i use administrator cbadmin account to manage configuration and user. The CE will access the https://dbeaver.com/product/cloudbeaver-ce-version.json resource which is located in network dbeaver.com site.
By analysis, the cloudbeaver-ce-version.json request is triggered in io.cloudbeaver.product.ce plugin.
image

Describe the solution you'd like
A clear and concise description of what you want to happen.

I hope CE can extract this configuration(the version resource absolute path, eg: http: //test.com/cloudbeaver-ce-version. json) into a configuration file. Then I can extract cloudbeaver-ce-version. json file in the static resource server(offline environment).

Originally created by @Kingong on GitHub (Sep 9, 2024). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2904 **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] When I deploy cloudbeaver on an offline environment( (in an internet-free environment) ) , i use administrator cbadmin account to manage configuration and user. The CE will access the `https://dbeaver.com/product/cloudbeaver-ce-version.json` resource which is located in network dbeaver.com site. By analysis, the `cloudbeaver-ce-version.json` request is triggered in `io.cloudbeaver.product.ce` plugin. ![image](https://github.com/user-attachments/assets/0305ca71-21e1-4e2d-a44d-510b82b445fd) **Describe the solution you'd like** A clear and concise description of what you want to happen. I hope CE can extract this configuration(the version resource absolute path, eg: http: //test.com/cloudbeaver-ce-version. json) into a configuration file. Then I can extract `cloudbeaver-ce-version. json` file in the static resource server(offline environment).
kerem 2026-03-07 20:58:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1009
No description provided.