Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow saving of a draw.io URL with a trailing slash in app settings #180

Open
level420 opened this issue May 16, 2022 · 0 comments
Open

Comments

@level420
Copy link

My setup is current nextcloud php-fpm docker image 23.0.4 with draw.io app 1.0.2. run with docker-compose.
I'm using self hosted draw.io from https://github.com/jgraph/docker-drawio .

The special thing for my docker-compose stack is, that it is frontended via a apache httpd 2.4 docker container which uses mod_proxy to bring the URL https://mynextcloud.mydomain.tld/drawio/ to the frontend.

This works well when navigating to https://mynextcloud.mydomain.tld/drawio/ with the browser.

The problem is, that I'm not able to save that URL in the config page of the draw.io nextcloud app, as the trailing slash gets wiped out when saving the settings, which ends up in having https://mynextcloud.mydomain.tld/drawio there, which does not work.

Would it be possible to disable that cleanup behavious of the settings URL field?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant