Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/net-im/jicofo/files/pkg-message.in
16149 views
[
{ type: install
  message: <<EOM
Jitsi Conference Focus was installed

1) The configuration file is used by the startup rcfile and located at:

   %%ETCDIR%%/jicofo.conf

2) Add jicofo_enable="YES" to /etc/rc.conf.

3) For use of jicofo with net-im/prosody, you need to import prosody's
   auth.jitsi.example.com TLS certificate into a Java truststore.
   The startup rcfile will pass this filename to jicofo:
   %%ETCDIR%%/truststore.jks - for example:

   # prosodyctl cert generate jitsi.example.com
   # prosodyctl cert generate auth.jitsi.example.com
   # keytool -noprompt -keystore %%ETCDIR%%/truststore.jks -importcert -alias prosody -file /path/to/prosody/auth.jitsi.example.com.crt

4) If you want use jicofo on FreeBSD 11.x, please apply the
   following patch file: https://reviews.freebsd.org/D14453

   jicofo rc script use ${name}_env_file functionality which is only
   available on FreeBSD >= 12.x

5) Enjoy it
EOM
}
]