2025-12-01 20:48:49 +01:00
{
2025-12-01 19:49:24 +00:00
"name" : "Wanderer" ,
"slug" : "wanderer" ,
"categories" : [
2025-12-02 23:22:56 +00:00
24
2025-12-01 19:49:24 +00:00
] ,
"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" ,
2025-12-10 18:41:22 +01:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/wanderer-light.webp" ,
2025-12-01 19:49:24 +00:00
"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" : [ ]
2025-12-01 20:48:49 +01:00
}