Dragonsys
Dragonsys
I have the same issue, and I found that I had to update the datasource in the JSON prior to importing the dashboard. Then after import I had to edit...
> @Dragonsys what did that update look like. Learning this whole process and don't see where to update data source in the json @stevefulme1 search the json for "datasource": and...
No, it is just slow, and the Wiki is due a rebuild. You might want check out the Discord server.
No, this is a fresh, brand new install. I did not manually edit the config files
``` services: homarr: image: ghcr.io/ajnart/homarr:latest container_name: homarr environment: - TZ=America/Chicago volumes: - /var/run/docker.sock:/var/run/docker.sock - /media/NAS/docker/Homarr/configs:/app/data/configs - /media/NAS/docker/Homarr/icons:/app/public/icons - /var/lib/docker/volumes/homarr_data/_data:/data ports: - 7575:7575 restart: unless-stopped ``` using a Portainer Stack OS:...
> I have the same issue. Board crashes. Issue seems to be related to json config. Once I remove it , it works. I havent made any changes lately so...
I think this might have been related to the storage setup I had for the ARM config location. I moved the ARM home (and DB) to SSD disks, as I...
I did have it on a NFS mount, but I moved it to local SSD. I'm only performing a single operation at a time; however, I think the issue, with...
> I suggest not running the database over a NAS link, due to the latency in reading a file over a NAS (SMB or NFS) link, it has been known...
The files are gone, so I just need to remove the model from the DB. I know I can use the Ruby Console, but I have not tried it yet....