Booksonic redirects to HTTP version of the URL with Tipi's log in page!

As the title says, whenever I try to access Booksonic through assigned URL, i get redirected to a HTTP version of it with SSL, which displays Tipi's login page. But accessing through tipi.domain.com:8040 works! App Log:
2023-05-18T07:25:42.440Z > EventDispatcher: app cr3aw6h finished with message: Starting app script
time="2023-05-18T07:25:41Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
booksonic Pulling
booksonic Pulled
time="2023-05-18T07:25:41Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
Container booksonic Creating
Container booksonic Created
Container booksonic Starting
Container booksonic Started
2023-05-18T07:25:42.440Z > EventDispatcher: app cr3aw6h finished with message: Starting app script
time="2023-05-18T07:25:41Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
booksonic Pulling
booksonic Pulled
time="2023-05-18T07:25:41Z" level=warning msg="network tipi_main_network: network.external.name is deprecated. Please set network.name with external: true"
Container booksonic Creating
Container booksonic Created
Container booksonic Starting
Container booksonic Started
Docker config:
version: "3.7"
services:
booksonic:
image: lscr.io/linuxserver/booksonic-air:latest
container_name: booksonic
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
volumes:
- ${APP_DATA_DIR}/config:/config
- ${ROOT_FOLDER_HOST}/media/data/books/spoken:/audiobooks
- ${ROOT_FOLDER_HOST}/media/data/podcasts:/podcasts
ports:
- ${APP_PORT}:4040
restart: unless-stopped
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.booksonic.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.booksonic.entrypoints: websecure
traefik.http.routers.booksonic.service: booksonic
traefik.http.routers.booksonic.tls.certresolver: myresolver
traefik.http.services.booksonic.loadbalancer.server.port: 4040

version: "3.7"
services:
booksonic:
image: lscr.io/linuxserver/booksonic-air:latest
container_name: booksonic
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
volumes:
- ${APP_DATA_DIR}/config:/config
- ${ROOT_FOLDER_HOST}/media/data/books/spoken:/audiobooks
- ${ROOT_FOLDER_HOST}/media/data/podcasts:/podcasts
ports:
- ${APP_PORT}:4040
restart: unless-stopped
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.booksonic.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.booksonic.entrypoints: websecure
traefik.http.routers.booksonic.service: booksonic
traefik.http.routers.booksonic.tls.certresolver: myresolver
traefik.http.services.booksonic.loadbalancer.server.port: 4040

Homarr docker list shows: booksonic - lscr.io/linuxserver/booksonic-air:latest - 4040:8040 - Running So config lacks the APP_URL I added - APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN} but didnt work i get a Bad Gateway and can't access through port either. Any suggestions?
7 Replies
NoisyFridge
NoisyFridgeOP2y ago
No luck I guess, I removed the app 😅
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
NoisyFridge
NoisyFridgeOP2y ago
Thank you, much appreciated ✌️
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
NoisyFridge
NoisyFridgeOP2y ago
Nice, i will try this when i get home
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Nicolas
Nicolas2y ago
Thanks!

Did you find this page helpful?