Skip to content
Snippets Groups Projects
  1. Nov 10, 2022
    • F's avatar
      Make enable_starttls configurable by envvars (#20321) · 9feba112
      F authored
      ENABLE_STARTTLS is designed to replace ENABLE_STARTTLS_AUTO by accepting
      three values: 'auto' (the default), 'always', and 'never'. If
      ENABLE_STARTTLS isn't provided, we fall back to ENABLE_STARTTLS_AUTO. In
      this way, this change should be fully backwards compatible.
      
      Resolves #20311
      Unverified
      9feba112
  2. Oct 28, 2022
  3. Aug 10, 2022
  4. May 14, 2022
  5. Feb 11, 2022
  6. Feb 19, 2021
  7. Feb 15, 2021
  8. Feb 14, 2021
  9. Jun 29, 2020
    • Alex Dunn's avatar
      Add Helm chart (#14090) · 6d3125f9
      Alex Dunn authored
      * add Helm chart
      
      known issues/future work:
      
      - SSO is unsupported
      
      - S3/Minio/GCS is unsupported
      
      - Swift is unsupported
      
      - WEB_DOMAIN is unsupported
      
      - Tor is unsupported
      
      * helm: clarify how LOCAL_DOMAIN is set
      
      * helm: add chart description
      
      * helm: make DB_POOL and Sidekiq concurrency configurable
      
      * helm: only enforce pod affinity when using ReadWriteOnce
      
      * helm: clarify compatibility
      
      * helm: clean up application variables
      
      * helm: add job to create initial admin
      Unverified
      6d3125f9
Loading