PWA manifest does not follow CLOUDBEAVER_ROOT_URI #1048

Open
opened 2026-03-04 11:38:07 -05:00 by deekerman · 1 comment
Owner

Originally created by @hbenali on GitHub (Jan 20, 2026).

Description

Actually, the provided manifest.webmanifest is 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

Originally created by @hbenali on GitHub (Jan 20, 2026). ### Description Actually, the provided `manifest.webmanifest` is 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_
Author
Owner

@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 🦫

@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 🦫
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1048
No description provided.