mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #181] Putting shiori behind a path via a reverse proxy #133
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @a-visible on GitHub (Sep 26, 2019).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/181
I want to put shiori behind a reverse proxy such that I can reach it at
https://example.com/path/shiori/, however shiori's frontend does not like this.I am able to use the shiori Firefox extension and am able to authenticate with the API at the following host URL:
https://example.com/path/shiori.However when I try to visit that URL with a browser, I am redirected to
https://example.com/logininstead ofhttps://example.com/path/shiori/login.Is there a way to provide a base URL to shiori?
@RadhiFadlillah commented on GitHub (Sep 26, 2019):
Hi @rare-energy, this is one of Shiori's oldest issue (#39) that I haven't fixed yet. Fortunately, I'm almost done with it so hopefully it will be fixed in following weeks.
With that said, since this issue is already tracked I will close this one.
@a-visible commented on GitHub (Sep 27, 2019):
Ah, must have missed that issue. Glad to see that it will be fixed. Thanks for your work on Shiori!
@rogerBridge commented on GitHub (Jun 4, 2021):
Hello sir,
I face the same issue when I set a reverse proxy, I set the url is: https://mydomain.me/shiori/, but when I visit https://mydomain.me/shiri/ , I am be redirect to https://mydomain.me/login?dst=%2F, and this page show nothing, could anybody help me? thanks 🤣