Skip to content
  1. Oct 02, 2022
    • nimrod's avatar
      Remove podman-toolbox. · 33db4f56
      nimrod authored
      It's not in testing right now and it's not needed in the image, just the
      host.
      33db4f56
  2. Sep 10, 2022
  3. Aug 27, 2022
    • nimrod's avatar
      Remove xtrabackup. · 6c42d32f
      nimrod authored
      It fails to installs with Debian testing after OpenSSL 1.1 was removed.
      I added it for some tests I had to run but since it only works on the
      machine where the binlogs are so it's of little use here.
      6c42d32f
  4. Aug 20, 2022
  5. Aug 13, 2022
  6. Jul 30, 2022
    • nimrod's avatar
      Remove the run CI step. · c15bae72
      nimrod authored
      I'm using the image with toolbx nowadays (no more secodary SSH server).
      No deployment apart from pushing to the registry.
      c15bae72
    • nimrod's avatar
      Remove unison. · a7359c44
      nimrod authored
      I only ever wanted it for syncing podcasts from the Kodi machine, but
      now with secure WebDAV I'm just using wget.
      a7359c44
  7. Jul 29, 2022
  8. Jul 26, 2022
  9. Jul 16, 2022
  10. Jul 05, 2022
  11. Jun 21, 2022
    • nimrod's avatar
      Small changes. · 8cf4c056
      nimrod authored
      - gpg2 to gpg wrapper (backward compatibility).
      - Remove /keybase (forgot to remove it when I removed keybase).
      - Remove broad sudo access. I don't think it's required and I don't like
        having it.
      8cf4c056
  12. Jun 18, 2022
  13. Jun 11, 2022
  14. Jun 09, 2022
  15. May 31, 2022
  16. May 23, 2022
    • nimrod's avatar
      Percona XtraBackup. · dd093187
      nimrod authored
      Add Percona's Debian repository and XtraBackup. Remove
      libcurl4-gnutls-dev as it conflicts with the libcurl4-openssl-dev
      requirement (I think that it would work just as well).
      dd093187
  17. May 18, 2022
  18. May 16, 2022
  19. May 13, 2022
  20. May 07, 2022
    • nimrod's avatar
      Add some DBCLI tools. · 84876798
      nimrod authored
      Already using pgcli and mycli, now adding iredis and litecli (for Redis
      and SQLite).
      84876798
  21. May 03, 2022
  22. May 02, 2022
  23. May 01, 2022
  24. Apr 21, 2022
  25. Apr 09, 2022
    • nimrod's avatar
      Use Flatpak XDG utilities. · 8d7f225f
      nimrod authored
      Use the replacement XDG utilities for Flatpak containers to replace
      standard xdg-open and xdg-email so they work as expected inside the
      container.
      8d7f225f
  26. Apr 03, 2022
  27. Apr 01, 2022
    • nimrod's avatar
      No more go get. · c4bdaeb3
      nimrod authored
      It's been deprecated and removed. The alternative is go install but it's
      not a direct replacement. Specifically, replace directives can't appear
      in the go.mod file. Kustomize can be installed using go install, so
      that's fine. RKE and reg can't, so use the GitHub CLI to download the
      binaries from the latest release.
      c4bdaeb3
    • nimrod's avatar
      Remove the Keybase CLI. · a57138b9
      nimrod authored
      It's not building anymore. Keybase seems unmaintained (since they were
      bought by Slack). I don't use it anymore.
      a57138b9
    • nimrod's avatar
      Update MongoDB. · 13149ab6
      nimrod authored
      And the repo key URL.
      13149ab6
    • nimrod's avatar
      Stricter permissions for the temporary GnuPG home dir. · 4ef65b95
      nimrod authored
      Silence a warning.
      4ef65b95
    • nimrod's avatar
      Remove the MariaDB Python package limitation. · 8e8f0223
      nimrod authored
      The limitation was added in 3c6e6607 because Debian at the time didn't
      had the required minimum version of the Connector/C. Now it has.
      8e8f0223
    • nimrod's avatar
      Add transmission-rpc. · dcf14ed1
      nimrod authored
      For programmatically managing Transmissions using Python. Exciting.
      dcf14ed1