Skip to content
Snippets Groups Projects
  1. Feb 11, 2022
    • bobbyd0g's avatar
      Helm chart SSO support (#17205) · a131f06e
      bobbyd0g authored
      
      * Add SAML support
      
      * move extAuth below essential components
      
      * Add CAS, PAM, LDAP support
      
      * Add WEB_DOMAIN and S3_ALIAS_HOST support
      
      * SAML defaults aligned
      
      * Bump chart version
      
      * SSO & WEB_DOMAIN support added
      
      * Add OIDC support
      
      * Correct typo
      
      * Notice for OIDC support
      
      Co-authored-by: default avatarEugen Rochko <eugen@zeonfederated.com>
      a131f06e
  2. Feb 09, 2022
  3. Feb 03, 2022
  4. Feb 01, 2022
  5. Jan 09, 2022
  6. Nov 27, 2021
  7. Oct 14, 2021
  8. Sep 20, 2021
  9. Mar 12, 2021
  10. Feb 19, 2021
  11. Feb 15, 2021
  12. Feb 14, 2021
  13. Dec 19, 2020
  14. Nov 02, 2020
    • Patrice Ferlet's avatar
      Fix postrgres secret name for cronjob (#15072) · 4b2ec4a2
      Patrice Ferlet authored
      The cronjob tries to get key from `mastodon` secret instead of
      `mastodon-postgresql` - so the cronjob fails with this error:
      
      Error: couldn't find key postgresql-password in Secret [NS]/mastodon
      
      Another solution is to save the postgres password in mastodon secret,
      but that means that the password is placed in two places.
      
      Postgresql use <fullname>-postgresql name as secret name.
      4b2ec4a2
  15. Oct 21, 2020
  16. Oct 12, 2020
  17. Aug 02, 2020
  18. Jul 18, 2020
  19. Jul 07, 2020
  20. Jul 06, 2020
  21. 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
      6d3125f9
Loading