beanbeanjuice
beanbeanjuice
HHomarr
Created by beanbeanjuice on 11/10/2024 in #💬・get-help
Why is it recommended to use basic auth (either through Apache2 or NGINX)?
Doesn't homarr come with a login screen already? What is the purpose of the basic auth? I know it says to keep API keys safe, but if no one knows my homarr login, they can't view my API keys right?
7 replies
HHomarr
Created by beanbeanjuice on 9/18/2024 in #💬・get-help
Media Server/Download Speed Integrations Not Working
I'm using Portainer and stuff to run Homarr, everything is working as normal. My integrations, like the media server/download speed do not work despite plex working perfectly normal. Is there anything I can do? OS: Ubuntu 24.04 Homarr: 15.4 Config: docker-compose
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:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /home/beanbeanjuice/projects/homarr/configs:/app/data/configs
- /home/beanbeanjuice/projects/homarr/icons:/app/public/icons
- /home/beanbeanjuice/projects/homarr/data:/data
ports:
- '7575:7575'
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:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /home/beanbeanjuice/projects/homarr/configs:/app/data/configs
- /home/beanbeanjuice/projects/homarr/icons:/app/public/icons
- /home/beanbeanjuice/projects/homarr/data:/data
ports:
- '7575:7575'
Log file is attached.
9 replies