Skip to content
  1. Dec 07, 2024
  2. May 10, 2024
  3. Jul 30, 2022
  4. Jul 16, 2022
    • nimrod's avatar
      Backup refactor. · b29af5e0
      nimrod authored
      - Change from a single backup that's overwritten everytime to a
        multiple, dated backups.
      - Save the last 30 days of backups.
      - Save backups under the host's /var/backups instead of a Docker volume.
        Easier to backup.
      - Add a restore script so that at least I would have some idea on how to
        restore this backup. Last thing I want to do when I need this backup
      is to try and figure out how to restore it.
      b29af5e0
  5. Apr 23, 2022
    • nimrod's avatar
      Backup weekly instead of daily. · 82bad8df
      nimrod authored
      The changes are very, very rare. I'm changing the backup method to
      saving tarballs as snapshots and saving the last few and this change in
      the spirit of things.
      82bad8df
    • nimrod's avatar
      Remove superfluous flags. · 2b93987a
      nimrod authored
      The -v flags is already set in the alias.
      2b93987a
  6. Dec 11, 2021
  7. Apr 24, 2021
  8. Apr 21, 2021
  9. Mar 26, 2021
  10. Feb 26, 2021
  11. Feb 19, 2021
  12. Feb 07, 2021
  13. Feb 05, 2021
  14. Jan 23, 2021
  15. Jan 07, 2021
    • nimrod's avatar
      Templates. · 832a8f90
      nimrod authored
      - GitLab CI templates.
      - Pre-commit snippet.
      - Address pre-commit issues.
      832a8f90
  16. Nov 23, 2020
    • nimrod's avatar
      Updates. · 2afe411f
      nimrod authored
      A lot of different fixes. What I have in production right now.
      2afe411f
  17. Nov 23, 2019
    • nimrod's avatar
      Use file capabilities instead of a higher port for LAM. · 7da51307
      nimrod authored
      Run as a limited user and bind to the regular HTTP port using file
      capabilities.
      7da51307
    • nimrod's avatar
      Run slapd as a limited user. · bfa237e3
      nimrod authored
      - Relax the permission on /etc/ssl to allow generating snakeoil
      certificate and key.
      - Grant the slapd binary CAP_NET_BIND_SERVICE to allow binding to
      privileged ports.
      - Change owner of /etc/ldap/ldap.conf to allow modifying it in
      entrypoint.
      - Prepopulate volumes with the correct ownership, permissions and
      directory structure to avoid doing it in the entrypoint without root.
      bfa237e3
  18. Nov 19, 2019
  19. Sep 21, 2019
  20. Sep 20, 2019
Loading