SchmittyD
SchmittyD
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
Hi, I had Homarr working fine until I had to delete the configuration to reset the password. Now clicking the Start update process or the dark mode button does nothing. I killed the container, removed it, deleted the Homarr config directory and started up the container again. I get the following console errors in Edge.
35 replies
HHomarr
Created by SchmittyD on 12/22/2023 in #💬・get-help
Looping db check when installing via docker compose
Hi, I am trying to install homearr using the docker compose on https://homarr.dev/
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /.config/services/prod/web/homarr/configs:/app/data/configs
- /.config/services/prod/web/homarr/icons:/app/public/icons
- /.config/services/prod/web/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: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /.config/services/prod/web/homarr/configs:/app/data/configs
- /.config/services/prod/web/homarr/icons:/app/public/icons
- /.config/services/prod/web/homarr/data:/data
ports:
- '7575:7575'
and I'm getting a looping message
homarr | Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
homarr | Database is writeable
homarr | Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
homarr | Database is writeable
21 replies