PocketRelay / Client

Client for connecting to Pocket Relay servers
https://pocket-relay.pages.dev/
MIT License
5 stars 3 forks source link

Sub directory support #22

Closed jacobtread closed 1 year ago

jacobtread commented 1 year ago

Description

Added support for servers running on nginx that have a non root url path, an example nginx configuration for that would be something like the following: image Which can now be used in the client like so: image

This also technically adds support for things like sticking authentication in the url: image

Changes

Related Issues