Skip to content
  1. Apr 25, 2022
    • nimrod's avatar
      Backup refactor. · 9f39ec03
      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.
      9f39ec03
  2. Apr 21, 2021
  3. Feb 26, 2021
  4. Feb 19, 2021
  5. Feb 07, 2021
  6. Jan 23, 2021
  7. Nov 23, 2020
    • nimrod's avatar
      Updates. · 2afe411f
      nimrod authored
      A lot of different fixes. What I have in production right now.
      2afe411f
  8. Nov 23, 2019
  9. Nov 19, 2019
  10. Sep 21, 2019
  11. Sep 20, 2019
    • nimrod's avatar
      Use Docker Hub images. · 88d96f31
      nimrod authored
      Use the Docker Hub images for caching and keep the names the same were
      applicable.
      88d96f31
    • nimrod's avatar
      Revamp the LDAP Account Manager configuration. · bbe2609f
      nimrod authored
      Instead of a persistent volume with the configuration, use environment
      variables.
      bbe2609f
    • nimrod's avatar
      Major overhaul of the slapd (OpenLDAP) image. · c3a356a9
      nimrod authored
      - Use a single volume for the config and data LDAP directories, easier
      to keep in sync in different cases (backups, migration).
      - Add backup script, save to backup volume.
      - Allow passing the location of the SSL key and cert to enable SSL,
      otherwise a self-signed certificate and key are generated with the FQDN
      of the container.
      - Drop the dockerfile-lint linter, didn't give any useful advice.
      - Change base image to Debian Buster.
      - Set stopsignal for the container.
      - Allow setting the log level.
      - Unset the cleartext root password environment variable.
      c3a356a9
  12. Jun 30, 2019
  13. May 10, 2019
  14. Sep 08, 2018
  15. Aug 12, 2018
  16. Aug 07, 2018