SchmittyD
SchmittyD
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
Subdomain
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
Could the SSL handshake error in the error log cause this?
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
Nginx proxy
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
Deleting the image and re-pulling it doesn't help. I have even deleted browser data, quit and re-launched it... still can't setup Homarr
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
That still didn't work. I'm still unable to get a response from the buttons on the onboarding screen. I'll come back to it in a couple of hours... gonna hit up the boxing day sales.
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
That did it. Still learning docker. lol
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
I get the same result as docker kill homarr
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
docker image rm ghcr.io/ajnart/homarr:latest Error response from daemon: conflict: unable to remove repository reference "ghcr.io/ajnart/homarr:latest" (must force) - container 3d685f49016d is using its referenced image 829e4e04e3c3 docker kill homarr Error response from daemon: Cannot kill container: homarr: Container 3d685f49016d0c6a8f984d56106a9b15c11cc8d3ba976a01b4a96af502a9997d is not running
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
docker image rm homarr Error response from daemon: No such image: homarr:latest
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
# network_mode: "bridge"
hostname: homarr
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
# network_mode: "bridge"
hostname: homarr
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'
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
docker kill, docker rm, docker pull and docker compose -up d again?
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
Ok. docker kill homarr docker rm homarr docker compose pull homarr docker compose -up -d And still no luck.
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
Never mind. I think I've found the right command.
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
How do I do that with compose?
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
Ok. I know that now. Is there a way I can resolve this?
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
Yes. Ok. I deleted the full root /.config/Homarr directory which would have deleted everything, including the data directory. So, it should be the same as starting for the first time.
35 replies
HHomarr
Created by SchmittyD on 12/25/2023 in #💬・get-help
Can't proceed through onboarding since deleting configuration to reset password
Oh ok.
35 replies
HHomarr
Created by SchmittyD on 12/22/2023 in #💬・get-help
Looping db check when installing via docker compose
Thanks very much! Will do. This is resolved now. 😄
21 replies
HHomarr
Created by SchmittyD on 12/22/2023 in #💬・get-help
Looping db check when installing via docker compose
Yes
21 replies