{"id":45836874,"url":"https://github.com/cyclikal94/matrix-helm-charts","last_synced_at":"2026-03-13T13:02:21.496Z","repository":{"id":336604107,"uuid":"1150351595","full_name":"cyclikal94/matrix-helm-charts","owner":"cyclikal94","description":"Collection of charts and configs to deploy services alongside ESS Community.","archived":false,"fork":false,"pushed_at":"2026-02-27T00:04:20.000Z","size":118,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-27T03:25:18.115Z","etag":null,"topics":["element","ess","ess-community","ess-helm","matrix","ntfy"],"latest_commit_sha":null,"homepage":"http://cyclikal.dev/matrix-helm-charts/","language":"Go Template","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyclikal94.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-05T07:09:24.000Z","updated_at":"2026-02-27T00:04:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cyclikal94/matrix-helm-charts","commit_stats":null,"previous_names":["cyclikal94/ess-community-extras","cyclikal94/matrix-helm-charts"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/cyclikal94/matrix-helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclikal94%2Fmatrix-helm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclikal94%2Fmatrix-helm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclikal94%2Fmatrix-helm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclikal94%2Fmatrix-helm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyclikal94","download_url":"https://codeload.github.com/cyclikal94/matrix-helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclikal94%2Fmatrix-helm-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29987656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T22:42:38.399Z","status":"ssl_error","status_checked_at":"2026-03-01T22:41:51.863Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["element","ess","ess-community","ess-helm","matrix","ntfy"],"created_at":"2026-02-26T23:13:18.057Z","updated_at":"2026-03-13T13:02:21.488Z","avatar_url":"https://github.com/cyclikal94.png","language":"Go Template","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Matrix Helm Charts](https://cyclikal.dev/matrix-helm-charts/assets/banner.svg)\n\n# Matrix Helm Charts\n\n## Overview\n\nA collection of helm charts to deploy Matrix-related components into Kubernetes, with example `values.yaml` files pre-configured for use with Matrix.\n\nAll charts are created and tested against a deployed [ESS Community](https://github.com/element-hq/ess-helm) instance but should work with any Matrix deployment accessible from your cluster.\n\n## Usage\n\nGenerally speaking, installation / usage follows these steps:\n\n1. You configure a `values.yaml` file for your environment then deploy the helm chart using it. (Matrix-specific `values.yaml` files in this repository are provided as examples, just replace the placeholder values).\n2. Point your Synapse deployment at the generated App Service Registration file, i.e. if using ESS Community, just redeploy with the sample `values.yaml` per the chart `README.md`.\n3. Start a DM with the bot `@componentnamebot:example.com`, i.e. `@whatsappbot:example.com`, login etc.\n\n\u003e [!TIP]\n\u003e You should start with the [INSTALLATION](INSTALLATION.md) guide!.\n\n### OCI Registry (Preferred)\n\nAll charts are published as OCI artifacts on GHCR:\n\n```bash\nhelm upgrade --install \u003crelease-name\u003e oci://ghcr.io/cyclikal94/matrix-helm-charts/\u003cchart-name\u003e --namespace \u003cnamespace\u003e --create-namespace --values \u003cvalues-file\u003e\n```\n\n### HTTP Registry (Legacy-Compatible)\n\nThe legacy index-based repository remains available:\n\n```bash\nhelm repo add matrix-helm-charts https://cyclikal94.github.io/matrix-helm-charts\nhelm repo update\nhelm upgrade --install \u003crelease-name\u003e matrix-helm-charts/\u003cchart-name\u003e --namespace \u003cnamespace\u003e --create-namespace --values \u003cvalues-file\u003e\n```\n\n## Components\n\n![TIP]\nClick on the desired helm charts' badge to be taken to its README for detailed deployment information.\n\n\nComponents are organised into categories copying the [matrix.org Ecosystem](https://matrix.org/ecosystem/) section. As such components will be either `Clients`, `Bridges`, `Servers`, or `Integrations` - where components aren't present on [matrix.org](https://matrix.org/ecosystem/) I'll do my best to put them in an appropriate category. The remaining catefories of `SDKs`, `Distribution` and `Hosting` are unlikely to be applicable here.\n\nGiven this is new, I'm actively looking for useful new charts to make, I'm prioritising projects listed on [matrix.org Ecosystem](https://matrix.org/ecosystem/) likely filtering on a \"Maturity\" of `Stable` / `Beta` - if you have suggestions, please do raise an issue!\n\n### Integrations\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![ntfy](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.ntfy%5B0%5D.version\u0026label=ntfy%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/ntfy/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![binwiederhier/ntfy](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.ntfy%5B0%5D.appVersion\u0026label=binwiederhier%2Fntfy\u0026logo=github\u0026style=for-the-badge)](https://github.com/binwiederhier/ntfy)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nHTTP-based pub-sub notification service. Useful to allow providing Matrix push notifications on Android without Google. You'll need to be using a Matrix Android client that supports serving push notification via UnifiedPush, i.e. `Element X`.\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n### Bridges\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![matrix-appservice-irc](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.matrix-appservice-irc%5B0%5D.version\u0026label=matrix-appservice-irc%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/matrix-appservice-irc/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![matrix-org/matrix-appservice-irc](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.matrix-appservice-irc%5B0%5D.appVersion\u0026label=matrix-org%2Fmatrix-appservice-irc\u0026logo=github\u0026style=for-the-badge)](https://github.com/matrix-org/matrix-appservice-irc)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nIRC bridge for Matrix. This bridge allows you to join IRC channels and chat to IRC users via Matrix rooms. For capabilities etc. check it's entry on [matrix.org IRC Bridges](https://matrix.org/ecosystem/bridges/irc/).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n### Mautrix Bridges\n\nGiven there are so many `mautrix` bridges, I'm collating them under a dedicated section. They also, for the most part, all use the same base chart and so setup (`values.yaml` / App Service Registration) is the same for all.\n\n#### Python Bridges\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-googlechat](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-googlechat%5B0%5D.version\u0026label=mautrix-googlechat%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-googlechat/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![mautrix/googlechat](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-googlechat%5B0%5D.appVersion\u0026label=mautrix%2Fgooglechat\u0026logo=github\u0026style=for-the-badge)](https://github.com/mautrix/googlechat)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nA Matrix-Google Chat puppeting bridge. For all 5 of you using Google Chat this will allow continuing those conversations in Matrix. No it's not, Allo, Hangouts or Meet - why do/did they have so many. I think this is some holdover from Google+. For capabilities etc. check it's entry on [matrix.org Google Chat Bridges](https://matrix.org/ecosystem/bridges/google_chat/). For hands-on `mautrix` docs, check [docs.mau.fi](https://docs.mau.fi/bridges/), just note you only need to care about the custom configuration (everything else is handled by the chart).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-telegram](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-telegram%5B0%5D.version\u0026label=mautrix-telegram%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-telegram/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![mautrix/telegram](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-telegram%5B0%5D.appVersion\u0026label=mautrix%2Ftelegram\u0026logo=github\u0026style=for-the-badge)](https://github.com/mautrix/telegram)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nA Matrix-Telegram hybrid puppeting/relaybot bridge. Note this is a `mautrix` python bridge, so I believe will eventually be replaced with a go variant. For capabilities etc. check it's entry on [matrix.org Telegram Bridges](https://matrix.org/ecosystem/bridges/telegram/). For hands-on `mautrix` docs, check [docs.mau.fi](https://docs.mau.fi/bridges/), just note you only need to care about the custom configuration (everything else is handled by the chart).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n#### Go Bridges\n\nDouble puppetting is enabled by default, and as such, any charts sharing the same `mautrix-go-base` chart version will use the same double puppet App Service registration automatically.\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-go-base](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-go-base%5B0%5D.version\u0026label=mautrix-go-base%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-go-base/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![cyclikal94/matrix-helm-charts](https://img.shields.io/badge/cyclikal94%2Fmatrix--helm--charts-N%2FA-blue?logo=github\u0026style=for-the-badge)](https://github.com/cyclikal94/matrix-helm-charts)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nThe base chart used for all `mautrix-` go bridges. Created in order to reduce duplication, all dependant charts use this base chart, then extend as needed for bridge specifics.\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-bluesky](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-bluesky%5B0%5D.version\u0026label=mautrix-bluesky%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-bluesky/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![mautrix/bluesky](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-bluesky%5B0%5D.appVersion\u0026label=mautrix%2Fbluesky\u0026logo=github\u0026style=for-the-badge)](https://github.com/mautrix/bluesky)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nA Matrix-Bluesky DM puppeting bridge. No category for Bluesky bridges on [matrix.org Ecosystem Bridges](https://matrix.org/ecosystem/bridges/) for this one. For hands-on `mautrix` docs, check [docs.mau.fi](https://docs.mau.fi/bridges/), just note you only need to care about the custom configuration (everything else is handled by the chart).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-gmessages](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-gmessages%5B0%5D.version\u0026label=mautrix-gmessages%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-gmessages/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![mautrix/gmessages](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-gmessages%5B0%5D.appVersion\u0026label=mautrix%2Fgmessages\u0026logo=github\u0026style=for-the-badge)](https://github.com/mautrix/gmessages)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nA Matrix-Google Messages puppeting bridge. For capabilities etc. check it's entry on [matrix.org SMS Bridges](https://matrix.org/ecosystem/bridges/sms/). For hands-on `mautrix` docs, check [docs.mau.fi](https://docs.mau.fi/bridges/), just note you only need to care about the custom configuration (everything else is handled by the chart).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-gvoice](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-gvoice%5B0%5D.version\u0026label=mautrix-gvoice%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-gvoice/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![mautrix/gvoice](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-gvoice%5B0%5D.appVersion\u0026label=mautrix%2Fgvoice\u0026logo=github\u0026style=for-the-badge)](https://github.com/mautrix/gvoice)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nA Matrix-Google Voice puppeting bridge. No category for Google Voice bridges on [matrix.org Ecosystem Bridges](https://matrix.org/ecosystem/bridges/) for this one. For hands-on `mautrix` docs, check [docs.mau.fi](https://docs.mau.fi/bridges/), just note you only need to care about the custom configuration (everything else is handled by the chart).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-linkedin](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-linkedin%5B0%5D.version\u0026label=mautrix-linkedin%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-linkedin/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![mautrix/linkedin](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-linkedin%5B0%5D.appVersion\u0026label=mautrix%2Flinkedin\u0026logo=github\u0026style=for-the-badge)](https://github.com/mautrix/linkedin)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nA Matrix-LinkedIn puppeting bridge. For capabilities etc. check it's entry on [matrix.org LinkedIn Bridges](https://matrix.org/ecosystem/bridges/linkedin/). For hands-on `mautrix` docs, check [docs.mau.fi](https://docs.mau.fi/bridges/), just note you only need to care about the custom configuration (everything else is handled by the chart).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-meta](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-meta%5B0%5D.version\u0026label=mautrix-meta%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-meta/README.md) \n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![mautrix/meta](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-meta%5B0%5D.appVersion\u0026label=mautrix%2Fmeta\u0026logo=github\u0026style=for-the-badge)](https://github.com/mautrix/meta)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nA Matrix-Meta puppeting bridge. For capabilities etc. check it's entry on [matrix.org Instagram Bridges](https://matrix.org/ecosystem/bridges/instagram/), don't let the link fool you, it also does Facebook Messaging. For hands-on `mautrix` docs, check [docs.mau.fi](https://docs.mau.fi/bridges/), just note you only need to care about the custom configuration (everything else is handled by the chart).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-signal](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-signal%5B0%5D.version\u0026label=mautrix-signal%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-signal/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![mautrix/signal](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-signal%5B0%5D.appVersion\u0026label=mautrix%2Fsignal\u0026logo=github\u0026style=for-the-badge)](https://github.com/mautrix/signal)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nA Matrix-Signal puppeting bridge. For capabilities etc. check it's entry on [matrix.org Signal Bridges](https://matrix.org/ecosystem/bridges/signal/). For hands-on `mautrix` docs, check [docs.mau.fi](https://docs.mau.fi/bridges/), just note you only need to care about the custom configuration (everything else is handled by the chart).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-slack](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-slack%5B0%5D.version\u0026label=mautrix-slack%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-slack/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![mautrix/slack](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-slack%5B0%5D.appVersion\u0026label=mautrix%2Fslack\u0026logo=github\u0026style=for-the-badge)](https://github.com/mautrix/slack)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nA Matrix-Slack puppeting bridge based on [slack-go](https://github.com/slack-go/slack). For capabilities etc. check it's entry on [matrix.org Slack Bridges](https://matrix.org/ecosystem/bridges/slack/). For hands-on `mautrix` docs, check [docs.mau.fi](https://docs.mau.fi/bridges/), just note you only need to care about the custom configuration (everything else is handled by the chart).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-twitter](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-twitter%5B0%5D.version\u0026label=mautrix-twitter%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-twitter/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![mautrix/twitter](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-twitter%5B0%5D.appVersion\u0026label=mautrix%2Ftwitter\u0026logo=github\u0026style=for-the-badge)](https://github.com/mautrix/twitter)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nA Matrix-Twitter DM puppeting bridge. For capabilities etc. check it's entry on [matrix.org X Bridges](https://matrix.org/ecosystem/bridges/X/). For hands-on `mautrix` docs, check [docs.mau.fi](https://docs.mau.fi/bridges/), just note you only need to care about the custom configuration (everything else is handled by the chart).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-whatsapp](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-whatsapp%5B0%5D.version\u0026label=mautrix-whatsapp%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-whatsapp/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![mautrix/whatsapp](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-whatsapp%5B0%5D.appVersion\u0026label=mautrix%2Fwhatsapp\u0026logo=github\u0026style=for-the-badge)](https://github.com/mautrix/whatsapp)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nA Matrix-WhatsApp puppeting bridge based on [whatsmeow](https://github.com/tulir/whatsmeow). For capabilities etc. check it's entry on [matrix.org Whatsapp Bridges](https://matrix.org/ecosystem/bridges/whatsapp/). For hands-on `mautrix` docs, check [docs.mau.fi](https://docs.mau.fi/bridges/), just note you only need to care about the custom configuration (everything else is handled by the chart).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n[![mautrix-zulip](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-zulip%5B0%5D.version\u0026label=mautrix-zulip%20Helm%20Chart\u0026logo=helm\u0026style=for-the-badge)](charts/mautrix-zulip/README.md)\n\n\u003c/td\u003e\u003ctd align=\"right\"\u003e\n\n[![mautrix/zulip](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/cyclikal94/matrix-helm-charts/gh-pages/index.yaml\u0026query=%24.entries.mautrix-zulip%5B0%5D.appVersion\u0026label=mautrix%2Fzulip\u0026logo=github\u0026style=for-the-badge)](https://github.com/mautrix/zulip)\n\n\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd colspan=\"2\"\u003e\n\nA Matrix-Zulip puppeting bridge. For capabilities etc. check it's entry on [matrix.org Zulip Bridges](https://matrix.org/ecosystem/bridges/zulip/). For hands-on `mautrix` docs, check [docs.mau.fi](https://docs.mau.fi/bridges/), just note you only need to care about the custom configuration (everything else is handled by the chart).\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n## Credits\n\nThis project has been a bunch of work, but it is nothing without the underlying projects these charts deploy. These charts could not exist without the people who built and maintain those cool things, so credit and thanks goes to them.\n\n- [@binwiederhier](https://github.com/binwiederhier) / [binwiederhier/ntfy](https://github.com/binwiederhier/ntfy) contributors, this was the original chart / plan for this project, created to be able to deploy `ntfy` alongside `ess-helm` easily.\n- [@matrix.org](https://github.com/matrix-org) / [matrix-org/matrix-appservice-irc](https://github.com/matrix-org/matrix-appservice-irc) contributors, this was the first helm chart I setup that meant I had to figure out App Service Registration via the charts. Hopefully the way it works makes sense!\n- [@tulir](https://github.com/tulir) / [@mautrix](https://github.com/mautrix) contributors, it's kinda crazy how many bridges there are and that they all nicely work the same. It meant after creating the `mautrix-go-base` chart and getting `mautrix-whatsapp` working, it was just copy/paste for the rest! As this point, they are the bulk of these charts so... you should seriously check out the repos links above!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclikal94%2Fmatrix-helm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyclikal94%2Fmatrix-helm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclikal94%2Fmatrix-helm-charts/lists"}