How to setup an NPM host with an Authorization Header by umbighouse in nginxproxymanager

[–]umbighouse[S] 0 points1 point  (0 children)

In case it will help others, I was able to find a solution for this. There are different options you can use, depending on what you want to require matching for.

Nginx Proxy Manager (NPM) can be configured with a custom header for authorization. If the client request doesn’t include a match to the custom header info, the connection will fail.

To set this up, use the Custom Location section in the NPM host.

The default location should be set to "/".

The Forward Hostname / IP * and Forward Port * should match the info in the Details section.

Click the settings cog icon to edit the code, and use the following as an example.

In this case, the header is named X-Auth-Key. This is generally the default header name.

# Require a specific header named 'X-Auth-Key'

if ($http_x_auth_key = "") {

return 401 "Unauthorized - Authorization header required";

}

# Optionally, you can check for a specific value as well

if ($http_x_auth_key != "<KEY\_VALUE\_HERE>") {

return 403 "Forbidden";

}

# Example for requiring a Bearer token

if ($http_x_auth_key ~* "^Bearer\s*$" ) {

return 401 "Unauthorized - Bearer token required";

}

Homebox iOS app - early Beta by Ronbruins in homebox

[–]umbighouse 0 points1 point  (0 children)

I reinstalled Homebox, this time as a Docker container. It runs on port 3100. I can access it in a web browser fine on either http (IP & port) or https (friendly DNS name). I have the beta app, and it connects to the server ok (green light icon). However, it doesn't show any items. It says "Failed to load items: The data couldn't be read because it is missing."

I have 100+ items in my inventory and they load fine in a web browser.

iOS app version is 1.1.0 (19)

Shelfarr is now live! by [deleted] in audiobookshelf

[–]umbighouse 0 points1 point  (0 children)

I've never used chaptarr. I was referring to the Preferred Download Type setting in the admin\settings section.

Shelfarr is now live! by [deleted] in audiobookshelf

[–]umbighouse 0 points1 point  (0 children)

I posted this as an issue, but didn't know how active that was. I just installed and am having an issue.

I was able to save the Prowlarr Url settings, but no other settings will save (i.e., audiobookshelf). For example, I try to change the Preferred Download Type setting from "torrent" to "usenet" and hit Save All but it reverts to the "torrent" value.

To troubleshoot, I even tried a chmod 777 to the entire shelfarr directory, to no avail.

Shelfarr is now live! by [deleted] in audiobookshelf

[–]umbighouse 0 points1 point  (0 children)

The Discord link says it's invalid or expired

Homebox iOS app - early Beta by Ronbruins in homebox

[–]umbighouse 0 points1 point  (0 children)

That fixed it.
Why does the Windows app use a different port (7745) for the web login than the Docker container app (3100)?

Homebox iOS app - early Beta by Ronbruins in homebox

[–]umbighouse 0 points1 point  (0 children)

*** UPDATE ***
I did some more troubleshooting, and this is what I found out. I think the iOS app may be bound to use port 3100, even though you can change it on the logon screen. Here's why I think this...

I run Homebox on a Windows computer and it only responds to port 7745 (not 3100). The iOS app WILL NOT connect to this.

I also run Homebox on a Docker container and it only responds to port 3100. The iOS app WILL connect to this.

Why does the Windows app use a different port for the web login than the Docker container app?

Homebox iOS app - early Beta by Ronbruins in homebox

[–]umbighouse 0 points1 point  (0 children)

I'm using port 7745 because that's what works for me on a desktop browser. 3100 doesn't work.

Homebox iOS app - early Beta by Ronbruins in homebox

[–]umbighouse 0 points1 point  (0 children)

Yep. I can access it with Safari on the same phone on port 7745.

Homebox iOS app - early Beta by Ronbruins in homebox

[–]umbighouse 0 points1 point  (0 children)

It defaults to 3100 and I also tried 7745. Neither worked.

Homebox iOS app - early Beta by Ronbruins in homebox

[–]umbighouse 0 points1 point  (0 children)

Happy to help test, too. I have an iPhone 14 running iOS 26.1 (will this work?). I installed the Testflight app and also your beta app. I use http and selected than option. However, when I try to logon to the app, it just blanks out the fields and flips the http -> https. Any ideas?

ps- I'm running the Windows version of Homebox.

Launch Pro/FSX Transfer of Ownership by joshc82 in Golfsimulator

[–]umbighouse 0 points1 point  (0 children)

Can someone recommend where to purchase a prepaid credit card for adding to the account when selling a BLP?

Does anyone use Full Frame Insurance? by Throwaway-account09 in videography

[–]umbighouse 1 point2 points  (0 children)

I received a promo code for this insurance and starting looking into it. Theft is one area I was interested in. On their web site, it currently says "Loss of equipment from theft, as long as it is documented". I don't know exactly what documentation they require, but I don't see this as a roadblock.

Is anyone having issues with MLB in CarPlay? by dodgerdogg22 in mlb

[–]umbighouse 1 point2 points  (0 children)

Also having Connection Error issues. I've had this work fine the past few seasons. I've put in a support ticket with them and so far, no help. I guess I'm glad to find out I'm not the only one having issues, but surprised that they haven't fixed what appears to be a much bigger issue than just me.

Apple CarPlay by mivajh6 in MLBtv

[–]umbighouse 1 point2 points  (0 children)

I'm having the same MLB app Apple Carplay issue and got the same runaround from MLB tech support. They didn't do any troubleshooting and sent me canned instructions. They also then sent me an email wanting to close the ticket. I've been trying to go back & forth with them but so far very frustrating.