mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #472] Papermerge behind Nginx Proxy Manager not working #364
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#364
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 @SamTV12345 on GitHub (Aug 21, 2022).
Original GitHub issue: https://github.com/ciur/papermerge/issues/472
Originally assigned to: @ciur on GitHub.
Description
Deploy papermerge to be available outside of the internal network via reverse proxy
Expected
Access via ssl and DNS record papermerge.
Actual
Cannot login to the system.
Try 1: Use the complete stack: https://docs.papermerge.io/Installation/docker-compose.html#complete-stack I tried to use the complete stack, all services were also available but as soon as I got to the login screen and typed in username and password the page reloaded and nothing happened. I didn't got an error message compared to entering wrong username or password. When I checked the logs I got a 403 for the api path.
Try 2: Use this https://github.com/ciur/papermerge/blob/master/docker/docker-compose.yml . I can login via internal IP, via DNS it says POST https:///api/auth/login/ 404 with this message:
Info:
@ciur commented on GitHub (Aug 21, 2022):
@SamTV12345
The above mentioned docker compose is not meant to be deployed "outside internal network via reverse proxy"
Again, SSL (TLS) and DNS settings are outside the scope of above mentioned docker-compose
@SamTV12345 commented on GitHub (Aug 21, 2022):
So even the full stack is not ready for being deployed with a reverse proxy?
@ciur commented on GitHub (Aug 21, 2022):
Maybe it is.
I've just never done it with docker compose. Provided docker compose is for local setup - never was meant to be accessed over the network.
Maybe you want to wait couple of weeks as I will be releasing a series of videos "Papermerge for DevOps" in which I will describe and detail different deployment scenarios.
@SamTV12345 commented on GitHub (Aug 21, 2022):
Ah I see. I was wondering why you should edit the /etc/hosts file. Now I understand your aim. Looking forward to your video series.