openpgp4fpr:2a420f2982e589326ca49d1b0644b87ed144c988

  • 0 Posts
  • 7 Comments
Joined 3 years ago
cake
Cake day: June 30th, 2023

help-circle


  • Been using Void for a while now, at home and at work, about 4 installs in total.

    I have my own packages repo which follows the official void-packages closely where I keep my custom templates, they get built by CI and signed, so on my void machines I simply add my repo to xbps config and get all my junk. Here’s the repo: https://code.hosaka.cc/hosaka/vast-packages

    In addition, I rsync the official repo to mirror it on my server that syncs every few hours and my custom packages are build against that (see the CI workflow in the repo). This also has a benefit of being able to update the packages on my machines from my own mirror at much faster speeds.

    It took me a while to get things setup this way, but was worth it in the end.




  • Currently just alpine with docker compose, but I initially wanted to use podman, this was before quadlets were a thing and I found it very cumbersome to configure the networking between containers, also recall having to use kustomize as an extra step, so I gave up and went with compose.

    Now there are quadlets with podman, which seem to do everything I need but require systemd. I’d be happy to switch from openrc to systemd just for the sake of using podman.