django28
django28
HHomarr
Created by django28 on 8/4/2024 in #💬・get-help
Where to find the Proxmox widget?
I am running the latest version of Homarr but i can't find a Proxmox widget is the widget library. My homarr is running in a container on Docker.
6 replies
HHomarr
Created by django28 on 8/3/2024 in #💬・get-help
My integrations are not working
I am using the Homarr image of ajnart. I installed Homarr, but my integrations doesn't seem to work. what am i doing wrong? The version of Homar = v0.15.3 This is the docker compose that i am using:
version: "2.1"
services:
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
homarr:
container_name: homarr
#image: ghcr.io/ajnart/homarr:latest
build: # only for dev branch...
context: .
dockerfile: Dockerfile
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- DOCKER_GID=999 # Must be same as host docker group id
- DATABASE_URL=file:/app/data/configs/db.sqlite
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr_persistence/configs:/app/data/configs
- ./homarr_persistence/icons:/app/public/icons
ports:
- '7575:7575'
version: "2.1"
services:
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
homarr:
container_name: homarr
#image: ghcr.io/ajnart/homarr:latest
build: # only for dev branch...
context: .
dockerfile: Dockerfile
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- DOCKER_GID=999 # Must be same as host docker group id
- DATABASE_URL=file:/app/data/configs/db.sqlite
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr_persistence/configs:/app/data/configs
- ./homarr_persistence/icons:/app/public/icons
ports:
- '7575:7575'
I installed the Indexer Widget. I am running Prowlarr and Jackett, but my widget is showing somehting like music is playing I installed the Torrent Widget, but don't see anything I installed Donwload Speed as well but that is also not showing me anything. I am running it on a Synology NAS and i deploy it in Portainer
16 replies