LibrePhotos/librephotos

Run librephotos from URL subdirectory

Closed

#757 创建于 2023年2月16日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)Python (6,222 star) (266 fork)batch import
enhancementfrontendgood first issue

描述

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.

贡献者指南