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

help-circle
  • As in "While the photos are still in your storage, the DB is gone for good and a manual reimport from the existing files is not possible, so you have three options:

    • Restoring the DB from a working backup
    • Reinstalling and reuploading the data
    • Reinstalling and importing the existing data as external libraries - which will lead to duplicates in your users galleries as soon as their devices sync themselves with Immich"

    Honestly, you really don’t want options 2 and 3. Just make sure you’ve got good backups of everything. My DB is backed up daily and I keep periodic backups for up to three years just to be sure.


  • Yes to the routing, no to the port thing. A URL (i.e. qbittorrent.yourdomain.tld) is simply much easier to remember and work with than an IP:Port combination (i.e. 87.253.143.32:8080).

    It also has a security benefit, because if you expose your server to the internet, you only have to open the http(s) ports of your webserver in your firewall and not the ports of the applications behind it. The webserver will do all the communication with your backend and then serve the information to the requester, so you have a buffer in-between.

    Less open ports = less potential points of attack.

    At least that’s how I understand it. I’m just a hobbyist, so if I got it wrong, feel free to correct me.

    Frankly, if you want to use nginx as your reverse proxy and don’t want to get too deep into nginx configuration files and stuff, check out Nginx Proxy Manager. It’s a GUI frontend that automatically gets you SSL certificates for your subdomains, super useful.


  • Depends on what mode you’re playing.

    Primarily, there’s casual matchmaking, which actually is full of new players. Sadly, especially in off-hours, there’s also a lot of bots hosted by some mentally unstable script kiddies (no joke, they buy in a bot hosting framework and just pop that on a VPS somewhere) dedicated to ruining the game for everyone with aimbots, mic and chat spam etc. They abuse the fact that Valve hasn’t updated the anticheat in what feels like years. Regardless, there are still tons of healthy games to be found and bots usually are kicked within seconds.

    Additionally, there are community servers which, depending on the actual community playing there, can have bonkers veterans or absolute noobs. These servers often are modded, too.



  • I run Ubuntu on my home servers, simply because I always used it, resources and help are plentiful and it’s well documented. I thought.

    Took me a while to realize that after moving to a new machine and upgrading to 22.04 docker was installed as a fucking snap and a bunch of my apps didn’t work because of that. I got it all running now, but every VM and LXC I’ll install going forward will be running Debian instead. Fuck this annoying shit.

    Edit: Or I might try out Mint Mate, since it’s what I know best (aka Ubuntu) without snaps. What would you guys recommend for a basic homelab?