Adds new server

This commit is contained in:
Christian Beutel
2025-08-24 14:16:27 +02:00
parent 2502836d13
commit 7f82509f3d
2 changed files with 10 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

View File

@@ -41,7 +41,16 @@
"description": "An instance for Italy, with motorcycle category added.", "description": "An instance for Italy, with motorcycle category added.",
"image": "/server/imgs/gatti.ninja.jpg", "image": "/server/imgs/gatti.ninja.jpg",
"region": ["Italy"], "region": ["Italy"],
"language": ["Itlian"], "language": ["Italian"],
"category": ["Biking", "Motorcycling", "General"] "category": ["Biking", "Motorcycling", "General"]
},
{
"name": "Towiski",
"url": "https://wanderer.towiski.de/",
"description": "My Wanderer instance for the paths less traveled. Signups welcome.",
"image": "/server/imgs/towiski.de.jpg",
"region": ["Tanzania", "Sri Lanka", "Germany", "Laos"],
"language": ["English", "German"],
"category": ["Biking", "Hiking"]
} }
] ]