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