mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-03-04 08:52:27 -05:00
PWA manifest does not follow CLOUDBEAVER_ROOT_URI #1048
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#1048
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hbenali on GitHub (Jan 20, 2026).
Description
Actually, the provided
manifest.webmanifestis a static file which uses the default main root uri / in "scope": "/",We could use a Docker volume as a workaround, but it's not a viable solution.
Steps to reproduce
1- Run the cloudbeaver Docker container with a custom CLOUDBEAVER_ROOT_URI env var (e.g., CLOUDBEAVER_ROOT_URI=/cloudbeaver )
2- Checkout URL/cloudbeaver/manifest.webmanifest
3- The attribute
"scope": "/"remains unchanged since the file is static as provided in the source code.Expected/Desired Behavior
Could you make the file dynamic when the server starts? Thanks
CloudBeaver Version
25.2.0
Additional context
No response
@dariamarutkina commented on GitHub (Jan 20, 2026):
Hello, @hbenali !
Thanks for your suggestion!
We appreciate your feedback and will consider this improvement in future releases 🦫