rad
rad
Explore posts from servers
HHomarr
Created by rad on 3/15/2024 in #💬・get-help
On update, it makes me re-make a user account
I have Homarr auto update from Watchtower, when it updates it keeps all the boards and stuff, but it makes me add a new user every time it updates. I think I'm using persistent volumes right, but I couldn't find anything on it from anyone else unless I'm looking for the wrong thing so sorry if it's a dumb question This is my docker compose
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'
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'
9 replies
HHomarr
Created by rad on 10/26/2023 in #💬・get-help
All external stuff giving Ping timed out
I'm genuinely not sure what I did, but I restarted homarr randomly, and now everything external gives me "Error Ping timed out for app with id '<id>' in config 'default' -> url: <url> It also all of a sudden required me to open the port on the system which I never had to do before It's hosted through portainer currently https://files.radnotred.dev/u/bq9Yxd.png
6 replies
HHomarr
Created by rad on 9/2/2023 in #💬・get-help
Integrations in Widgets rather than apps
I don't know if im just missing something completely, but I have no clue where to add stuff like my pihole api key into the widgets for the pihole, same thing with the current download speed from dashdot widget Sorry if its painfully obvious where it is
7 replies