Skip to content
Snippets Groups Projects
  1. Aug 25, 2022
  2. Aug 10, 2022
  3. May 14, 2022
  4. May 03, 2022
  5. Apr 12, 2022
  6. 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
  7. Feb 09, 2022
  8. Feb 03, 2022
  9. Feb 01, 2022
  10. Jan 09, 2022
  11. Nov 27, 2021
  12. Oct 14, 2021
  13. Sep 20, 2021
  14. Mar 12, 2021
  15. Feb 19, 2021
  16. Feb 15, 2021
  17. Feb 14, 2021
  18. Dec 19, 2020
  19. 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
  20. Oct 21, 2020
  21. Oct 12, 2020
  22. Aug 02, 2020
  23. Jul 18, 2020
  24. Jul 07, 2020
  25. Jul 06, 2020
  26. 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