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/)ER
Posts
1
Comments
301
Joined
2 yr. ago

  • the reason why many companies try to avoid using open source software is support. they usually can't throw money at the creator to fix their problems or create custom solutions for them. which is kind of not accurate anymore today.

  • because nobody knows how the internet works, so it's scary. they are looking for houses to break into in streetview!!11 (satelite view is fine, though, because there you can only see the whole house and it's surroundings which is nothing one can plan a burglary with...)

  • is the free vpn service the wireguard one? if yes and it is slow, than it won't be any faster when using your own domain and exposing the server directly to the internet, because wireguard should be as fast as any direct connection. if it is not the wireguard vpn from the fritz box i'd recommend switching to it. this can be done by tge server jellyfin is running on if your box does not support wireguard.

  • just to be sure - are you referring to the musicians as millionaires or do you mean the streaming service ceos? just wanted to check because i know a few musicians and none of them are millionaires, seems like they are doing something wrong... 😐

  • this is a bind mount, defining them like this in a compose file is for when multiple containers share volumes, you just need to write the name of the volume instead of the path, but...

     
        
     - database:/var/lib/mysql
    
    
      

    is not that much less than

     
        
     - ./database:/var/lib/mysql
    
    
      

    🤷