• 7 Posts
  • 122 Comments
Joined 2 years ago
cake
Cake day: July 29th, 2023

help-circle
  • I started doing this, maybe 15 years ago, but if I look through my spam folder now, most of it is to the email address I used before I began using unique addresses (the rest is to random addresses in my domains that I’ve never used).

    My hypotheses from that are that

    • there is probably less ‘selling of email lists’ going on than we think
    • I’m less interested in dubious internet sites than I used to be
    • or (most likely) these days, your internet thing has to be offering me some real value if I’m going to consciously give you any of my data.






  • I have the opposite experience of this. All of my local services are a single docker container inside an LXC. I don’t like that it’s conceptually messy, but in practice it’s easy to manage. What I love about it is the simplicity of backing up or moving the entire LXC between servers.

    I’ve not had any drama with things breaking across Proxmox updates. The only non-gui thing I need to do during the process is adding two lines to the LXC conf to have Tailscale work correctly.














  • This is correct, I already installed the minio cli, but when I came back and read this, I tried it out and yes, once garage is running in the container, you can

    alias garage="docker exec -ti <container name> /garage"
    

    so you can do the cli things like garage bucket info test-bucket or whatever. The --help for the garage command is pretty great, which is good since they don’t write it up much in the docs.