Port details |
- threema-web Threema Web application
- 2.5.0 www
=1 2.5.0Version of this port present on the latest quarterly branch. - Maintainer: egypcio@FreeBSD.org
 - Port Added: 2020-11-14 19:39:34
- Last Update: 2022-12-21 11:04:30
- Commit Hash: 7928829
- People watching this port, also watch:: python311, py39-pycparser, p5-Net-HTTP, tmux, python
- Also Listed In: net-im
- License: AGPLv3
- Description:
- Threema's web client allows you to use Threema on the desktop without
compromising security.
* Complete synchronization: By scanning a QR code, desktop and mobile
device are connected at once, and all conversations are fully accessible
on the desktop.
* Security and data restraint: All communication between phone and PC is
fully end-to-end encrypted. After the session is terminated, all
synchronized messages are immediately deleted in the browser.
* Open Source: Threema Web is open source and uses open standards. It is
also possible to host Threema Web on your own server.
See also: https://github.com/threema-ch/threema-web
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- threema-web>0:www/threema-web
- To install the port:
- cd /usr/ports/www/threema-web/ && make install clean
- To add the package, run one of these commands:
- pkg install www/threema-web
- pkg install threema-web
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: threema-web
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1671263269
SHA256 (threema-web-2.5.0-gh.tar.gz) = baa4b49621767268d5e0096daccfba6b7aa812c02b97e62285d1b56211bfab1f
SIZE (threema-web-2.5.0-gh.tar.gz) = 23894444
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_threema-web
- pkg-message:
- For install:
-
This is Threema Web, compiled with 'SELF_HOSTED=true' and with pre-defined
STUN/TURN and SaltyRTC servers on its bundled configuration. If you want to run
your own servers you must recompile this port yourself and make sure to define
the following variables:
THREEMA_ICE_CREDEN, the credentials for "threema-angular" (static username);
THREEMA_ICE_SERVER, your STUN server in a "hostname:port" format;
THREEMA_SALTYRTC_HOST, your SaltyRTC server;
THREEMA_SALTYRTC_PORT, the port of your SaltyRTC server,
THREEMA_SALTYRTC_KEY, the key used by your SaltyRTC server.
The web server needs to set the proper MIME type for *.wasm (WebAssembly) files.
If you use nginx, this would go into nginx's mime types:
application/wasm wasm;
Should you opt for Apache, then you would need to add this to httpd.conf:
AddType application/wasm .wasm
Make sure to serve Threema Web only via HTTPS. It's also recommend to enable
HSTS, HPKP, CSP and other available security mechanisms in your web server.
If you deployed it to be used on a server with restrictive CSP rules, make sure
to add "static.threema.ch" as an allowed style/font source.
NOTE: While you could in theory host your own version of the "push-server",
it won't help much since the GCM/APN API Keys required to dispatch push
notifications to the Threema app are *NOT* public.
- WWW: https://threema.ch/en/faq/web_info
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.0 21 Dec 2022 11:04:30
    |
Vinícius Zavam (egypcio)  |
www/threema-web: update 2.4.2 to 2.5.0
- https://github.com/threema-ch/threema-web/blob/v2.5.0/CHANGELOG.md
- https://github.com/threema-ch/threema-web/compare/v2.4.2...v2.5.0
PR: 268391
Submitted by: Ralf van der Enden <tremere % cainites.net> |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.4.2 28 Jul 2022 19:15:36
    |
Vinícius Zavam (egypcio)  |
www/threema-web: update 2.3.7_1 to 2.4.2
* https://github.com/threema-ch/threema-web/blob/v2.4.2/CHANGELOG.md
OK: 12, 13, 14/main/head
PR: 265377
Reported by: Ralf van der Enden <tremere % cainites.net> |
2.3.7_1 11 Apr 2021 15:44:23
    |
Vinícius Zavam (egypcio)  |
www/threema-web: fix sed's use of \s and replace it by [[:space::]] |
2.3.7 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.3.7 14 Nov 2020 19:39:24
  |
egypcio  |
[NEW] www/threema-web: Threema Web application
Threema's web client allows you to use Threema on the desktop without
compromising security.
* Complete synchronization: By scanning a QR code, desktop and mobile
device are connected at once, and all conversations are fully accessible
on the desktop.
* Security and data restraint: All communication between phone and PC is
fully end-to-end encrypted. After the session is terminated, all
synchronized messages are immediately deleted in the browser.
* Open Source: Threema Web is open source and uses open standards. It is
also possible to host Threema Web on your own server.
WWW: https://github.com/threema-ch/threema-web
WWW: https://threema.ch/en/faq/web_info |
Number of commits found: 8
|