forked from samuel-p/sp-codes.de
Merge pull request 'develop' (#173) from develop into main
Reviewed-on: samuel-p/sp-codes.de#173
This commit is contained in:
commit
319a2fa944
4 changed files with 15 additions and 45 deletions
18
package.json
18
package.json
|
@ -14,22 +14,22 @@
|
|||
"url": "https://git.sp-codes.de/samuel-p/sp-codes.de"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"browser-sync": "^2.27.12"
|
||||
"browser-sync": "^2.29.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.0",
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@11ty/eleventy-navigation": "^0.3.5",
|
||||
"@node-minify/core": "^8.0.5",
|
||||
"@node-minify/crass": "^8.0.5",
|
||||
"@node-minify/html-minifier": "^8.0.5",
|
||||
"@node-minify/core": "^8.0.6",
|
||||
"@node-minify/crass": "^8.0.6",
|
||||
"@node-minify/html-minifier": "^8.0.6",
|
||||
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
|
||||
"cpx": "^1.5.0",
|
||||
"eleventy-plugin-rev": "^1.1.1",
|
||||
"eleventy-sass": "^2.2.1",
|
||||
"glob": "^8.1.0",
|
||||
"minify": "^9.2.0",
|
||||
"postcss": "^8.4.21",
|
||||
"sass": "^1.58.3",
|
||||
"glob": "^10.2.6",
|
||||
"minify": "^10.0.0",
|
||||
"postcss": "^8.4.23",
|
||||
"sass": "^1.62.1",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -77,15 +77,15 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "gotify",
|
||||
"name": "Gotify",
|
||||
"id": "ntfy",
|
||||
"name": "ntfy",
|
||||
"icon": "i-server",
|
||||
"url": "https://push.sp-codes.de",
|
||||
"status": "https://push.sp-codes.de",
|
||||
"url": "https://ntfy.sp-codes.de",
|
||||
"status": "https://ntfy.sp-codes.de",
|
||||
"beta": true,
|
||||
"summary": {
|
||||
"de": "Ein einfacher Dienst zum Senden und Empfangen von Nachrichten in Echtzeit.",
|
||||
"en": "A simple service for sending and receiving messages in real-time."
|
||||
"de": "A simple real-time notification service, e.g. as a provider for UnifiedPush.",
|
||||
"en": "A simple real-time notification service, e.g. as a provider for UnifiedPush."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
layout: base.njk
|
||||
key: nitter
|
||||
title: Nitter
|
||||
---
|
||||
# <i class="i-twitter"></i> Nitter
|
||||
|
||||
Eine freies und quelloffenes Twitter-Frontend, das auf Privatsphäre der Nutzer ausgerichtet ist. Die Verbindungen zu Twitter werden vom Server selber übernommen, um Tracking über IP oder JavaScript zu verhindern.
|
||||
|
||||
__Seit November 2020 betreibe ich eine öffentliche Nitter Instanz. Du findest sie unter [nitter.sp-codes.de](https://nitter.sp-codes.de/).__
|
||||
|
||||
## Weitere nützliche Links
|
||||
|
||||
* [Liste weiterer öffentlicher Instanzen](https://github.com/zedeus/nitter/wiki/Instances)
|
||||
* [Quellcode von Nitter](https://github.com/zedeus/nitter)
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
layout: base.njk
|
||||
key: nitter
|
||||
title: Nitter
|
||||
---
|
||||
# <i class="i-twitter"></i> Nitter
|
||||
|
||||
A free and open source Twitter frontend that is focussed on user privacy. Connections to Twitter are handled by the server itself to prevent tracking by IP or JavaScript.
|
||||
|
||||
__Since November 2020 I run a public Nitter instance. You can find it at [nitter.sp-codes.de](https://nitter.sp-codes.de/).__
|
||||
|
||||
## More useful links
|
||||
|
||||
* [List of other public instances](https://github.com/zedeus/nitter/wiki/Instances)
|
||||
* [Source code of Nitter](https://github.com/zedeus/nitter)
|
Loading…
Reference in a new issue