mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
[enh] todo
This commit is contained in:
parent
0c8efcc7a3
commit
fe908a7664
2 changed files with 15 additions and 1 deletions
14
TODO
Normal file
14
TODO
Normal file
|
@ -0,0 +1,14 @@
|
|||
* backport luasec 0.5 from jessie for PFS ciphers
|
||||
* why tls between jicofo and metronome (luasec >= 0.5 required)
|
||||
* why tls between jvb and metronome (luasec >= 0.5 required)
|
||||
* support subdir : which rewrite rule ?
|
||||
* desktop sharing : chrome extension needs to be reference the host explicitely
|
||||
* config.js clientNode : what's this ? see XEP-0115
|
||||
* metronome conf : bind vhost and components to localhost
|
||||
* wireshark the thing : is everything encrypted ?
|
||||
* recording : what can be done ?
|
||||
* etherpad
|
||||
* ipv6 : what's the status ? clients/server...
|
||||
* mod_{smacks,carbons,mam,websocket,turncredentials} not needed actually ?
|
||||
* jigasi SIP gateway
|
||||
* is there any web based video-sip client around ?
|
|
@ -157,7 +157,7 @@ sudo openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj \
|
|||
-out /var/lib/metronome/$jitsi_domain.crt
|
||||
|
||||
# TODO : adduser headless with python pexpect ?
|
||||
sudo metronomectl adduser focus@auth.$jitsi_domain # $YNH_YOURSECRET3
|
||||
#sudo metronomectl adduser focus@auth.$jitsi_domain # $YNH_YOURSECRET3
|
||||
|
||||
#--- Configure Nginx ---
|
||||
# remove trailing '/'. this leaves '/something' untouched, but changes '/' to ''
|
||||
|
|
Loading…
Reference in a new issue