Customize board - Erroring
Could someone have a look at my compose.
Solution:Jump to solution
Solution: The config name
Current - Broken.json
is not valid because homarr does not allow config files with spaces or special characters in the name. Renaming the config to current.json
works.19 Replies
version: '3.8'
services:
homarr:
image: ghcr.io/ajnart/homarr:latest
container_name: homarr
ports:
- "4755:7575"
volumes:
- /volume1/docker/homarr:/app/data/configs
- /volume1/docker/homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock
- /volume1/docker/homarr/data:/data
environment:
- TZ=Europe/London
- PUID=1027
- PGID=100
restart: always
Hi @Zwytch , could you provide the logs of your container?
@Manicraft1001
Can you show the full log? There should be something above / below these lines
Want me to export all of them?
Not sure if that helps or makes it harder to read
What url is that ?
Which one?
The picture you sent
What's the URL in your browser
Seems removing my old boards, allows me to customize
maybe its just due to old boards
Configs with spaces are not allowed
Try renaming it without spaces
Thank you
Will try now
Deleted the ones with spaces but its still coming up with the same url when clicking on customize board lol
I renamed it to "14.11.23" figured out quick dots were not allowed either and went into the json to fix it also
Thank you dude
Its working now
Noice 😄
Solution
Solution: The config name
Current - Broken.json
is not valid because homarr does not allow config files with spaces or special characters in the name. Renaming the config to current.json
works.