matrix-org / sliding-sync

Proxy implementation of MSC3575's sync protocol.
https://github.com/matrix-org/matrix-spec-proposals/pull/3575
Apache License 2.0
244 stars 37 forks source link

Do you want a helm chart? #438

Open jessebot opened 4 months ago

jessebot commented 4 months ago

I made a helm chart here to deploy ghcr.io/matrix-org/sliding-sync on Kubernetes: https://github.com/small-hack/matrix-sliding-sync-chart

I can donate it here if you'd like it. If not, let this issue serve as a jumping off point for anyone who wants a helm chart or wants to fork a helm chart.

Quick question either way: I'm actually not sure what license I should put on it 🤔 It uses the docker image from this repo, but this repo uses Apache2.0, however synapse itself uses AGPL. Does it matter if I use Apache2.0 or AGPL?

wrenix commented 4 months ago

I have also one here: https://codeberg.org/wrenix/helm-charts/src/branch/main/matrix-sliding-sync

jessebot commented 4 months ago

Hi @wrenix ! 👋 Great minds think alike :)