Compare commits
7 commits
89074a2d34
...
6d198d82f9
Author | SHA1 | Date | |
---|---|---|---|
6d198d82f9 | |||
35c3c18f68 | |||
131bbda0c6 | |||
1399db1deb | |||
c783f5cfc2 | |||
8f920e051f | |||
cfd940a207 |
14 changed files with 77 additions and 13 deletions
|
@ -38,7 +38,7 @@ title: sp-codes
|
||||||
<body>
|
<body>
|
||||||
<div class="d-flex justify-content-start flex-wrap p-2 menu border-bottom">
|
<div class="d-flex justify-content-start flex-wrap p-2 menu border-bottom">
|
||||||
{%- for entry in collections.all | eleventyNavigation %}
|
{%- for entry in collections.all | eleventyNavigation %}
|
||||||
{% if entry.url.includes(locale) %}
|
{% if not entry.url.startsWith("https") and entry.url.includes(locale) or entry.locale == locale %}
|
||||||
<div {% if entry.url == page.url %} class="active"{% endif %}>
|
<div {% if entry.url == page.url %} class="active"{% endif %}>
|
||||||
<a href="{{ entry.url | url }}" class="mr-2">
|
<a href="{{ entry.url | url }}" class="mr-2">
|
||||||
{% if entry.icon %}<span class="fas fa-{{ entry.icon }} mr-2"></span>{% endif %}{{ entry.title }}
|
{% if entry.icon %}<span class="fas fa-{{ entry.icon }} mr-2"></span>{% endif %}{{ entry.title }}
|
||||||
|
|
|
@ -6,13 +6,23 @@ eleventyNavigation:
|
||||||
key: about
|
key: about
|
||||||
title: Über mich
|
title: Über mich
|
||||||
icon: user
|
icon: user
|
||||||
order: 1
|
order: 2
|
||||||
---
|
---
|
||||||
<h1>Über mich</h1>
|
<h1>Über mich</h1>
|
||||||
|
|
||||||
<p>Mein Name ist Samuel Philipp und ich bin ein Software Engineer aus Magdeburg. <i>tbd</i></p>
|
<p>Mein Name ist Samuel Philipp und ich bin ein Software Engineer aus Magdeburg. In meiner Freizeit übe oder präsentiere
|
||||||
|
ich den ein oder anderen <a href="https://sp-magic.de">Zaubertrick</a> und hoste verschiedene freie Dienste, wie Searx, Matrix oder Jitsi:</p>
|
||||||
|
|
||||||
<h2>Berufliche Laufbahn</h2>
|
<ul>
|
||||||
|
<li><a href="https://searx.sp-codes.de">searx.sp-codes.de</a></li>
|
||||||
|
<li><a href="https://invidious.sp-codes.de">invidious.sp-codes.de</a></li>
|
||||||
|
<li><a href="https://git.sp-codes.de">git.sp-codes.de</a></li>
|
||||||
|
<li><a href="https://matrix.sp-codes.de">matrix.sp-codes.de</a></li>
|
||||||
|
<li><a href="https://jitsi.sp-codes.de">jitsi.sp-codes.de</a></li>
|
||||||
|
<li><a href="https://connectivitycheck.sp-codes.de">connectivitycheck.sp-codes.de</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Akademische Laufbahn</h2>
|
||||||
|
|
||||||
<div class="qa-message-list">
|
<div class="qa-message-list">
|
||||||
<div class="message-item">
|
<div class="message-item">
|
||||||
|
@ -80,7 +90,7 @@ eleventyNavigation:
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Akademische Laufbahn</h2>
|
<h2>Berufliche Laufbahn</h2>
|
||||||
|
|
||||||
<div class="qa-message-list">
|
<div class="qa-message-list">
|
||||||
<div class="message-item">
|
<div class="message-item">
|
||||||
|
|
11
src/de/blog.md
Normal file
11
src/de/blog.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
key: blog
|
||||||
|
eleventyNavigation:
|
||||||
|
key: blog
|
||||||
|
title: Blog
|
||||||
|
icon: book
|
||||||
|
url: https://blog.sp-codes.de/
|
||||||
|
locale: de
|
||||||
|
order: 1
|
||||||
|
permalink: false
|
||||||
|
---
|
|
@ -13,7 +13,8 @@ eleventyNavigation:
|
||||||
<p class="lead text-center mb-2">
|
<p class="lead text-center mb-2">
|
||||||
Schön, dass du hergefunden hast. Mein Name ist Samuel Philipp und ich bin ein Software Engineer aus
|
Schön, dass du hergefunden hast. Mein Name ist Samuel Philipp und ich bin ein Software Engineer aus
|
||||||
Magdeburg. Auf dieser Seite findest du Informationen über mich und eine Übersicht über die von mir
|
Magdeburg. Auf dieser Seite findest du Informationen über mich und eine Übersicht über die von mir
|
||||||
bereitgestellten Dienste. Schau dich gerne um oder nutze die verschiedenen Tools.
|
bereitgestellten Dienste. Schau dich gerne um, lies meinen <a href="https://blog.sp-codes.de">Blog</a> oder
|
||||||
|
nutze die verschiedenen Tools.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -6,7 +6,7 @@ eleventyNavigation:
|
||||||
key: services
|
key: services
|
||||||
title: Dienste
|
title: Dienste
|
||||||
icon: server
|
icon: server
|
||||||
order: 2
|
order: 3
|
||||||
---
|
---
|
||||||
<h1>Dienste</h1>
|
<h1>Dienste</h1>
|
||||||
<p>In meiner Freizeit stelle ich verschiedene quelloffene Dienste für die freie Nutzung bereit. Hier findest du eine
|
<p>In meiner Freizeit stelle ich verschiedene quelloffene Dienste für die freie Nutzung bereit. Hier findest du eine
|
||||||
|
|
|
@ -5,4 +5,14 @@ title: Jitsi Meet
|
||||||
---
|
---
|
||||||
# Jitsi Meet
|
# Jitsi Meet
|
||||||
|
|
||||||
Die Beschreibung kommt demnächst...
|
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)
|
||||||
|
|
|
@ -17,5 +17,9 @@ Melde dich gerne auf meinem Server an oder suche dir einen aus der unten verlink
|
||||||
|
|
||||||
* [Verschiedene Apps](https://matrix.org/clients)
|
* [Verschiedene Apps](https://matrix.org/clients)
|
||||||
* [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)
|
* Listen mit öffentlichen Matrix-Servern
|
||||||
|
* [hello-matrix.net](https://www.hello-matrix.net/public_servers.php)
|
||||||
|
* [anchel.nl](https://www.anchel.nl/matrix-publiclist/)
|
||||||
|
* [the-federation.info](https://the-federation.info/protocol/matrix)
|
||||||
* [Matrix FAQ](https://matrix.org/faq/)
|
* [Matrix FAQ](https://matrix.org/faq/)
|
||||||
|
* [Account umziehen](https://ems.element.io/tools/matrix-migration)
|
||||||
|
|
|
@ -15,6 +15,8 @@ __Seit November 2019 betreibe ich eine öffentliche Searx Instanz.__ Schau gerne
|
||||||
|
|
||||||
__Hier gehts zu Searx: [searx.sp-codes.de](https://searx.sp-codes.de)__
|
__Hier gehts zu Searx: [searx.sp-codes.de](https://searx.sp-codes.de)__
|
||||||
|
|
||||||
|
Tor Hidden Service: [searxbi3f73mmdeb.onion](http://searxbi3f73mmdeb.onion)
|
||||||
|
|
||||||
## Weitere nützliche Links
|
## Weitere nützliche Links
|
||||||
|
|
||||||
* [Searx Webseite](https://asciimoo.github.io/searx/)
|
* [Searx Webseite](https://asciimoo.github.io/searx/)
|
||||||
|
|
11
src/en/blog.md
Normal file
11
src/en/blog.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
key: blog
|
||||||
|
eleventyNavigation:
|
||||||
|
key: blog
|
||||||
|
title: Blog
|
||||||
|
icon: book
|
||||||
|
url: https://blog.sp-codes.de/
|
||||||
|
locale: en
|
||||||
|
order: 1
|
||||||
|
permalink: false
|
||||||
|
---
|
|
@ -13,7 +13,7 @@ eleventyNavigation:
|
||||||
<p class="lead text-center mb-2">
|
<p class="lead text-center mb-2">
|
||||||
Glad you found your way here. My name is Samuel Philipp and I am a software engineer from Magdeburg.
|
Glad you found your way here. My name is Samuel Philipp and I am a software engineer from Magdeburg.
|
||||||
On this site you will find information about me and an overview of the services I provide. Feel free
|
On this site you will find information about me and an overview of the services I provide. Feel free
|
||||||
to look around or use the various services.
|
to look around, read my <a href="https://blog.sp-codes.de">Blog</a> (in German) or use the various services.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -6,7 +6,7 @@ eleventyNavigation:
|
||||||
key: services
|
key: services
|
||||||
title: Services
|
title: Services
|
||||||
icon: server
|
icon: server
|
||||||
order: 2
|
order: 3
|
||||||
---
|
---
|
||||||
<h1>Services</h1>
|
<h1>Services</h1>
|
||||||
<p>In my spare time I provide various open source services for free. Here you can find an overview of the individual
|
<p>In my spare time I provide various open source services for free. Here you can find an overview of the individual
|
||||||
|
|
|
@ -5,4 +5,14 @@ title: Jitsi Meet
|
||||||
---
|
---
|
||||||
# Jitsi Meet
|
# Jitsi Meet
|
||||||
|
|
||||||
The description is coming soon...
|
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)
|
||||||
|
|
|
@ -17,5 +17,9 @@ Feel free to create an account on my server or choose one from the list linked b
|
||||||
|
|
||||||
* [Various Apps](https://matrix.org/clients)
|
* [Various Apps](https://matrix.org/clients)
|
||||||
* [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)
|
* Lists with public matrix servers
|
||||||
|
* [hello-matrix.net](https://www.hello-matrix.net/public_servers.php)
|
||||||
|
* [anchel.nl](https://www.anchel.nl/matrix-publiclist/)
|
||||||
|
* [the-federation.info](https://the-federation.info/protocol/matrix)
|
||||||
* [Matrix FAQ](https://matrix.org/faq/)
|
* [Matrix FAQ](https://matrix.org/faq/)
|
||||||
|
* [Migrate Account](https://ems.element.io/tools/matrix-migration)
|
||||||
|
|
|
@ -15,6 +15,7 @@ __Since November 2019 I run a public Searx instance.__ Feel free to check it out
|
||||||
|
|
||||||
Here is the link to Searx: [searx.sp-codes.de](https://searx.sp-codes.de)
|
Here is the link to Searx: [searx.sp-codes.de](https://searx.sp-codes.de)
|
||||||
|
|
||||||
|
Tor Hidden Service: [searxbi3f73mmdeb.onion](http://searxbi3f73mmdeb.onion)
|
||||||
|
|
||||||
## More useful links
|
## More useful links
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue