LibrePhotos/librephotos

Run librephotos from URL subdirectory

Closed

#757 opened on Feb 16, 2023

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Python (6,222 stars) (266 forks)batch import
enhancementfrontendgood first issue

Description

If librephotos is installed along other apps on same server or running behind reverse proxy it will be good to be able to run it from a subdirectory. Now it is running always from / and will be good to have option to run from /librephotos, for example.

I tried to use librephotos docker images behind apache ssl terminating reverse proxy as https://example.com/librephotos, but api calls and almost any other urls are broken even if I use ProxyHTMLURLMap in apache.

Contributor guide