forked from samuel-p/sp-codes.de
updated donations.json and removed nitter
This commit is contained in:
parent
eb43b5c243
commit
42858fde2a
2 changed files with 33 additions and 32 deletions
|
@ -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