question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Editing rootURI breaks docker.cloudbeaver

See original GitHub issue

Describe the bug Editing .data/.cloudbeaver.runtime.conf breaks cloudbeaver

To Reproduce Steps to reproduce the behavior:

  1. Edit .data/.cloudbeaver.runtime.conf
{
  "server": {
    "serverName": "Cloudbeaver",
    "expireSessionAfterPeriod": 1800000,
    "rootURI": "/cloudbeaver",
    "serviceURI": "/cloudbeaver/api/"
  },
  "app": {
    "anonymousAccessEnabled": false,
    "authenticationEnabled": true,
    "supportsCustomConnections": false
  }
}
  1. /usr/bin/docker run --name cloudbeaverd --rm -p 8081:8978 --network host -v /var/cloudbeaver/workspace:/opt/cloudbeaver/workspace dbeaver/cloudbeaver:latest
  2. Browse 127.0.0.1:8978 or 127.0.0.1:8978/cloudbeaver/

Runtime CloudBeaver CE Server 20.0.1.202012301222 OS: Linux 5.4.0-37-generic (amd64) Java version: 11.0.7 by AdoptOpenJDK (64bit) Install path: ‘/opt/cloudbeaver/server’ Global workspace: ‘file:/opt/cloudbeaver/workspace/’ Memory available 188Mb/2990Mb

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
meb21ukcommented, Jul 2, 2021

Hi Wroud,

All sorted, thanks. Location block for NGINX if anyone is interested. Log below from testing.

location /cloudbeaver {
    set $db dbeaver:8978;
    proxy_pass  http://$db;
    include /etc/nginx/common-loc.conf;
}
Screenshot 2021-07-02 at 14 17 07
0reactions
kseniiaguzeevacommented, Jul 5, 2021

Please ask to reopen, if the issue still can be reproduced.

Read more comments on GitHub >

github_iconTop Results From Across the Web

AWS Overview
You need to specify the SSH keypair during the EC2 instance launch. You can use the user name ubuntu to connect. Docker image....
Read more >
dBeaver and CloudBeaver, 2 free, open source, self hosted ...
dBeaver and CloudBeaver are two excellent tools for database management with drivers for dozens of database engines. If you've been looking ...
Read more >
How to Install CloudBeaver on Your Synology NAS
Step by step guide for installing CloudBeaver on your Synology NAS ... Go to File Station and open the docker folder. ... Select...
Read more >
unRaid App List - GitHub Pages
Self-hosted website change detection monitoring. Support. cloudbeaver, CloudBeaver is a free and open source web-based database management tool. Support.
Read more >
Chart List
App Container Source Description aria2 Not Found aria server for downloading web content ariang leonismoe/ariang A modern web frontend making aria2 easier to use autobrr ghcr.io/autobrr/autobrr...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found