You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I deploy jitsi on
localhost
to minikube.values.yaml
(this is the whole file, nothing more):helm upgrade --install myjitsi jitsi/jitsi-meet -f ./values.yaml
kubectl --namespace default port-forward service/myjitsi-jitsi-meet-web 8080:80
http://localhost:8080
, it works!Join meeting
button, I see theWaiting for the host ...
modal dialogUser: admin
andUser password: admin
, it says that the password is incorrectHow do I configure
values.yaml
to create a user for protecting meetings?Saved Secrets
I noticed that the secrets for jicofo are diferent, but they don't work either:
Environment
Here is the whole setup :
Beta Was this translation helpful? Give feedback.
All reactions