Couple of problems

My setup is as follows: Synology NAS, Docker, compose file below. version: '3' #---------------------------------------------------------------------# Homarr - A simple, yet powerful dashboard for your server. # #---------------------------------------------------------------------# services: homarr: container_name: homarr image: ghcr.io/ajnart/homarr:latest restart: unless-stopped volumes: - /volume1/docker/homarr/configs:/app/data/configs - /volume1/docker/homarr/icons:/app/public/icons - /volume1/docker/homarr/img:/app/public/imgs - /var/run/docker.sock:/var/run/docker.sock ports: - '7575:7575' #1 can't get logo to change. Put logo in /volume1/docker/homarr/img folder and have tried several diff paths with no luck. /imgs/Logo.jpg in the customization line. #2 Many of the app tiles I put in have red light and on hover over the red dot show: Parse: unexpected character at line 1 column 1 of the JSON data Any help would be greatly appreciated.
Solution:
bypassed authelia and all works fine. having issues getting authelia to not trigger from internal. I'll figure that out. All seems to be playing well for the most part however. Thanks for your help..
Jump to solution
16 Replies
Manicraft1001
Manicraft10018mo ago
Hi, let me take care of both points individually. 1. Did you read the documentation? Did you restart your docker container? 2. Can you clear the cache? Check the FAQ on the documentation on how to do it
Sid6Niner
Sid6Niner8mo ago
1. Yes multiple times. Yes as well multiple times. 2 I have also cleared the cache multiple times.
Manicraft1001
Manicraft10018mo ago
@Tag can you help? I am a bit busy. Sorry
Sid6Niner
Sid6Niner8mo ago
Problem 1 corrected. Problem 2 still an issue.
Tag
Tag8mo ago
Sorry just woke up. Quick simple steps to start: - double checked the protocol (http preferably), IP and port. - no trailing slashes in the addresses - tried to wget/curl at least one non functioning address from homarr's container's shell
rAf739722
rAf7397228mo ago
you can try adding the "network_mode" into your yaml file and see if specifying the network makes a difference. I have mine pointing to a synobridge network I set a while back using the link below and is working fine. https://drfrankenstein.co.uk/category/initial-setup-7-2/
DrFrankenstein's Tech Stuff
Category: Initial Setup 7.2
Tag
Tag8mo ago
Thank you very much @rAf739722 , always good to have inputs from users that actually know the platform. @Sid6Niner if that still doesn't work, can you confirm to have followed the installation guide linked in the docs? https://mariushosting.com/how-to-install-homarr-on-your-synology-nas/
Sid6Niner
Sid6Niner8mo ago
That's a big negative on that. I use Frankensteins guides as well. Added the network mode to the YAML, restarted container, etc. What is odd is that many of the apps when I first added them connected no problem with a 200. Below is the current error. Unexpected Token '<', "<html> <h"... is not a valid JSON Now they won't, they all have the same error regarding There are no tailing '/'s at the end. I am using the internal IP's with the ports assigned. i.e. http://192.168.1.25:8989 for
Manicraft1001
Manicraft10018mo ago
Are there any errors in the console? https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log The error could also be related to tRPC...
❓ Frequently Asked Questions | Homarr Docs
Can I install Homarr on a Raspberry Pi?
Sid6Niner
Sid6Niner8mo ago
No description
Sid6Niner
Sid6Niner8mo ago
added tz params and GUID/UID params and now have many giving ame green/200.
Tag
Tag8mo ago
Great, any error's left in the logs then that can help us narrow down the remaining problem? Don't open them, I'd rather see the other errors underneath
Sid6Niner
Sid6Niner8mo ago
kk as I refresh the communication from the containers changes. odd. now I have all red dots on all apps..... anything to do with me using authelia ?
Tag
Tag8mo ago
Likely yes Authelia can be blocking all communication, I'd suggest to have it so authelia doesn't trigger if you are within the same network Only from outside your network
Solution
Sid6Niner
Sid6Niner8mo ago
bypassed authelia and all works fine. having issues getting authelia to not trigger from internal. I'll figure that out. All seems to be playing well for the most part however. Thanks for your help..
Tag
Tag8mo ago
Hope you get that sorted out, good luck