forked from samuel-p/sp-codes.de
Merge pull request 'develop' (#106) from develop into main
Reviewed-on: samuel-p/sp-codes.de#106
This commit is contained in:
commit
e8db9b37d4
3 changed files with 35 additions and 34 deletions
|
@ -20,7 +20,7 @@
|
|||
"browser-sync": "^2.27.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^1.0.0-canary.44",
|
||||
"@11ty/eleventy": "^1.0.0",
|
||||
"@11ty/eleventy-navigation": "^0.3.2",
|
||||
"@node-minify/core": "^6.2.0",
|
||||
"@node-minify/crass": "^6.2.0",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"cpx": "^1.5.0",
|
||||
"glob": "^7.2.0",
|
||||
"minify": "^8.0.3",
|
||||
"node-sass": "^6.0.1",
|
||||
"node-sass": "^7.0.1",
|
||||
"node-sass-tilde-importer": "^1.0.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"uncss": "^0.17.3"
|
||||
|
|
|
@ -1,4 +1,16 @@
|
|||
[
|
||||
{
|
||||
"year": 2022,
|
||||
"donations": [
|
||||
{
|
||||
"date": "03.01.2022",
|
||||
"amount": 10,
|
||||
"via": "banktransfer",
|
||||
"from": "TeomaHK",
|
||||
"first": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": 2021,
|
||||
"donations": [
|
||||
|
|
|
@ -1,15 +1,4 @@
|
|||
[
|
||||
{
|
||||
"id": "searx",
|
||||
"name": "Searx",
|
||||
"icon": "i-search",
|
||||
"url": "https://searx.sp-codes.de",
|
||||
"status": "https://searx.sp-codes.de",
|
||||
"summary": {
|
||||
"de": "Eine privatsphären-respektierende, hackbare Metasuchmaschine.",
|
||||
"en": "A privacy-respecting, hackable metasearch engine."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "matrix",
|
||||
"name": "Matrix",
|
||||
|
@ -66,6 +55,16 @@
|
|||
"en": "A lightweight code hosting platform for git."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "connectivitycheck",
|
||||
"name": "Captive Portal Check",
|
||||
"icon": "i-wifi",
|
||||
"status": "https://connectivitycheck.sp-codes.de/generate204",
|
||||
"summary": {
|
||||
"de": "Eine datenschutzfreundliches Tool, um Anmeldeseiten in WLAN-Netzwerken zu erkennen.",
|
||||
"en": "A privacy friendly Service to detect captive portals in WIFI networks."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "gotify",
|
||||
"name": "Gotify",
|
||||
|
@ -78,16 +77,6 @@
|
|||
"en": "A simple service for sending and receiving messages in real-time."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "connectivitycheck",
|
||||
"name": "Captive Portal Check",
|
||||
"icon": "i-wifi",
|
||||
"status": "https://connectivitycheck.sp-codes.de/generate204",
|
||||
"summary": {
|
||||
"de": "Eine datenschutzfreundliches Tool, um Anmeldeseiten in WLAN-Netzwerken zu erkennen.",
|
||||
"en": "A privacy friendly Service to detect captive portals in WIFI networks."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "firefox-sync",
|
||||
"name": "Firefox Sync",
|
||||
|
@ -109,6 +98,17 @@
|
|||
"en": "Concise, consistent, and legible badges in SVG and raster format."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "searx",
|
||||
"name": "Searx",
|
||||
"icon": "i-search",
|
||||
"url": "https://searx.sp-codes.de",
|
||||
"status": "https://searx.sp-codes.de",
|
||||
"summary": {
|
||||
"de": "Eine privatsphären-respektierende, hackbare Metasuchmaschine.",
|
||||
"en": "A privacy-respecting, hackable metasearch engine."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "translate",
|
||||
"name": "Translate",
|
||||
|
@ -131,16 +131,5 @@
|
|||
"de": "Ein alternatives YouTube-Frontend.",
|
||||
"en": "An alternative YouTube-Frontend."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "nitter",
|
||||
"name": "Nitter",
|
||||
"icon": "i-twitter",
|
||||
"url": "https://nitter.sp-codes.de",
|
||||
"status": "https://nitter.sp-codes.de",
|
||||
"summary": {
|
||||
"de": "Ein alternatives Twitter-Frontend.",
|
||||
"en": "An alternative Twitter-Frontend."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue