forked from samuel-p/sp-codes.de
more major updates
This commit is contained in:
parent
30aab8e9b7
commit
bb4e10e442
9 changed files with 98 additions and 67 deletions
17
src/en/services/etherpad.md
Normal file
17
src/en/services/etherpad.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
layout: base.njk
|
||||
key: etherpad
|
||||
title: Etherpad
|
||||
---
|
||||
# <i class="i-pencil-square"></i> Etherpad
|
||||
|
||||
Etherpad is a web-based collaboration platform that allows users to edit text documents together in real time. Multiple users can simultaneously access the same Etherpad document, make changes, and see what others are writing. Etherpad provides a simple and effective way for teamwork, brainstorming, collaborative writing, and more, without version conflicts.
|
||||
|
||||
Etherpad is also embedded in Jitsi Meet. This allows for shared notes to be captured during a meeting.
|
||||
|
||||
__I've been running Etherpad since the end of 2020: [https://pad.sp-codes.de](https://pad.sp-codes.de)__ Feel free to use Etherpad for your notes as well.
|
||||
|
||||
## More useful links
|
||||
|
||||
* [Etherpad Webseite](https://etherpad.org)
|
||||
* [Quellcode von Etherpad](https://github.com/ether/etherpad-lite)
|
|
@ -5,6 +5,13 @@ title: ntfy
|
|||
---
|
||||
# <i class="i-cloud-download"></i> ntfy
|
||||
|
||||
## ## More useful links
|
||||
ntfy is a versatile tool for notification about various events. It also supports UnifiedPush, an open protocol for real-time notifications.
|
||||
|
||||
*
|
||||
To use ntfy as a central app for notifications, the app must first be installed on the phone. Then, apps that support UnifiedPush, such as Element, Fluffychat or Tusky can use ntfy as a push provider. This way, not all apps need to keep a connection open to the server and are more energy efficient as a result. In order for you to use my server, you must first set it up in the settings.
|
||||
|
||||
__Since May 2023 I provide ntfy for free: [https://ntfy.sp-codes.de](https://ntfy.sp-codes.de)__ You are welcome to use ntfy as push provider for your apps if you like.
|
||||
|
||||
## More useful links
|
||||
|
||||
* [ntfy Website](https://ntfy.sh)
|
||||
* [Sourcecode of ntfy](https://github.com/binwiederhier/ntfy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue