(5 intermediate revisions by the same user not shown)
Line 1:
Line 1:
{{Obsolete|Jitsi seems to be available in the testing repository}}
{{Obsolete|Jitsi seems to be available in the testing repository}}
NOTE: this will build the applications required for a jitsi-meet server on Alpine Linux. Prosody (apk) plus videobridge and jicofo using latest 'stable' on jitsi GH repo.
Tested on 'edge', should work on 3.12 (not tested)
NOTE TODO: I will return and update this page with config files and rc scripts. But it's similar to the Debian config. Also TODO nginx reverse proxy / bosh config.
NOTE TODO: I will return and update this page with config files and rc scripts. But it's similar to the Debian config. Also TODO nginx reverse proxy / bosh config.
Line 60:
Line 57:
<pre>
<pre>
# prosodyctl restart
# prosodyctl restart
</pre>
== Java/Maven setup ==
Maven is used to build videobridge and jicofo. Shell scripts included in software use bash. Jitsi uses jdk8, so should probably stick with that version. If you get fancy and use a newer jdk it might not work.
<pre>
# apk add openjdk8
# apk add maven
# apk add bash
# apk add bash-completion
# sync
</pre>
</pre>
Line 78:
Line 62:
== Videobridge ==
== Videobridge ==
<pre>
The <code>jitsi-videobridge</code> package is available in the <code>testing</code> repositories. For a stable release of Alpine, it needs to be built manually.
# cp -a jitsi-videobridge-2.1-SNAPSHOT/* /var/lib/jvb/
</pre>
== Jicofo ==
== Jicofo ==
The download archive file from GH is the same name as videobridge, so we can put the new build in a separate directory.
The <code>jicofo</code> package is available in the <code>testing</code> repositories. For a stable release of Alpine, the aport needs to be built manually.
Note: Optional. Jigasi is a SIP to Jitsi-Meet interface/gateway. This can be used to allow SIP and POTS users to "call in" to a meeting.
The <code>jigasi</code> package is available in the <code>testing</code> repositories. For a stable release of Alpine, the aport needs to be built manually.
Jitsi seems to be available in the testing repository
(Discuss)
NOTE TODO: I will return and update this page with config files and rc scripts. But it's similar to the Debian config. Also TODO nginx reverse proxy / bosh config.