diff --git a/frontend/public/json/wanderer.json b/frontend/public/json/wanderer.json index aade130219..1d693d1b30 100644 --- a/frontend/public/json/wanderer.json +++ b/frontend/public/json/wanderer.json @@ -1,35 +1,35 @@ { - "name": "Wanderer", - "slug": "wanderer", - "categories": [ - 0 - ], - "date_created": "2025-11-23", - "type": "ct", - "updateable": true, - "privileged": false, - "config_path": "/opt/wanderer/.env", - "interface_port": 3000, - "documentation": "https://wanderer.to/welcome", - "website": "https://wanderer.to", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/wanderer-light.webp", - "description": "Wanderer is a decentralized, self-hosted trail database. You can upload your recorded GPS tracks or create new ones and add various metadata to build an easily searchable catalogue.", - "install_methods": [ - { - "type": "default", - "script": "ct/wanderer.sh", - "resources": { - "cpu": 2, - "ram": 4096, - "hdd": 8, - "os": "debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] + "name": "Wanderer", + "slug": "wanderer", + "categories": [ + 0 + ], + "date_created": "2025-12-01", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/wanderer/.env", + "interface_port": 3000, + "documentation": "https://wanderer.to/welcome", + "website": "https://wanderer.to", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/wanderer-light.webp", + "description": "Wanderer is a decentralized, self-hosted trail database. You can upload your recorded GPS tracks or create new ones and add various metadata to build an easily searchable catalogue.", + "install_methods": [ + { + "type": "default", + "script": "ct/wanderer.sh", + "resources": { + "cpu": 2, + "ram": 4096, + "hdd": 8, + "os": "debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] }