From: Fab M. <joo...@ya...> - 2025-08-02 03:46:51
|
Hi again ! May i suggest another thing ? Would it be possible to use protocol-relative URL for links in motion web controler page : //url instead of http://url for menu, video feed, etc... ? This would fix a bug when motion runs locally without TLS, but behind a proxy with a proper TLS. When accessed in https from outside the proxy, all the url in the web controler page are in http, so nothing works... It's possible to fix that with a sub_filter in nginx conf to replaces http by https, but addressing this in motion directly would be much cleaner. Regards, Fab |