Loxion
Loxion
HHomarr
Created by paradox on 7/17/2023 in #💬・get-help
Can't get plex now playing widget to work
👍 I used to run my Plex on a QNAP NAS. It was OK as long as you don't want to do any transcoding, then it could struggle. That may be part of the issue with your users and subs?
62 replies
HHomarr
Created by paradox on 7/17/2023 in #💬・get-help
Can't get plex now playing widget to work
@paradox Just been looking again at this. In the Internal IP address field, do you have a / at the end of the IP:port etc? (looks like you do in the screenshots/examples given). If so remove that, just look at all my app icons etc and none have the / at the end and mine are all working.
62 replies
HHomarr
Created by paradox on 7/17/2023 in #💬・get-help
Can't get plex now playing widget to work
That won't help with the Plex widget not working, and shouldn't be needed for a ping test to report greed on the app icon either. Didn't need to do that on mine
62 replies
HHomarr
Created by Loxion on 12/18/2023 in #💬・get-help
Local images for Background
Perfect, thanks
14 replies
HHomarr
Created by Loxion on 12/18/2023 in #💬・get-help
Local images for Background
version: '3' #---------------------------------------------------------------------# Homarr - A simple, yet powerful dashboard for your server. # #---------------------------------------------------------------------# services: homarr: container_name: homarr network_mode: "bridge" image: ghcr.io/ajnart/homarr:latest restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration - /portainer/homarr/configs:/app/data/configs - /portainer/homarr/icons:/app/public/icons - /portainer/homarr/data:/data - /portainer/homarr/backgrounds:/backgrounds ports: - '7575:7575'
14 replies
HHomarr
Created by Loxion on 12/18/2023 in #💬・get-help
Local images for Background
I am using Portainer, so my compose file is the standard one on the webpage apart from adding another volume and a slight amendment to the host folder as I have various containers data files within the host 'portainer' folder
14 replies
HHomarr
Created by Loxion on 12/18/2023 in #💬・get-help
Local images for Background
All new to me so getting my head around containers, volumes etc 🙂
14 replies
HHomarr
Created by Loxion on 12/18/2023 in #💬・get-help
Local images for Background
No joy, but suspect it could my mapping / linking that is wrong? I have volume in homarr that links to a host folder and is set as /backgrounds in homarr. I have file in that folder that I want to use, can you confirm how I would put that in the Backgrounds section of Settings > Appearance?
14 replies
HHomarr
Created by Loxion on 12/18/2023 in #💬・get-help
Local images for Background
Thanks, ill give that a try. Cant remember if it has been restarted or not since making these changes 🙂
14 replies
HHomarr
Created by beany386 on 12/15/2023 in #💬・get-help
plex integration
Something like http ://192.168.xxx.xxx:32400/?X-Plex-Token=<put token here>
10 replies
HHomarr
Created by beany386 on 12/15/2023 in #💬・get-help
plex integration
When I set it up I added the token to the Internal IP address field as it wasnt working with just the API key in integration. That sorted it for me.
10 replies
HHomarr
Created by robwilkerson on 12/16/2023 in #💬・get-help
Mapping port 80:7575
Also means you can then make other elements accessible externally if you want to, but it all comes into your home IP on the same http/https port and just routed internally to where it needs to go/
32 replies
HHomarr
Created by robwilkerson on 12/16/2023 in #💬・get-help
Mapping port 80:7575
I am not an expert by any means, but its not overly complicated to setup. I pay for my own domain and use LetsEncrypt for https certification.
32 replies
HHomarr
Created by robwilkerson on 12/16/2023 in #💬・get-help
Mapping port 80:7575
Would it not be a better option to put a reverse proxy (something like Nginx) in the loop? I have Homarr running as a container on an Ubuntu VM (using Portainer) on the standard port. I also have Nginx running on a seperate vm. This means I am only exposing standard http ports (mainly 443 for Https) to the internet and then the internal port is routed via Nginx to the Homarr container on the standard port.
32 replies
HHomarr
Created by robwilkerson on 12/15/2023 in #💬・get-help
Docker Integration
If you wanted it on your homepage you could create an iframes widget that points to the URL of that docker management page. Not the best solution, but an option
7 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
I have changed the mount just because I like to have all my Portainer data under a single top level folder (Portainer) then sub folders for each container
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
volumes: - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration - /portainer/homarr/configs:/app/data/configs - /portainer/homarr/icons:/app/public/icons - /portainer/homarr/data:/data
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
I just have
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
I have the same setup, running Portainer 2.19.4 on an Ubuntu host and using the exact same compose file as you apart from I have not seperated out the volumes you have under integration.
50 replies
HHomarr
Created by paradox on 7/17/2023 in #💬・get-help
Can't get plex now playing widget to work
Ignore the space after http:, I just put that in so it doesn't link as a URL. Go here for how to get your Plex Auth Token - https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/
62 replies