diff --git a/src/_data/donations.json b/src/_data/donations.json index 418ec50..e35999d 100644 --- a/src/_data/donations.json +++ b/src/_data/donations.json @@ -2,6 +2,13 @@ { "year": 2022, "donations": [ + { + "date": "11.08.2022", + "amount": 10, + "via": "banktransfer", + "from": "TeomaHK", + "first": false + }, { "date": "11.07.2022", "amount": 10, diff --git a/src/_data/services.json b/src/_data/services.json index 842e7ce..4de3c06 100644 --- a/src/_data/services.json +++ b/src/_data/services.json @@ -122,11 +122,11 @@ } }, { - "id": "invidious", - "name": "Invidious", + "id": "piped", + "name": "Piped", "icon": "i-youtube", - "url": "https://invidious.sp-codes.de", - "status": "https://invidious.sp-codes.de", + "url": "https://piped.sp-codes.de", + "status": "https://piped.sp-codes.de", "summary": { "de": "Ein alternatives YouTube-Frontend.", "en": "An alternative YouTube-Frontend." diff --git a/src/de/services/invidious.md b/src/de/services/invidious.md deleted file mode 100644 index 0f4ff66..0000000 --- a/src/de/services/invidious.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: base.njk -key: invidious -title: Invidious ---- -# Invidious - -Invidious ist ein alternatives Frontend für YouTube. -Da nur die nötigsten Verbindungen zu YouTube aufgebaut werden und viele sogar vom Server selber übernommen werden, erhöht Invidious die Privatsphäre der Nutzer:innen. - -__Seit Dezember 2019 betreibe ich eine öffentliche Invidious Instanz.__ Fühl dich frei, dort ein paar Videos anzuschauen. - -__Jetzt das erste Video schauen auf [invidious.sp-codes.de](https://invidious.sp-codes.de).__ - -## Weitere nützliche Links - -* [Liste weiterer öffentlicher Server](https://github.com/omarroth/invidious/wiki/Invidious-Instances) -* [Quellcode von Invidious](https://github.com/omarroth/invidious) diff --git a/src/de/services/piped.md b/src/de/services/piped.md new file mode 100644 index 0000000..a8f4967 --- /dev/null +++ b/src/de/services/piped.md @@ -0,0 +1,19 @@ +--- +layout: base.njk +key: piped +title: Piped +--- +# Piped + +Piped ist ein alternatives Frontend für YouTube. +Da nur die nötigsten Verbindungen zu YouTube aufgebaut werden und viele sogar vom Server selber übernommen werden, erhöht Piped die Privatsphäre der Nutzer:innen. + +__Von Dezember 2019 bis September 2022 habe ich eine öffentliche Invidious Instanz betrieben. Diese wurde zum Oktober 2022 durch Piped ersetzt.__ Fühl dich frei, dort ein paar Videos anzuschauen. + +__Jetzt das erste Video schauen auf [piped.sp-codes.de](https://piped.sp-codes.de).__ + +## Weitere nützliche Links + +* [Liste öffentlicher Piped-Instanzen](https://github.com/TeamPiped/Piped/wiki/Instances) +* [Quellcode von Piped](https://github.com/TeamPiped/Piped) +* [Liste öffentlicher Invidious-Instanzen](https://github.com/omarroth/invidious/wiki/Invidious-Instances) diff --git a/src/en/services/invidious.md b/src/en/services/invidious.md deleted file mode 100644 index 16b73ab..0000000 --- a/src/en/services/invidious.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: base.njk -key: invidious -title: Invidious ---- -# Invidious - -Invidious is an alternative YouTube-Frontend. It establishes only the most necessary connections to YouTube and many of them are even made by the server itself. So Invidious increases the privacy of the users. - -__Since December 2019 I run a public Invidious instance.__ Feel free to watch some videos there. - -__Watch your first video on [invidious.sp-codes.de](https://invidious.sp-codes.de).__ - -## More useful links - -* [List of other public servers](https://github.com/omarroth/invidious/wiki/Invidious-Instances) -* [Source code of Invidious](https://github.com/omarroth/invidious) diff --git a/src/en/services/piped.md b/src/en/services/piped.md new file mode 100644 index 0000000..1cd6960 --- /dev/null +++ b/src/en/services/piped.md @@ -0,0 +1,18 @@ +--- +layout: base.njk +key: piped +title: Piped +--- +# Piped + +Piped is an alternative YouTube-Frontend. It establishes only the most necessary connections to YouTube and many of them are even made by the server itself. So Piped increases the privacy of the users. + +__From December 2019 to September 2022, I ran a public Invidious instance. This was replaced by Piped as of October 2022.__ Feel free to watch some videos there. + +__Watch your first video on [piped.sp-codes.de](https://piped.sp-codes.de).__ + +## More useful links + +* [List of public Piped-Servers](https://github.com/TeamPiped/Piped/wiki/Instances) +* [Source code of Piped](https://github.com/TeamPiped/Piped) +* [List of public Invidious-Servers](https://github.com/omarroth/invidious/wiki/Invidious-Instances)