-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove $feedurl from RSS links #72
Conversation
…nt to server/?do=rss instead of server/path/?do=rss
Hi @ahmet2mir thanks for the pull request. I'd like to make sure we are not duplicating efforts, there is a proposed solution for reverse proxies (this bug is tracked in #17), and it has been implemented in a temporary, experimental branch I don't have a reverse proxy at hand to test this or your solution. I've asked for testers in sebsauvage#101, but got no replies. So, bugs currently affecting reverse proxies are:
So far, I think your Pull Request ony addresses the last point, right? As you have a reverse proxy, can you test the mentioned patch? (We'd rather fix all reverse proxy issues with a single solution, it would be better than hacking every separate bug) Thanks again |
Does anyone else have a Shaarli on a non-standard port behind an apache proxy? What bugs are you able to reproduce? Does the |
If you have docker, you can test this https://github.com/ahmet2mir/dockerfiles/tree/master/reverseproxy in the full example I run a shaarli. |
Ok there were some updates in sebsauvage#101. As you said the 2 bugs are unrelated. I'll test your patch to see if it doesn't unexpectedly break things, please allow some time for the review. Feedback from other users/maintainers is also welcome. Thanks again |
I think that we need to remove totally indexUrl. |
@ahmet2mir I've just merged #98; Shaarli now uses php's We can investigate removing indexUrl later |
Closing this. @ahmet2mir please test against the latest master and feel free to reopen a PR/bug if this doesn't fix your problem. |
Other links haven't $feedurl var. Behind a reverse proxy with a path, rss point to server/?do=rss instead of server/path/?do=rss