@github-actions[bot] commented on GitHub (Jun 15, 2025):
Fixed in v2.25.1.
@rockonedege commented on GitHub (Jun 12, 2025):
here's my docker compose file trying to use a proxy
audiobookshelf:
image: advplyr/audiobookshelf:latest
container_name:…
@nichwall commented on GitHub (Jun 12, 2025):
You can just add it as an environment variable.
audiobookshelf:
image: advplyr/audiobookshelf:latest
container_name: "audiobookshelf"
…
@rockonedege commented on GitHub (Jun 13, 2025):
You can just add it as an environment variable.
audiobookshelf: image: advplyr/audiobookshelf:latest container_name: "audiobookshelf…
@deanishe commented on GitHub (Jan 20, 2026):
I would also like to be able to use a proxy server, but configuring via the Dockerfile doesn't work for me because I'm using ABS on a managed server…
@advplyr commented on GitHub (Jun 12, 2025):
Can you share the rss feed
@ShlomiPorush commented on GitHub (Jun 12, 2025):
Sure, here https://www1.nobexpartners.com/getfeed.ashx?id=46434&list=LIRAZ
@Vito0912 commented on GitHub (Jun 11, 2025):
@nichwall commented on GitHub (Jun 13, 2025):
I thought we got rid of iTMS because it caused user agent issues with other podcasts? I am not able to find the original discussion about it.
@rockonedege commented on GitHub (Jun 11, 2025):
I am not sure about how to use EXP_PROXY_SUPPORT
- set an http proxy uri, or
- set TRUE and then set the actual proxy to environment variable…
@advplyr commented on GitHub (Jun 13, 2025):
Yeah I found that after I made the update. I made a more thorough fix in #4404 to allow a fallback user-agent.
The redirect was a red herring. The…
@Sapd commented on GitHub (Jun 10, 2025):
my Authentik provider settings
Well you provided an Encryption key. It must be set to nothing. "encrypted JWTs cannot be decoded"
@slinky34 commented on GitHub (Jun 11, 2025):
Well I feel silly! Thank you! That worked :)