L0rdRaiden
L0rdRaiden
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
it works,sorry xD
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
now I got another error
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
No description
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
will try from other host
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
?
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
that means that it can't see /api right'
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
No description
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
same error
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
I think the command is right
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
root@Unraid:~# docker run --network immich_immich_network -it --rm -v "/mnt/user/Personal/Photos:/import" ghcr.io/immich-app/immich-cli:latest upload --key zFM441pDb6olqipjSXk9Mt6ReUfCdfqw68oPHJMbY --server http://immich-server:3001/ Checking connectivity with Immich instance... Error connecting to server - check server address and port root@Unraid:~# docker network ls NETWORK ID NAME DRIVER SCOPE f23a2926d85c br0 macvlan local ec0aaa5f1ae8 br1 macvlan local 72391f057422 br2 macvlan local 9d92a30cba28 bridge bridge local e9dd950fda68 host host local 743ded536272 immich_immich_network bridge local d6b3c4e95d2f nextcloud_nextcloud_network bridge local b569099e9c21 none null local root@Unraid:~#
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
but they have different IP's
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
yes
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
is the API using the same port than the web?
immich-proxy:
container_name: Immich_proxy
image: ghcr.io/immich-app/immich-proxy:release
networks:
immich_network:
br1:
ipv4_address: 10.10.40.170
ports:
- 2283:8080
dns:
- 10.10.50.5
environment:
# Make sure these values get passed through from the env file
- IMMICH_SERVER_URL
- IMMICH_WEB_URL
logging:
driver: none
depends_on:
- immich-server
restart: always
immich-proxy:
container_name: Immich_proxy
image: ghcr.io/immich-app/immich-proxy:release
networks:
immich_network:
br1:
ipv4_address: 10.10.40.170
ports:
- 2283:8080
dns:
- 10.10.50.5
environment:
# Make sure these values get passed through from the env file
- IMMICH_SERVER_URL
- IMMICH_WEB_URL
logging:
driver: none
depends_on:
- immich-server
restart: always
`
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
{"statusCode":404,"message":"Cannot GET /api","error":"Not Found"}
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
look at the compose
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
maybe I'm not exposing the API correctly or a port is missing in the compose or something
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
I'm running the command from a host with a different IP (unraid host 10.10.10.5)
31 replies
IImmich
Created by L0rdRaiden on 5/16/2023 in #help-desk-support
Bulk upload
I was using the external one because I have the service publish with a fixed IP
31 replies