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/)MI
Posts
1
Comments
29
Joined
1 yr. ago

  • The way I've been using it for a few years is that most of my machines can see each other and I have a shared folder and versioning setup. As I add things they move between the different machines and once an additional machine has it it is available to the others until everything is in sync

    You can definitely do chain topologies which are useful for certain things with a single source of truth

  • Sidenote: I almost ended up working for the company almost a decade ago now lmao. The board was full of other characters we all know and love here. The €€€ offer was high for EU, but I still laugh at the growth potential of my 10000 dollars yearly equivalent in their tokens. The website was unique in that it scrolled... up. I think it's still on archive dot org

  • Ive actually been personally moving away from kubernetes for this kind of deployment and I am a big fan of using ansible to deploy containers using podman systemd units, you have a series of systemd .container files like the one below

     
        
    [Unit]
    Description=Loki
    
    [Container]
    Image=docker.io/grafana/loki:3.4.1
    
    # Use volume and network defined below
    Volume=/mnt/loki-config:/mnt/config
    Volume=loki-tmp:/tmp/loki
    PublishPort=3100:3100
    AutoUpdate=registry
    
    [Service]
    Restart=always
    TimeoutStartSec=900
    
    [Install]
    # Start by default on boot
    WantedBy=multi-user.target default.target
    
      

    You use ansible to write these into your /etc/containers/systemd/ folder. Example the file above gets written as /etc/containers/systemd/loki.container.

    Your ansible script will then call systemctl daemon-reload and then you can systemctl start loki to finish the example

  • The Kde store UI is a bit lacking the screenshot browser has arrows all the way at the edges.

    I uploaded three screens two of the configuration and one of the widget on a panel, expanded with all the advanced controls.

    Edit: Ive reuploaded the images with the expanded widget first

  • KDE @lemmy.kde.social

    A home assistant plasma panel widget

  • Its a full linux os, so you can do literally anything that can be done with existing tooling. For example, I have syncthing installed on mine so i just have to drop files into a folder on another computer of mine and they show up.

    The software folks have put together a decent experience in the last few years and its rather nice out of the box.

  • Glad i did not go with these guys when i was e-reader shopping, the lack of gpl sources was enough for me.

    Went with a pinenote because the timing was good, and while it has some corners I dont except the debian install to become a ccp mouthpiece 🙃