mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission: Threema Web (#2226)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
d953d7cf93
commit
7d05426da9
13
threema/docker-compose.yml
Normal file
13
threema/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3.7'
|
||||||
|
|
||||||
|
services:
|
||||||
|
app_proxy:
|
||||||
|
environment:
|
||||||
|
APP_HOST: threema_web_1
|
||||||
|
APP_PORT: 80
|
||||||
|
|
||||||
|
web:
|
||||||
|
image: dennysubke/threema-web:v2.6.1@sha256:d83e5dcc1a2cbc49b5f84c422073d7d57a36fed89d60b47f9f11dad841d68dad
|
||||||
|
# cannot run rootless
|
||||||
|
#user: "1000:1000"
|
||||||
|
restart: on-failure
|
27
threema/umbrel-app.yml
Normal file
27
threema/umbrel-app.yml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
manifestVersion: 1
|
||||||
|
id: threema
|
||||||
|
name: Threema Web
|
||||||
|
tagline: An intuitive and secure web client for Threema users
|
||||||
|
category: files
|
||||||
|
version: "2.6.1"
|
||||||
|
port: 8855
|
||||||
|
description: >-
|
||||||
|
📱 Threema Web is a secure and convenient way to use the Threema messaging app directly from a web browser while maintaining full end-to-end encryption. By scanning a QR code with the Threema app, users establish a direct connection between their smartphone and computer, ensuring that no messages or metadata are stored on external servers. The communication is handled via WebRTC, which enables a private and encrypted peer-to-peer connection.
|
||||||
|
|
||||||
|
|
||||||
|
With Threema Web, users can send and receive messages, share images and files, and manage conversations with the comfort of a full-sized keyboard and larger screen. Since all data remains on the user’s devices and is never uploaded to the cloud, Threema Web offers a high level of privacy and security. This makes it an ideal solution for those who want a seamless messaging experience across devices without sacrificing confidentiality.
|
||||||
|
developer: Threema GmbH
|
||||||
|
website: https://threema.ch/
|
||||||
|
submitter: dennysubke
|
||||||
|
submission: https://github.com/getumbrel/umbrel-apps/pull/2226
|
||||||
|
repo: https://github.com/threema-ch/threema-web
|
||||||
|
support: https://github.com/threema-ch/threema-web/issues
|
||||||
|
gallery:
|
||||||
|
- 1.jpg
|
||||||
|
- 2.jpg
|
||||||
|
- 3.jpg
|
||||||
|
releaseNotes: ""
|
||||||
|
dependencies: []
|
||||||
|
path: ""
|
||||||
|
defaultUsername: ""
|
||||||
|
defaultPassword: ""
|
Loading…
Reference in New Issue
Block a user