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/)DB
Posts
2
Comments
216
Joined
3 yr. ago

  • Caddy! It has HTTPS built in and provides simple but powerful configuration with sane defaults.

    Example Caddyfile for a static file server:

     
        
    example.com {
        root * /var/www
        file_server
    }
    
      

    I used nginx in the past, but didn't like it's verbose config files.