docs: Add push translations
This commit is contained in:
parent
7abfa200b0
commit
0ca8b83669
6 changed files with 222 additions and 0 deletions
37
docs/de/push.md
Normal file
37
docs/de/push.md
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
layout: default
|
||||
title: Push
|
||||
lang: de
|
||||
---
|
||||
# Aktiviere Push-Benachrichtigungen ohne Google-Dienste
|
||||
|
||||
Du hast zwei Möglichkeiten, Push-Benachrichtigungen auf FluffyChat ohne Google-Dienste zu erhalten.
|
||||
|
||||
1. Unified Push
|
||||
2. MicroG
|
||||
|
||||
## 1. Unified Push
|
||||
|
||||
UnifiedPush sind Spezifikationen und Tools, mit denen der Benutzer wählen kann, wie Push-Benachrichtigungen zugestellt werden. Alles frei und Open Source.
|
||||
|
||||
### Gehostete Version verwenden (einfach)
|
||||
|
||||
1. Gehe zu: https://gotify1.unifiedpush.org/
|
||||
2. Registriere ein Konto mit username+password
|
||||
3. Downloade UP-Gotify von F-Droid: https://f-droid.org/de/packages/com.github.gotify.up/
|
||||
4. Melde dich mit https://gotify1.unifiedpush.org/ und username+password an
|
||||
5. Starte FluffyChat neu
|
||||
|
||||
Ab jetzt gehen alle Push-Benachrichtigungen durch unified push.
|
||||
|
||||
### Selbst hosten (schwer)
|
||||
|
||||
Für mehr Privatsphäre und Schutz Ihrer Metadaten kannst du Gotify für Unified Push selbst hosten.
|
||||
|
||||
Erfahre hier mehr darüber: https://unifiedpush.org/users/distributors/gotify/
|
||||
|
||||
## 2. MicroG
|
||||
|
||||
Du kannst Firebase Cloud Messaging ohne Google-Dienste mit MicroG verwenden.
|
||||
|
||||
Erfahre hier mehr darüber: https://microg.org/
|
||||
Loading…
Add table
Add a link
Reference in a new issue