Added Audiobookshelf #17

Merged
sudo-kraken merged 1 commit from features/audiobookshelf into main 2024-12-05 13:55:59 +00:00
sudo-kraken commented 2024-12-04 21:31:36 +00:00 (Migrated from github.com)
No description provided.
redbeardymcgee (Migrated from github.com) reviewed 2024-12-05 03:07:59 +00:00
redbeardymcgee (Migrated from github.com) left a comment

I have this marked in the container list as finished, but I never uploaded it. I'm just running one off-book and forgot to copy it over here.

So thanks a million for doing a better job of that than me haha

I have this marked in the container list as finished, but I never uploaded it. I'm just running one off-book and forgot to copy it over here. So thanks a million for doing a better job of that than me haha
@ -0,0 +13,4 @@
ContainerName=audiobookshelf
HostName=audiobookshelf
PublishPort=13378:80
redbeardymcgee (Migrated from github.com) commented 2024-12-05 03:07:03 +00:00

I happen to know this one is an upstream suggestion, but I wonder if we should just stick to a simple 80:80 mapping. I intend to demonstrate advanced concepts with documentation, and in pods once I finish working out the mamstack.

Do you think it's more or less confusing if we set this to 80:80?

I happen to know this one is an upstream suggestion, but I wonder if we should just stick to a simple `80:80` mapping. I intend to demonstrate advanced concepts with documentation, and in `pods` once I finish working out the `mamstack`. Do you think it's more or less confusing if we set this to `80:80`?
sudo-kraken (Migrated from github.com) reviewed 2024-12-05 07:39:01 +00:00
@ -0,0 +13,4 @@
ContainerName=audiobookshelf
HostName=audiobookshelf
PublishPort=13378:80
sudo-kraken (Migrated from github.com) commented 2024-12-05 07:39:01 +00:00

This would be a problem for anyone running a web server as 80 is usually open and redirects to 443 this is why I redirect it as my host is using 80 and then a 301 to 443. This is also a problem if you run adguard.

This would be a problem for anyone running a web server as 80 is usually open and redirects to 443 this is why I redirect it as my host is using 80 and then a 301 to 443. This is also a problem if you run adguard.
redbeardymcgee (Migrated from github.com) reviewed 2024-12-05 13:55:20 +00:00
@ -0,0 +13,4 @@
ContainerName=audiobookshelf
HostName=audiobookshelf
PublishPort=13378:80
redbeardymcgee (Migrated from github.com) commented 2024-12-05 13:55:20 +00:00

I'll have to think on this one a lot more, because the upstream example also uses this.

I'll have to think on this one a lot more, because the upstream example also uses this.
Sign in to join this conversation.
No description provided.