1
0
Fork 0
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:
Julien Malik 2015-01-31 12:31:49 +01:00
parent 0c8efcc7a3
commit fe908a7664
2 changed files with 15 additions and 1 deletions

14
TODO Normal file
View 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 ?

View file

@ -157,7 +157,7 @@ sudo openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj \
-out /var/lib/metronome/$jitsi_domain.crt -out /var/lib/metronome/$jitsi_domain.crt
# TODO : adduser headless with python pexpect ? # 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 --- #--- Configure Nginx ---
# remove trailing '/'. this leaves '/something' untouched, but changes '/' to '' # remove trailing '/'. this leaves '/something' untouched, but changes '/' to ''