Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtrnord/element-call-helm
An experimental helm chart deploying a full element-call instance
https://github.com/mtrnord/element-call-helm
Last synced: 21 days ago
JSON representation
An experimental helm chart deploying a full element-call instance
- Host: GitHub
- URL: https://github.com/mtrnord/element-call-helm
- Owner: MTRNord
- Created: 2024-03-01T14:53:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T13:36:15.000Z (8 months ago)
- Last Synced: 2024-10-14T15:14:25.484Z (23 days ago)
- Language: Smarty
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.Once Helm has been set up correctly, add the repo as follows:
helm repo add element-call https://mtrnord.github.io/element-call-helm
If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
element-call` to see the charts.To install the element-call-helm chart:
helm install my-element-call element-call/element-call
To uninstall the chart:
helm delete my-element-call