You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a gitea installation (docker) behind a reverse proxy, accessible under a subpath, like https://example.com/repo/ (setting ROOT_URL = https://example.com/repo/)
I could not see any configuration settings (besides ROOT_URL) where I could set this up, but maybe I've missed something - in that case I'm sorry (and grateful for a pointer).
Thanks,
Heinz
The text was updated successfully, but these errors were encountered:
[x]
):Description
We have a gitea installation (docker) behind a reverse proxy, accessible under a subpath, like https://example.com/repo/ (setting
ROOT_URL = https://example.com/repo/
)This works well, but recently I tried to use an OAuth application (drone). I get the redirect to the gitea server to https://example.com/repo/login/oauth/authorize, but when I do click the "Authorize Application" button, the POST request goes to the base URL (without /repo) instead: https://example.com/login/oauth/authorize.
The same thing happens in the settings on the configuration page https://example.com/repo/user/settings/applications/oauth2/1
Clicking on the Save button sends the POST request to http://example.com/user/settings/applications/oauth2/1
I could not see any configuration settings (besides ROOT_URL) where I could set this up, but maybe I've missed something - in that case I'm sorry (and grateful for a pointer).
Thanks,
Heinz
The text was updated successfully, but these errors were encountered: