dbeaver / cloudbeaver

Cloud Database Manager
https://dbeaver.com/
Apache License 2.0
3.39k stars 370 forks source link

Cloudbeaver offline deployment experience improved #2904

Open Kingong opened 1 week ago

Kingong commented 1 week ago

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).

EvgeniaBzzz commented 1 week ago

Hi @Kingong Could you, please, translate your issue into English to avoid misunderstanding.

Kingong commented 1 week ago

Hi @Kingong Could you, please, translate your issue into English to avoid misunderstanding. Sorry, I have translate the issue to English. Thanks.

Kingong commented 1 week ago

Hi @Kingong Could you, please, translate your issue into English to avoid misunderstanding. Sorry, I have translate the issue to English. Thanks.

just now, i misclick close issue. sorry

EvgeniaBzzz commented 1 week ago

@Kingong actually that's a bug, as application should work in offline-mode. Thank you for your report!

Kingong commented 1 week ago

Okay,Hope you support the offline-mode perfectly. Thanks.

LonwoLonwo commented 1 week ago

Hello @Kingong

We fixed this issue and re-released our product on Docker. Could you please recheck it? Is this issue still relevant?

Kingong commented 5 hours ago

Hello @Kingong

We fixed this issue and re-released our product on Docker. Could you please recheck it? Is this issue still relevant?

yes, I use the 24.2.0 tag docker image to deploy yesterday. It's now correctly work in offline mode and won't tip error. Thanks.