• 1 Post
  • 122 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle











  • I guess you don’t really know what kind of games you like?

    Some good ones to try would be Skyrim or The Witcher 3 or Fallout 3, New Vegas, and 4 for open world RPGs, Road Rampage or any Need For Speed game for arcade racing, Mini Metro for a casual puzzle game, Stardew Valley for a casual farming/life sim, Bioshock 1, 2, and 3 for a first person shooter, the recent Tomb Raider games for third person adventure, Dishonored 1 and 2 for stealth, Civilisation V (or any other) for turn based strategy.

    Well, really just go find super popular games and give then a go. Easiest is to get them on Steam and they should just work on Linux and refund them if they don’t, though you can still play non-Steam games and you can check on protondb.com if others have had success (Proton is Steam’s wine-based tool for playing Windows games on Linux).


  • I have minor beef with Immich and basically any larger project and the way they go about their Docker Compose. Basically I feel they make the assumption that they’re the only thing running.

    ^Disclaimer: I fully accept this is all just me being too stupid and not the Immich development team.

    This might be my turn to be too stupid but isn’t the point of docker that they all run in containers so it doesn’t matter? They can all use the same database port, because the database is in a container and so doesn’t prevent another database container using the same port. The port doesn’t need to be exposed to the host.

    The only issue that comes up when running lots of services is accessing them all over http, and that’s what a reverse proxy is for. I run a dozen services on the same machine, mostly using the default docker compose files, and never have to mess with things like you have here.






  • Dave@lemmy.nztoLemmy Support@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    4 months ago

    In many cases, the mod probably removed the content. It will show on the post as removed but won’t show on the user profile, so you may not know they have posted.

    But I’d guess a direct API call would work too. When you click the ban from community button on a post, your webpage or app makes an API call to the Lemmy back end to tell Lemmy to trigger that action. You can also manually send an API call if you know what you’re doing. I would assume it’s possible to ban a user from a community by doing this, so long as you had the permission to ban a user from a community.