Skip to content

PWA manifest does not follow CLOUDBEAVER_ROOT_URI #4074

@hbenali

Description

@hbenali

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

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions