Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

feat(config): Allow templating of default quota and retention times (`*_retention_obligation`)

Thorsten Roßner requested to merge trossner/feat/retentions into main

Support for templating of default Quota and

  # Quota related settings
  quota:
    # -- Set default quota in Nextcloud syntax e.g. "5 GB" or "128 MB".
    default: "2 GB"
    # Set retention obligation for Nextcloud
    retentionObligation:
      # -- Set the `trashbin_retention_obligation` as a single value
      # Ref.: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#trashbin-retention-obligation
      trashbin: "30,30"
      # -- Set the `versions_retention_obligation` as a single value
      # Ref.: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#versions-retention-obligation
      versions: "30,30"

Merge request reports

Loading