Update 'README.md'
This commit is contained in:
parent
95a70e5fb7
commit
7e05c39434
1 changed files with 5 additions and 1 deletions
|
@ -13,6 +13,10 @@ cd docker-jitsi-meet
|
||||||
cp env.example .env
|
cp env.example .env
|
||||||
```
|
```
|
||||||
edit the .env as you wish or suggested in this repo,
|
edit the .env as you wish or suggested in this repo,
|
||||||
|
|
||||||
|
all the lines that have been touched have a "#EDITED:" before
|
||||||
|
the fields you NEED to change are filled with "CHANGEME"
|
||||||
|
|
||||||
then:
|
then:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -25,7 +29,7 @@ then add an user as listed in: https://github.com/jitsi/docker-jitsi-meet#authen
|
||||||
docker-compose exec prosody /bin/bash
|
docker-compose exec prosody /bin/bash
|
||||||
prosodyctl --config /config/prosody.cfg.lua register TheDesiredUsername meet.jitsi TheDesiredPassword
|
prosodyctl --config /config/prosody.cfg.lua register TheDesiredUsername meet.jitsi TheDesiredPassword
|
||||||
```
|
```
|
||||||
|
and test that you need to enter your credentials to
|
||||||
# notes:
|
# notes:
|
||||||
if something goes wrong, you might want to destroy all and start clean, for this you'll need to remove also the folder defined by CONFIG variable in .env, default is "~/.jitsi-meet-cfg"
|
if something goes wrong, you might want to destroy all and start clean, for this you'll need to remove also the folder defined by CONFIG variable in .env, default is "~/.jitsi-meet-cfg"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue