Merge pull request 'develop' (#25) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #25
This commit is contained in:
commit
8c938cea3c
7 changed files with 51 additions and 3 deletions
|
@ -12,7 +12,7 @@ Website for sp-codes.de
|
||||||
The following Parameters are set directly on the Web-Server.
|
The following Parameters are set directly on the Web-Server.
|
||||||
|
|
||||||
```
|
```
|
||||||
Content-Security-Policy: default-src 'none'; script-src 'self' https://plausible.sp-codes.de; object-src 'none'; style-src 'self'; img-src 'self'; media-src 'none'; frame-src 'none'; font-src 'self'; connect-src 'self' https://plausible.sp-codes.de; require-trusted-types-for 'script'
|
Content-Security-Policy: default-src 'none'; script-src 'self' https://plausible.sp-codes.de; object-src 'none'; style-src 'self'; img-src 'self'; media-src 'none'; frame-src 'none'; font-src 'self'; connect-src 'self' https://plausible.sp-codes.de
|
||||||
Referrer-Policy: strict-origin-when-cross-origin
|
Referrer-Policy: strict-origin-when-cross-origin
|
||||||
Feature-Policy: sync-xhr 'self'
|
Feature-Policy: sync-xhr 'self'
|
||||||
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-free": "^5.14.0",
|
"@fortawesome/fontawesome-free": "^5.14.0",
|
||||||
"bootstrap": "^4.5.0",
|
"bootstrap": "^4.5.2",
|
||||||
"flag-icon-css": "^3.5.0"
|
"flag-icon-css": "^3.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,10 +62,20 @@
|
||||||
"name": "Jitsi Meet",
|
"name": "Jitsi Meet",
|
||||||
"icon": "fas fa-users",
|
"icon": "fas fa-users",
|
||||||
"url": "https://jitsi.sp-codes.de",
|
"url": "https://jitsi.sp-codes.de",
|
||||||
"beta": true,
|
|
||||||
"summary": {
|
"summary": {
|
||||||
"de": "Eine sichere, einfache und skalierbare Plattform für Videokonferenzen.",
|
"de": "Eine sichere, einfache und skalierbare Plattform für Videokonferenzen.",
|
||||||
"en": "A secure, simple and scalable platform for video conferencing."
|
"en": "A secure, simple and scalable platform for video conferencing."
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "shields",
|
||||||
|
"name": "Shields",
|
||||||
|
"icon": "fas fa-tags",
|
||||||
|
"url": "https://shields.sp-codes.de",
|
||||||
|
"beta": true,
|
||||||
|
"summary": {
|
||||||
|
"de": "Prägnante, konsistente und lesbare Badges im SVG- und Rasterformat.",
|
||||||
|
"en": "Concise, consistent, and legible badges in SVG and raster format."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
18
src/de/services/jitsi.md
Normal file
18
src/de/services/jitsi.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
layout: base.njk
|
||||||
|
key: jitsi
|
||||||
|
title: Jitsi Meet
|
||||||
|
---
|
||||||
|
# Jitsi Meet
|
||||||
|
|
||||||
|
Jitsi-Meet ist eine Plattform für Videokonferenzen. Ohne Anmeldung können vollständig verschlüsselte Video-Chats gestartet werden. Zusätzlich bietet Jitsi-Meet die Möglichkeit den Bildschirm für die anderen Teilnehmer:innen freizugeben, neue Benutzer:innen einfach per Link einzuladen und Nachrichten im integrierten Chat zu verschicken.
|
||||||
|
|
||||||
|
__Seit Juli 2020 betreibe ich eine eigene Jitsi-Meet Instanz. Du findest sie unter [jitsi.sp-codes.de](https://jitsi.sp-codes.de/).__
|
||||||
|
|
||||||
|
Gerne darfst du die Instanz mit anderen Leuten nutzen.
|
||||||
|
|
||||||
|
## Weitere nützliche Links
|
||||||
|
|
||||||
|
* [Jitsi Webseite](https://jitsi.org/)
|
||||||
|
* [Quellcode von Jitsi](https://github.com/jitsi/jitsi-meet)
|
||||||
|
* [Liste öffentlicher Instanzen](https://github.com/jitsi/jitsi-meet/wiki/Jitsi-Meet-Instances)
|
|
@ -19,3 +19,4 @@ Melde dich gerne auf meinem Server an oder suche dir einen aus der unten verlink
|
||||||
* [Liste öffentlicher Räume](https://view.matrix.org/)
|
* [Liste öffentlicher Räume](https://view.matrix.org/)
|
||||||
* [Liste öffentlicher Matrix-Server](https://www.hello-matrix.net/public_servers.php)
|
* [Liste öffentlicher Matrix-Server](https://www.hello-matrix.net/public_servers.php)
|
||||||
* [Matrix FAQ](https://matrix.org/faq/)
|
* [Matrix FAQ](https://matrix.org/faq/)
|
||||||
|
* [Account umziehen](https://ems.element.io/tools/matrix-migration)
|
||||||
|
|
18
src/en/services/jitsi.md
Normal file
18
src/en/services/jitsi.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
layout: base.njk
|
||||||
|
key: jitsi
|
||||||
|
title: Jitsi Meet
|
||||||
|
---
|
||||||
|
# Jitsi Meet
|
||||||
|
|
||||||
|
Jitsi-Meet is a platform for video conferences. You can start fully encrypted video chats without registration. Additionally, Jitsi-Meet offers the possibility to share the screen with other participants, invite new users with a simple link and send messages in the integrated chat.
|
||||||
|
|
||||||
|
__Since July 2020 I run my own Jitsi-Meet instance. You can find it at [jitsi.sp-codes.de](https://jitsi.sp-codes.de/).__
|
||||||
|
|
||||||
|
You are welcome to use the instance with other people.
|
||||||
|
|
||||||
|
## More useful links
|
||||||
|
|
||||||
|
* [Jitsi Website](https://jitsi.org/)
|
||||||
|
* [Source code of Jitsi](https://github.com/jitsi/jitsi-meet)
|
||||||
|
* [List of public Instances](https://github.com/jitsi/jitsi-meet/wiki/Jitsi-Meet-Instances)
|
|
@ -19,3 +19,4 @@ Feel free to create an account on my server or choose one from the list linked b
|
||||||
* [List of public rooms](https://view.matrix.org/)
|
* [List of public rooms](https://view.matrix.org/)
|
||||||
* [List of public matrix servers](https://www.hello-matrix.net/public_servers.php)
|
* [List of public matrix servers](https://www.hello-matrix.net/public_servers.php)
|
||||||
* [Matrix FAQ](https://matrix.org/faq/)
|
* [Matrix FAQ](https://matrix.org/faq/)
|
||||||
|
* [Migrate Account](https://ems.element.io/tools/matrix-migration)
|
||||||
|
|
Loading…
Reference in a new issue