Added Audiobookshelf #17
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: redbeardymcgee/podbox#17
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "features/audiobookshelf"
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?
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
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 inpods
once I finish working out themamstack
.Do you think it's more or less confusing if we set this to
80:80
?@ -0,0 +13,4 @@
ContainerName=audiobookshelf
HostName=audiobookshelf
PublishPort=13378:80
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.
@ -0,0 +13,4 @@
ContainerName=audiobookshelf
HostName=audiobookshelf
PublishPort=13378:80
I'll have to think on this one a lot more, because the upstream example also uses this.