thomas
HHomarr
•Created by thomas on 11/24/2023 in #💬・get-help
homarr error after update
thank you all for your help, just deleting the database seems to have fixed the problem
23 replies
HHomarr
•Created by thomas on 11/24/2023 in #💬・get-help
homarr error after update
I'm sorry that seems to be the start of the logs, I'll try that template one and see if that works
23 replies
HHomarr
•Created by thomas on 11/24/2023 in #💬・get-help
homarr error after update
thank you I'll try that soon
23 replies
HHomarr
•Created by thomas on 11/24/2023 in #💬・get-help
homarr error after update
I just made a table called users in the db and that at least got homarr to start, however when i made a new user and password it just infinitley loads, the logs just say "checking if ...db is writable...database is writable" then looping
23 replies
HHomarr
•Created by thomas on 11/24/2023 in #💬・get-help
homarr error after update
sorry, is this right?
23 replies
HHomarr
•Created by thomas on 11/24/2023 in #💬・get-help
homarr error after update
user is replaced with the actual username
23 replies
HHomarr
•Created by thomas on 11/24/2023 in #💬・get-help
homarr error after update
old 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:
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
ports:
- '7575:7575'"
new compose -
"version: '3'
#---------------------------------------------------------------------#
Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr_2
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/user/homarr/homarr/configs:/app/data/configs
- /home/user/homarr/homarr/icons:/app/public/icons
- /home/user/homarr/homarr/data:/data
ports:
- '7575:7575'
23 replies
HHomarr
•Created by thomas on 11/24/2023 in #💬・get-help
homarr error after update
I dont remember, is there a way i can check?
23 replies
HHomarr
•Created by thomas on 10/3/2023 in #💬・get-help
Plex integration not working
Hey sorry for not updating, like I said the actual Plex icon still has the red dot rather than the other green ones but the actual now playing widget thing seems to be working. I'm not sure what did it as I don't recall making any changes to configs or anything, is there some way I can help?
44 replies
HHomarr
•Created by thomas on 10/3/2023 in #💬・get-help
Plex integration not working
no idea why or what changed
44 replies
HHomarr
•Created by thomas on 10/3/2023 in #💬・get-help
Plex integration not working
sorry something really weird happened, the actual plex icon still is red, but the now playing widget thing seems to be working now
44 replies
HHomarr
•Created by thomas on 10/3/2023 in #💬・get-help
Plex integration not working
Sorry if i wanst clear. The only thing running in a docker container. Plex/sonarr/radarr etc are all just running bare metal
44 replies
HHomarr
•Created by thomas on 10/3/2023 in #💬・get-help
Plex integration not working
it can access stuff like sonarr and radarr fine though
44 replies
HHomarr
•Created by thomas on 10/3/2023 in #💬・get-help
Plex integration not working
pretty sure i used compose, everything else is just running not in docker containers
44 replies
HHomarr
•Created by thomas on 10/3/2023 in #💬・get-help
Plex integration not working
I have no idea how to give it access
44 replies
HHomarr
•Created by thomas on 10/3/2023 in #💬・get-help
Plex integration not working
couldnt use curl but wget worked
Connecting to 127.0.1.1:8181 (127.0.1.1:8181)
wget: can't connect to remote host (127.0.1.1): Connection refused
44 replies
HHomarr
•Created by thomas on 10/3/2023 in #💬・get-help
Plex integration not working
sorry how do i do that? I'm still relativley new to docker
44 replies
HHomarr
•Created by thomas on 10/3/2023 in #💬・get-help
Plex integration not working
ERROR failed to communicate with media server 'Plex' (1dc1e6d4-cb52-4b19-b1c5-3a559cec1300): TypeError: fetch failed
ERROR Unexpected response: connect ECONNREFUSED 127.0.1.1:8181
ℹ Saving updated configuration of 'default' config.
ERROR Unexpected response: connect ECONNREFUSED 127.0.1.1:8181
44 replies
HHomarr
•Created by thomas on 10/3/2023 in #💬・get-help
Plex integration not working
I checked again, theres more now
44 replies