HomarrH
Homarr8mo ago
10 replies
qul

spinning saving wheel of doom Boards not saving correctly

Been having this issue all night been working on something else so it didnt bother me however I am now trying to save my dashboard, and I am getting an error message that it cannot be saved

#---------------------------------------------------------------------#

Homarr - A simple, yet powerful dashboard for your server. #

#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # <--- add this line here!
- ./homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY= obviously removed for this post# <--- can be generated with
openssl rand -hex 32

ports:
- '7575:7575'

screenshot showing the issue adding iframes
image.png
Was this page helpful?