Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AN
anytimesoon @feddit.uk
Posts 5
Comments 39
What are your thoughts on exposing a tool like dockge to outside of your man?
  • This is pretty much my situation. "Away from home" for me isn't just a trip to the shops, it means being away for weeks at a time. I need to be able to fix things remotely if needed.

    I've seen people recommend SSH, which seems worse because that would give potential hackers access to the whole system.

    VPN is a very good suggestion, and what I've implemented now. Thank you to everyone who contributed

  • What are your thoughts on exposing a tool like dockge to outside of your man?

    Dockge allows you to start/stop containers and edit your compose files from a handy ui.

    Pros: if something goes wrong while you're away, it would give you a tool to restart a service or make some changes if necessary.

    Cons: exposing that much control to the outside world (even behind a log in) can potentially be catastrophic for your stack if someone gets in.

    21

    Does anyone know if there are any plans for a web version of element x?

    I use the desktop app frequently and it would be great to have a modern, fast(er) app

    8
    Immich android re-uploads files after docker restart
  • It's really weird. I think there are somehow two database volumes on my system.

    The reason I think this is because:

    1. I am the only user
    2. there is only one user in the user table
    3. there are two folders in the upload folders. Both have a uuid as their name and one of the uuids matches with the user id in the database
    4. the user_token table has tokens no tokens from before this happened to me a couple days ago

    So, where did this other user come from? Why have none of my log ins been tracked in the database before the incident?

  • Immich android re-uploads files after docker restart
  • That's correct. Ubuntu is basically just a platform to run docker, haven't really touched it. Docker is the same. Just using it to run my containers. Haven't ventured at all into /var/lib/docker

    The weird thing is that it's intermittent. It's only happened twice since I started using immich. I've been restarting the containers repeatedly for a few days now and it hasnt happened again.

  • Immich android re-uploads files after docker restart
  • The volume is defined like this at the end of the compose file

    database:
        container_name: immich_postgres
        image: registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
        environment:
          POSTGRES_PASSWORD: ${DB_PASSWORD}
          POSTGRES_USER: ${DB_USERNAME}
          POSTGRES_DB: ${DB_DATABASE_NAME}
        volumes:
          - pgdata:/var/lib/postgresql/data
        restart: always
    
    volumes:
      pgdata:
      model-cache:
    
  • Immich android re-uploads files after docker restart
  • I haven't had time to look into this, but I think this might be the right track. Is it possible for docker to get volumes mixed up? Like, could there be a duplicate dB volume and when the stack gets restarted, docker picks one or the other?

    To answer your question, I'm running docker 26.1.1 on Ubuntu server 22.04.4 LTS

    The system is on an ssd and the storage is a three disk raid5

  • Immich android re-uploads files after docker restart

    Hello,

    I've noticed that when I restart my docker compose stack, the app seems to think that the server doesn't have copies of the latest files and re-uploads them.

    The files can be seen in the filesystem of the host, but not through the web interface until they have been re-uploaded. The app uploads duplicates of all the files, at which point the web can see them again, and the fs has duplicates of everything.

    This happens when I restart the stack, no upgrades to the system, just docker compose down and docker compose up -d

    My set up is using an unmodified compose file from the docs. Any ideas what I could be doing wrong?

    18

    Gaggia classic pump replacement

    www.bluestarcoffee.eu Ulka Vibration pump EX5 230V bluestarcoffee.eu

    Details: The ULKA EX5 is the world's most common pump sold today - made outside Milan Italy by the CEME group. It is made with a brass stem which lasts longer and is stronger than the plastic version. If your model had a plastic stem pump .... €22.99.Free P & P.

    Ulka Vibration pump EX5 230V bluestarcoffee.eu

    The pump on my 1999 classic just stopped working between coffees yesterday. I brewed one coffee fine, and when I tried doing a second, the pump wouldn't start. It still makes a click sound when the pump switch is pressed, so the solenoid still works. There's definitely power to the machine because the pid lights up. So I have a couple questions.

    Firstly, is there anything I missed in my diagnosis? Maybe there's something obvious to look for when opening the machine...

    Secondly, if the pump is broken, is it simple to replace with something like the one in the link? My particular model is quite old, so maybe they don't make compatible pumps anymore

    5