NighTime
NighTime
HHomarr
Created by NighTime on 3/16/2024 in #💬・get-help
Can't log in using my password when connecting through Nginx Proxy Manager
I finally solved it by regenerating the docker container on another machine and pointing the NPM to it. I have no idea what caused the issue but it's good enough for me.
18 replies
HHomarr
Created by NighTime on 3/16/2024 in #💬・get-help
Can't log in using my password when connecting through Nginx Proxy Manager
Given that it is used with the exact same configuration with 40 other servers, I doubt it's an inherent problem with the NPM, if there is any thing I can share that would help debug this, please don't hasitate to let me know. I can run custom code or run the log with added verbosity if that help you.
18 replies
HHomarr
Created by NighTime on 3/16/2024 in #💬・get-help
Can't log in using my password when connecting through Nginx Proxy Manager
all i'm seeing in the response log on the browser is 401 Unauthorized response to my POST
18 replies
HHomarr
Created by NighTime on 3/16/2024 in #💬・get-help
Can't log in using my password when connecting through Nginx Proxy Manager
I'm now seeing that trying to access using my phone to the direct ip is having the same problem. apparently I can only seem to login using my pc (different pc from the VM) using the direct ip. is it possible there is agent filtering going on?
18 replies
HHomarr
Created by NighTime on 3/16/2024 in #💬・get-help
Can't log in using my password when connecting through Nginx Proxy Manager
is there something list a trusted_proxies or listen on interface environment command I should try?
18 replies
HHomarr
Created by NighTime on 3/16/2024 in #💬・get-help
Can't log in using my password when connecting through Nginx Proxy Manager
I added it, but it made no difference. it's like the login request isn't even propogating to Homarr. like it's not listening to it or something. As I mentioned, I don't see anything in the logs regarding a login attempt at all.
18 replies
HHomarr
Created by NighTime on 3/16/2024 in #💬・get-help
Can't log in using my password when connecting through Nginx Proxy Manager
As you can see, there is nothing in the logs even though I entered my username and password.
18 replies
HHomarr
Created by NighTime on 3/16/2024 in #💬・get-help
Can't log in using my password when connecting through Nginx Proxy Manager
No description
18 replies
HHomarr
Created by NighTime on 3/16/2024 in #💬・get-help
Can't log in using my password when connecting through Nginx Proxy Manager
Logs:
Exporting hostname...
Migrating database...
yarn run v1.22.19
$ ts-node ./migrate.ts
Done in 2.18s.
Starting production server...
Listening on port 7575 url: http://a7a18d3e7b80:7575
ℹ Local icons repository directory exists and contains 0 icons
(node:55) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
ℹ Local icons repository directory exists and contains 0 icons
user nigthtime is trying to log in. checking password...
user nigthtime successfully authorized
ℹ Local icons repository directory exists and contains 0 icons
Exporting hostname...
Migrating database...
yarn run v1.22.19
$ ts-node ./migrate.ts
Done in 2.16s.
Starting production server...
Listening on port 7575 url: http://a7a18d3e7b80:7575
(node:56) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
ℹ Local icons repository directory exists and contains 0 icons
ℹ Local icons repository directory exists and contains 0 icons
Exporting hostname...
Migrating database...
yarn run v1.22.19
$ ts-node ./migrate.ts
Done in 2.18s.
Starting production server...
Listening on port 7575 url: http://a7a18d3e7b80:7575
ℹ Local icons repository directory exists and contains 0 icons
(node:55) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
ℹ Local icons repository directory exists and contains 0 icons
user nigthtime is trying to log in. checking password...
user nigthtime successfully authorized
ℹ Local icons repository directory exists and contains 0 icons
Exporting hostname...
Migrating database...
yarn run v1.22.19
$ ts-node ./migrate.ts
Done in 2.16s.
Starting production server...
Listening on port 7575 url: http://a7a18d3e7b80:7575
(node:56) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
ℹ Local icons repository directory exists and contains 0 icons
ℹ Local icons repository directory exists and contains 0 icons
18 replies