datatracker
datatracker copied to clipboard
fix: Serve documents and photos from dev instance
Fixes #4507
This isn't quite as simple as the issue title suggests. The links from the materials page generated with this proposed fix are not the right ones - they need to be to what would serve the content locally, not back to the datatracker page - it may have looked like it worked since by coincidence the links that were created didn't 404 (only because the structure of links under the two places is the same), but the content being returned is not what should be returned.
Further, we need to test that a reasonable thing happens if the docker container is exposing the running server somewhere other than port 8000 to the host.
Um. I'm not sure I grok all that. Maybe I just close the PR and someone else can pick up the ticker?
wfm. Sorry my description wasn't clear.