This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Can't access paperless install from anything but localhost:8000 #1630
Unanswered
BenBergman
asked this question in
Support
Replies: 1 comment
-
I've ended up using nginx to proxy my mdns address to the paperless install which works well enough for me, though I'm still a tad unsure why I can't directly use the IP address and port. In some of my searching, it sounds like this might be a generic django thing where you need to explicitly tell it to listen on all IP addresses, not just 127.0.0.1 / localhost, though I've lost the link to that discussion. I'm not sure if this is something that should be a configuration option, a source code change, or what. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a fresh install of
paperless-ng
running on my Arch Linux desktop. If I open Firefox and go tohttp://localhost:8000
I can log in and everything seems great. If I try to access from the machine's IP address or mdns domain (from the local machine or another machine on the same network) I get an "unable to connect" error. I have tried stopping the paperless webserver and started another webserver on port 8000 withpython3 -m http.server 8000
and I can access that no problem using the machine's IP address.I'm sure I'm missing something silly in the config, but I can't figure out what that might be.
Beta Was this translation helpful? Give feedback.
All reactions