self-hosted
self-hosted copied to clipboard
[question] install on subfolder - not on my (sub)domain's root
Hi,
is it possible to install Standard Notes on a subfolder/path on my webserver?
And not in the domain/subdomain's root?
E.g. https://my.domain.com/notes .
I checked the .env variables but did not see one specifying a path. This is practical when running behind a reverse proxy when the same server hosts multiple services on the same domain name (no dns changes are required for the server; but the webapp itself needs to prefix all internal urls with the desired path...)
Thanks