Skip Navigation
Libre firewall and AP hardware?
  • From their FAQ. So it seems there are free 802.11n APs...

    If the device has a DSL modem or an 802.11ac wifi chipset, the libreCMC project can't support these devices. There are currently no fully free (libre) 802.11ac or DSL modem chipsets

  • What's your opinion on Snap/Flatpak, and why?
  • I like Flatpaks for running proprietary software (Slack, Discord, Spotify) because I can use Flatseal to lock down permissions for each app.

    I also agree with someone else that said Flatpaks don't really integrate well when they need deep system integration.

    I really like that Flathub now has a verified section (as opposed to some random person packaging the application).

  • For those using docker compose, how do you manage your stacks?
  • This is definitely an over-engineered setup...

    I store my Docker Compose files in an internal-only git repo (hosted on Gitea).

    Drone is my CI/CD system, and I use Renovatebot to look for updates to container tags (never pull latest). My workflow is this:

    1. Renovatebot runs once a night (at midnight) via Drone in a Docker container (I've written about this here). If a new image tag is found, it opens a PR in Gitea.
    2. I manually log in to Gitea and approve the PR.
    3. The PR approval (merging to master) kicks off a Drone workflow that does the following:
      • Runs an Alpine Linux container
      • SSHes from the Alpine Linux container into my Docker host
      • Runs a script (on the Docker host) that basically runs git pull, then docker compose -f "$D" pull and then docker compose -f "$D" up -d.
      • If there is a failure, Drone emails me

    I've written about step 3 here.

    This means I never manually update Docker Compose files, I let Renovate manage everything, I approve PRs, then I walk away and let the scripts run.

    I also run a single-node K3s cluster that is hosted on GitHub. Again, using Renovate to open PRs, and I run Flux so watch for changes to master, which then redeploys applications.

  • Has anyone used the Keychron Q11?
    www.keychron.com Keychron Q11 QMK Custom Mechanical Keyboard

    The fully assembled version includes: The keyboard PCB and case (the plate is integrated with the case). Double-shot OSA PBT keycaps (including Mac & Windows keycaps). Gateron G Pro switches. The barebone version does not include the keycaps and switches.No discount codes can be used for Q11. Pl...

    Keychron Q11 QMK Custom Mechanical Keyboard

    I'm looking for a more ergo keyboard and am looking at the Keychron Q10 (Alice) or Q11 (split), but I'm leaning more towards to the Q11:

    • Extra rotary encoder in the top-right
    • Don't need an extra "B" key
    • 2 extra keys to the right of the right spacebar
    5
    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/)LO
    loganmarchione @lemmy.world
    Posts 1
    Comments 10