Secure Reverse Proxy Headline links

I am on the most current static docker image, no config changes.

I have setup a reverse proxy and tt-rss seems to be working fine for downloading and marking articles as read/ preferences.

TTRSS_SELF_URL_PATH=https://localhost:8280/tt-rss

This is the only thing i find bizarre since https://localhost:8280/tt-rss/ will not work as a direct link, but https://mydomain.com/tt-rss/ is working fine except for anything that needs to access backend.php or public.php

When i click on anything that requires these pages, it uses https://localhost:8280/tt-rss/backend.php (or public) instead of https://mydomain.com/tt-rss/backend.php

I am certain i am missing the concept here but i have spent hours trying to figure out how to do the setup and cannot get it

that’s what you get for not reading documentation. additionally, your reverse proxy might be misconfigured.

i’m specifically not going to spoonfeed you on something that has been discussed hundreds of times here. just go and RTFM until it works.