• 3 Posts
  • 81 Comments
Joined 1 year ago
cake
Cake day: July 12th, 2024

help-circle

  • Also, I wouldn’t shy from keeping the database on the same, fast storage as the OS, even if that’s flash. Move to an external SSD when you can. HDDs have such long seek times.

    Very much true. I installed Immich on my dads Synology for him and compared to my own setup at home the speeds are abysmall (it even crased a few times during the first indexing and ML run). I suspect a major part is that the whole os runs on an hdd.

    If you put the database on an sd-card just ensure you make frequent backups somwhere else. I wouldn’t trust flash storage to keep my data safe.











  • How do I connect to the container without traefik (from my local network)?

    When I remove all the traefic references and then run docker ps I get

    CONTAINER ID   IMAGE                                                            COMMAND                  CREATED         STATUS                  PORTS                                         NAMES
    [removed]   nightscout/cgm-remote-monitor:latest                             "docker-entrypoint.s…"   6 seconds ago   Up 5 seconds            1337/tcp                                      nightscout
    [removed]   mongo:4.4                                                        "docker-entrypoint.s…"   37 hours ago    Up 5 seconds            27017/tcp                                     docker-mongo-1
    
    

    But I can’t reach it under dockerIP:1337.

    With Immich it had 0.0.0.0:port as its IP and I was able to reach it that way.