Mint
Mint
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
the IP is the LAN ip instead of the internal ip that it assigns on the docker network.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
But IP works fine, so now I'm confused on why.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
I think it works in that it does ping it. the connection gets refused instead of saying that its missing.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
So that's how its setup right now.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
MediaNetwork: Jellyfin, Jellyseer, Sonarr, Radarr, Readarr, Gluetun, Audiobookshelf, Homarr Gluetun: qBittorrent, SABnzbd
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
One sec. Let me type it out.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
I think I'm misunderstanding the question.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
Ah, no.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
So, everything should be sitting on the same "MediaNetwork" network.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
everything else is on the same network not behind gluetun
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
the gluetun is on the same network. the torrent and other downloading stuff is behind gluetun
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
Yeah, I made a custom network called medianetwork for that.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
Yes.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
yeah
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
Even the containers routing through glueten is fine.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
I went through the same container setup for all of the apps so I'm not too sure what type of issue it might be.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
Ah, yeah so ip works. I guess I should use that for now. Do you have any tips for having the DNS work properly? It noticed it only has an issue with Audiobookshelf and Mylar.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
This is the result I get when trying
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
--2023-12-20 17:13:51-- http://audiobookshelf:13378/
Resolving audiobookshelf (audiobookshelf)... 172.18.0.12
Connecting to audiobookshelf (audiobookshelf)|172.18.0.12|:13378... failed: Connection refused.
--2023-12-20 17:13:51-- http://audiobookshelf:13378/
Resolving audiobookshelf (audiobookshelf)... 172.18.0.12
Connecting to audiobookshelf (audiobookshelf)|172.18.0.12|:13378... failed: Connection refused.
41 replies
HHomarr
Created by Mint on 12/19/2023 in #💬・get-help
Audiobookshelf
And Here's the compose file for homarr
version: '3'

services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
ports:
- '7575:7575'
networks:
- MediaNetwork
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /srv/Config/Homarr/configs:/app/data/configs
- /srv/Config/Homarr/icons:/app/public/icons
- /srv/Config/Homarr/data:/data
restart: unless-stopped

networks:
MediaNetwork:
external: true
version: '3'

services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
ports:
- '7575:7575'
networks:
- MediaNetwork
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /srv/Config/Homarr/configs:/app/data/configs
- /srv/Config/Homarr/icons:/app/public/icons
- /srv/Config/Homarr/data:/data
restart: unless-stopped

networks:
MediaNetwork:
external: true
41 replies