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:Jump to 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..
16 Replies
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
1. Yes multiple times. Yes as well multiple times. 2 I have also cleared the cache multiple times.
@Tag can you help? I am a bit busy. Sorry
Problem 1 corrected. Problem 2 still an issue.
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
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
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/
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
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?
added tz params and GUID/UID params and now have many giving ame green/200.
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
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
?
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
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..
Hope you get that sorted out, good luck