diff --git a/README.md b/README.md new file mode 100644 index 0000000..1fba6c8 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# prototype + +![jitsi setup prototype](images/prototype.png) diff --git a/bootstrap.sh b/bootstrap.sh index a345f19..c15dd5e 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -10,5 +10,5 @@ kubectl create namespace jitsi curl -sfL get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash -s - export KUBECONFIG=/etc/rancher/k3s/k3s.yaml helm repo add jitsi https://jitsi-contrib.github.io/jitsi-helm/ -helm install myjitsi jitsi/jitsi-meet +helm install shlug-jitsi jitsi/jitsi-meet diff --git a/images/prototype.png b/images/prototype.png new file mode 100755 index 0000000..0bd8db0 Binary files /dev/null and b/images/prototype.png differ