Enhancement: allow to mount under any directory
See original GitHub issueSorry if this is already possible, but I couldn’t find any way to use SqlPad behind Apache ProxyPass: the problem is that all the URIs in the returned contents uses absolute paths, so if you proxy https://www.example.com/sqlpad to SqlPad, the very first redirect would go to the (non existent) https://www.example.com/signup and not the expected https://www.example.com/sqlpad/signup.
AFAICS Express.js does support this, but I had never used it before, so I’m not sure how exactly to do this.
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
19.2. Mounting a File System Red Hat Enterprise Linux 7
19.2.2. Specifying the Mount Options ; exec, Allows the execution of binary files on the particular file system. ; loop, Mounts an image...
Read more >Bind mounts - Docker Documentation
When you use a bind mount, a file or directory on the host machine is mounted into a container. The file or directory...
Read more >mount(8): mount filesystem - Linux man page
A shared mount provides ability to create mirrors of that mount such that mounts and umounts within any of the mirrors propagate to...
Read more >Linux mount and umount information and examples
The mount command mounts a storage device or filesystem, making it accessible and attaching it to an existing directory structure. The umount ...
Read more >Allow setting security descriptor with directory mount points · Issue ...
Dear Bill, WinFsp does not set any security attributes when it's mount on directories. From my point of view, this is a nice...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Sorry @vadz and @willwest! Meant to publish earlier but just now getting around to it. This is in version 1.16.0 published to npm.
Thanks for the assistance @willwest! I think that looks like a great way to go.
Let me know if you run into any issues or have any questions and I’ll try to assist where I can 😃