TheMRX
TheMRX
HHomarr
Created by TheMRX on 7/12/2023 in #💬・get-help
Homarr cannot connect to Transmission
Reinstallation - without result Updating - No results reconfigure - without result Server hosted Extern Connection link: (currently provided but i back to VPN system later) http://privatnas.servebeer.com:9091/transmission/web Homarr Shows error 401 Homarr log:
44 replies
HHomarr
Created by TheMRX on 7/3/2023 in #💬・get-help
Can install homarr on Docker
hi. I cant install homarr on docker. I tryed it with the following install skript:
docker run \
--name homarr \
--restart unless-stopped \
-p 7575:7575 \
-v homarr/homarr/configs:/app/data/configs \
-v homarr/homarr/icons:/app/public/icons \
-d ghcr.io/ajnart/homarr:latest
docker run \
--name homarr \
--restart unless-stopped \
-p 7575:7575 \
-v homarr/homarr/configs:/app/data/configs \
-v homarr/homarr/icons:/app/public/icons \
-d ghcr.io/ajnart/homarr:latest
pull succeded but after that i got the following error
docker: Error response from daemon: create homar/homarr/configs: "homar/homarr/configs" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
See 'docker run --help'.
[root@localhost ~]#
docker: Error response from daemon: create homar/homarr/configs: "homar/homarr/configs" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
See 'docker run --help'.
[root@localhost ~]#
OS: AlmaLinux 8 what do i do wrong
13 replies