ryab
ryab
HHomarr
Created by ryab on 11/20/2023 in #💬・get-help
Failures building from source
I appreciate the help and the time either way
17 replies
HHomarr
Created by ryab on 11/20/2023 in #💬・get-help
Failures building from source
Nothing interesting in the logs after restarting
Starting homarr ... done
Attaching to homarr
homarr | Exporting hostname...
homarr | Migrating database...
homarr | yarn run v1.22.19
homarr | warning package.json: No license field
homarr | warning ../package.json: No license field
homarr | $ ts-node ./migrate.ts
homarr | Done in 1.99s.
homarr | Starting production server...
homarr | Listening on port 7575 url: http://e877eb6a80f5:7575
homarr |
Starting homarr ... done
Attaching to homarr
homarr | Exporting hostname...
homarr | Migrating database...
homarr | yarn run v1.22.19
homarr | warning package.json: No license field
homarr | warning ../package.json: No license field
homarr | $ ts-node ./migrate.ts
homarr | Done in 1.99s.
homarr | Starting production server...
homarr | Listening on port 7575 url: http://e877eb6a80f5:7575
homarr |
I did try multiple times and removed dirs etc before reaching out here. I couldn't tell you why it's working now 🤷‍♂️
17 replies
HHomarr
Created by ryab on 11/20/2023 in #💬・get-help
Failures building from source
I have homarr up and just added radarr to it, so far so good. Still getting those lines printed, and I assume that if I hadn't created the admin account, it would still be prompting me to add that line to the docker-compose yaml and refresh
17 replies
HHomarr
Created by ryab on 11/20/2023 in #💬・get-help
Failures building from source
I'm fairly certain it's actually working now, just maybe with the quirk that I think those two lines about the database are being printed forever
17 replies
HHomarr
Created by ryab on 11/20/2023 in #💬・get-help
Failures building from source
It's literally just copied from the install instructions, though I did try messing around with it a bit before.
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
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./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
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
ports:
- '7575:7575'
17 replies
HHomarr
Created by ryab on 11/20/2023 in #💬・get-help
Failures building from source
I think that I may have had a different issue entirely. While the instance writes that to the output indefinitely, when I navigate to <IP>:7575, I'm shown the page to add the data path, which says to refresh after adding it to the docker-compose.yml file (it was already there) and then click continue. I would stop the instance, make sure it was there, restart it, get back to that page and be told to do it again. I just continued past it and there seemingly isn't any issue
17 replies
HHomarr
Created by ryab on 11/20/2023 in #💬・get-help
Failures building from source
I've nuked the directory entirely a few times, just tried again deleting only data/db.sqlite specifically and I'm getting the same thing
17 replies
HHomarr
Created by ryab on 11/20/2023 in #💬・get-help
Failures building from source
FWIW --force and --legacy-peer-deps do not resolve the issue
17 replies