Closed alexanderadam closed 2 years ago
Hello @alexanderadam
I am in a very similar situation as yours. I'm behind an Nginx reverse proxy and using a virtual path. I followed your docker-compose example but the page is still broken (exactly as in your screenshot).
How did you solve it? Any help would be appreciated.
Thanks!
I "cheated" and I'm running another instance at the root path. But until this is properly solved at the Teedy side, you could fix this with a rewrite rule.
I'm not convinced that somebody will solve this properly on the Teedy side, though. Also other issues like https://github.com/sismics/docs/issues/621 and https://github.com/sismics/docs/issues/622 were just closed and ignored.
So good luck. Sorry that I don't better news.
Thanks, @alexanderadam for your quick answer.
I think I would do the same and use the root path. I don't manage Nginx myself.
Gracias!
De nada
I'm using Teedy behind reverse proxy
jwilder/nginx-proxy
. Now what is special, is that I'm not using Teedy on a certain subdomain but a certain path (seeVIRTUAL_PATH
).Therefore my Teedy compose configuration looks like this:
And according to the Teedy Readme generated url's will be using
DOCS_BASE_URL
as base, which makes sense but it doesn't seem to work.When I visit
http://foo.bar.com/teedy
all further requests are going tohttp://foo.bar.com
instead ofhttp://foo.bar.com/teedy
(i.ehttp://foo.bar.com/style/style.min.css
,http://foo.bar.com/api/theme/stylesheet
,http://foo.bar.com/docs.min.js
,http://foo.bar.com/api/theme/image/logo
) and therefore the page is rendered in a broken state:PS: Will you reopen #621 and #622 at a certain point? 🤔