• 0 Posts
  • 882 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle





  • It’s basically 5 steps listed here https://immich.app/docs/install/docker-compose

    If you’re new to docker it will seem like a lot, but they’ve taken care of most of the work for you already in the docker compose file.

    mkdir immich && cd immich

    wget -O docker-compose.yml https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml

    wget -O .env https://github.com/immich-app/immich/releases/latest/download/example.env

    nano .env and change the upload location if needed (by default it will be in the ‘immich’ directory we’re in) and the timezone.

    docker compose up -d

    Now it’s running on http://ip:2283

    Then to upgrade later on switch to the ‘immich’ directory again, do a docker compose pull and docker compose up -d





  • The bubble of AAA gaming and reviews/benchmarks definitely has that kind of thing going on. But you can really just ignore that subset entirely and have so many good games to play from smaller studios and devs.

    It’s not really a new thing, I remember when Crysis came out and it was all about the graphics and hardware to run it the fastest.








  • Backup for docker is no different than backing up anything else.

    Volumes are located in /var/lib/docker/volumes by default, so just back up that directory with Restic or Borg, or something like Backrest if you want notifications and stuff handled for you.

    Or you can do mount points to a directory instead of using volumes and back that up, but it’s really the same process.



  • None of the alternatives are good enough yet. Either the UX is bad, or they are missing important features, or both in most cases. There is too much focus on privacy and encryption and not enough on being easy to use, and having the features people are used to.

    Asking friends on Discord to switch to Matrix which is missing most of the features and bots they are used to is not going to work out. Same for Telegram to Signal or Matrix when they’re used to group chats, channels, stickers, bots to handle moderation of new users, polls, forwarding of messages, stories, and so on.

    None of the Discord ‘alternatives’ that come up seem to support game streaming with low latency, some don’t even have voice rooms yet, they’re just a text chat with a meeting room feature tacked on.