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 [...]
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.
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 [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Accept-Language headerto switch the language when first opening the web UI ofdbeaver/cloudbeaver. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Accept-Language .Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Accept-Language header. Some external discussions surrounding browser standards can be found at https://x.com/iseki_zero/status/2091304187896508449?s=20 .Additional context
Add any other context or screenshots about the feature request here.