Skip to content

Use the Accept-Language header to switch the language when first opening the web UI of dbeaver/cloudbeaver #4598

Description

@linghengqian

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 [...]

  • No.

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

docker pull gh-proxy.org/docker/dbeaver/cloudbeaver:26.1.5
docker tag gh-proxy.org/docker/dbeaver/cloudbeaver:26.1.5 dbeaver/cloudbeaver:26.1.5

tee ./cloudbeaver.yaml <<EOF
name: cloudbeaver
services:
  cloudbeaver:
    image: dbeaver/cloudbeaver:26.1.5
    restart: unless-stopped
    environment:
      TZ: "Asia/Shanghai"
    ports:
      - "8978:8978"
    volumes:
      - cloudbeaver-workspace:/opt/cloudbeaver/workspace
volumes:
  cloudbeaver-workspace:
EOF

docker compose --file ./cloudbeaver.yaml up -d

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

  • Null.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions