Port details |
- threema-web Threema Web application
- 2.5.5 www
=3 2.5.5Version of this port present on the latest quarterly branch. - Maintainer: egypcio@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2020-11-14 19:39:34
- Last Update: 2024-05-15 12:37:52
- Commit Hash: 52d8420
- People watching this port, also watch:: libevent, phpsysinfo-php82, xcb-util-image, libXdamage, indexinfo
- Also Listed In: net-im
- License: AGPLv3
- WWW:
- https://github.com/threema-ch/threema-web
- 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.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 = 1715759841
SHA256 (threema-web-2.5.5-gh.tar.gz) = b8fa8c967696f79904ec4fb083f2bb296237ae85f0dd1e7930ab5323169581e6
SIZE (threema-web-2.5.5-gh.tar.gz) = 23525696
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.
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.5 15 May 2024 12:37:52
![commit hash: 52d84205c03ea6132bb1f5b106496dcaa26f4bdc commit hash: 52d84205c03ea6132bb1f5b106496dcaa26f4bdc](/images/git.png) ![commit hash: 52d84205c03ea6132bb1f5b106496dcaa26f4bdc commit hash: 52d84205c03ea6132bb1f5b106496dcaa26f4bdc](/images/codeberg.svg) ![commit hash: 52d84205c03ea6132bb1f5b106496dcaa26f4bdc commit hash: 52d84205c03ea6132bb1f5b106496dcaa26f4bdc](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Vinícius Zavam (egypcio) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/threema-web: update v2.5.2 to v2.5.5
* https://github.com/threema-ch/threema-web/compare/v2.5.2...v2.5.5
PR: 278999
Reported by: Ralf van der Enden <tremere % cainites.net> |
2.5.2 07 Dec 2023 16:52:44
![commit hash: 0a370eec381225a1bdb5fa5b64b6ff3a1b58b37f commit hash: 0a370eec381225a1bdb5fa5b64b6ff3a1b58b37f](/images/git.png) ![commit hash: 0a370eec381225a1bdb5fa5b64b6ff3a1b58b37f commit hash: 0a370eec381225a1bdb5fa5b64b6ff3a1b58b37f](/images/codeberg.svg) ![commit hash: 0a370eec381225a1bdb5fa5b64b6ff3a1b58b37f commit hash: 0a370eec381225a1bdb5fa5b64b6ff3a1b58b37f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Vinícius Zavam (egypcio) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/threema-web: update 2.5.0 to 2.5.2
CHANGELOG;
* https://github.com/threema-ch/threema-web/blob/master/CHANGELOG.md
[feature] Add support for Threema Gatway push service (#1175)
[bug] Fix file size limit check (#1179)
[change] Upgrade many dependencies
[feature] Show group reaction names on hover (#1164)
[change] Upgrade dependencies
DIFF;
* https://github.com/threema-ch/threema-web/compare/v2.5.0...v2.5.2
Q/A;
* poudriere/testport OK for 12, 13 and 14;
* while here, pet portlint;
* updated WWW on Makefile to reflect the app's code repository;
* fix a mix of b7f05445c00f and fb16dfecae4a6efa.
PR: 274808
Reported by: Ralf van der Enden <tremere % cainites.net> |
2.5.0 21 Dec 2022 11:04:30
![commit hash: 792882970f70bb36ecefe4f71f3205e407b54dec commit hash: 792882970f70bb36ecefe4f71f3205e407b54dec](/images/git.png) ![commit hash: 792882970f70bb36ecefe4f71f3205e407b54dec commit hash: 792882970f70bb36ecefe4f71f3205e407b54dec](/images/codeberg.svg) ![commit hash: 792882970f70bb36ecefe4f71f3205e407b54dec commit hash: 792882970f70bb36ecefe4f71f3205e407b54dec](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Vinícius Zavam (egypcio) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: eb8887fc2fae27b194769392cb25113c52196fed commit hash: eb8887fc2fae27b194769392cb25113c52196fed](/images/git.png) ![commit hash: eb8887fc2fae27b194769392cb25113c52196fed commit hash: eb8887fc2fae27b194769392cb25113c52196fed](/images/codeberg.svg) ![commit hash: eb8887fc2fae27b194769392cb25113c52196fed commit hash: eb8887fc2fae27b194769392cb25113c52196fed](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Vinícius Zavam (egypcio) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 2f49c32b28a99db3e4a1c947a4ff9f0e6f6a8e70 commit hash: 2f49c32b28a99db3e4a1c947a4ff9f0e6f6a8e70](/images/git.png) ![commit hash: 2f49c32b28a99db3e4a1c947a4ff9f0e6f6a8e70 commit hash: 2f49c32b28a99db3e4a1c947a4ff9f0e6f6a8e70](/images/codeberg.svg) ![commit hash: 2f49c32b28a99db3e4a1c947a4ff9f0e6f6a8e70 commit hash: 2f49c32b28a99db3e4a1c947a4ff9f0e6f6a8e70](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Vinícius Zavam (egypcio) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/threema-web: fix sed's use of \s and replace it by [[:space::]] |
2.3.7 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.7 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
2.3.7 14 Nov 2020 19:39:24
![Revision:555138 Revision:555138](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
egypcio ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
[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: 10
|