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/)ZT
Posts
2
Comments
129
Joined
2 yr. ago

  • Not gonna play them if they include their launcher after game is started from Steam lol.

    EDIT: I am very happy to hear that everyone hates them. EA as well as Rockstar has shown that their launchers are shit. On Steam Deck EA games often fail to start at all due to EA launcher updates, and Rockstar launcher takes around 3-5 minutes to start a fucking game (which should start instantly).

  • Basically Lemmy, except:

    1. It has decentralized accounts, or ability to manyally setup sync up to 5 instances, so instance downtime wouldn't impact user.
    2. Ability to upload videos, or some kind of close integration to "video fediverse" of some sort purelly for uploading videos. Peertube is not this.
  • IMO if you are asking such question - stick to Bitwarden cloud.

    Passwords, at least to me, is something I don't want to lose. I don't trust myself I could provide a proper uptime & security, so I just use cloud version.

  • Here is the example docker-compose.yml:

     
        
    services:
      caddy:
        image: caddy
        container_name: caddy
        volumes:
          - ./caddy/data:/data
          - ./caddy/config:/config
          - ./caddy/Caddyfile:/etc/caddy/Caddyfile
        ports:
          - 80:80/tcp
          - 443:443/tcp
          - 443:443/udp
        restart: always
    
      lemmy:
        image: lemmy
        container_name: lemmy
        ...
    
      

    Before executing, create a new directory caddy i working directory, then create new file Caddyfile in it (lemmy is a container name):

     
        
    mydomain.com {
        reverse_proxy lemmy:<lemmy_container_http_port>
        encode zstd gzip
    }
    
      

    Then fix your UDP Buffer size, so it's compatible with QUIC: https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes

    And that's it. tcp80, tcp443 and udp443 should be reachable from anywhere, as Caddy out of the box uses ACME to retrieve TLS certificates for your domain.

    Give it a try. Honestly Traefik is shit for a simple load balancer. It's more suited for large enterprises and kubernetes services, but it also has numerous issues, such as basic auth performance issues, lack of headers customization as well as in overall somewhat difficult configuration. Caddy makes it straightforward & simple, which is perfect for simple users who love to self-host.

  • I tried using Traefik in big corporation, 20+ different load balancer and reverse proxy (all with TLS termination) rules.

    Caddy not just worked, but also worked faster and was WAY simplier to setup (using Caddyfile and reverse_proxy directives) than Traefik.

  • I get your point and I agree with you, but let me clarify what I was talking about.

    The idea is a very small office where people don't focus on working with computer, but rather use computer to help certain tasks, process payments, save something to MS Excel and so on. Those people don't really need laptops, so stationary devices are perfect.

    Just focus on what I wrote. I am the "admin" of such "small office".

    Intel nuc is perfect solution for me, the performance is more than enough and small size factor really takes the cake. I am really sad that NUC goes away and hope that soon there would be alternative. ✌️