Compare commits
No commits in common. "8c938cea3c19c38ef01883dbf768f00dc9d88564" and "c3943ed8a3c6b565ce21661b84877d7be811384d" have entirely different histories.
8c938cea3c
...
c3943ed8a3
7 changed files with 3 additions and 51 deletions
|
@ -12,7 +12,7 @@ Website for sp-codes.de
|
|||
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
|
||||
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'
|
||||
Referrer-Policy: strict-origin-when-cross-origin
|
||||
Feature-Policy: sync-xhr 'self'
|
||||
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.14.0",
|
||||
"bootstrap": "^4.5.2",
|
||||
"bootstrap": "^4.5.0",
|
||||
"flag-icon-css": "^3.5.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,20 +62,10 @@
|
|||
"name": "Jitsi Meet",
|
||||
"icon": "fas fa-users",
|
||||
"url": "https://jitsi.sp-codes.de",
|
||||
"beta": true,
|
||||
"summary": {
|
||||
"de": "Eine sichere, einfache und skalierbare Plattform für Videokonferenzen.",
|
||||
"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."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
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,4 +19,3 @@ 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 Matrix-Server](https://www.hello-matrix.net/public_servers.php)
|
||||
* [Matrix FAQ](https://matrix.org/faq/)
|
||||
* [Account umziehen](https://ems.element.io/tools/matrix-migration)
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
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,4 +19,3 @@ 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 matrix servers](https://www.hello-matrix.net/public_servers.php)
|
||||
* [Matrix FAQ](https://matrix.org/faq/)
|
||||
* [Migrate Account](https://ems.element.io/tools/matrix-migration)
|
||||
|
|
Loading…
Reference in a new issue