Skip to content

Commit 6619fd6

Browse files
Update date in json
1 parent 11f1fdf commit 6619fd6

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

frontend/public/json/wanderer.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "Wanderer",
3-
"slug": "wanderer",
4-
"categories": [
5-
0
6-
],
7-
"date_created": "2025-11-23",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"config_path": "/opt/wanderer/.env",
12-
"interface_port": 3000,
13-
"documentation": "https://wanderer.to/welcome",
14-
"website": "https://wanderer.to",
15-
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/wanderer-light.webp",
16-
"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.",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/wanderer.sh",
21-
"resources": {
22-
"cpu": 2,
23-
"ram": 4096,
24-
"hdd": 8,
25-
"os": "debian",
26-
"version": "13"
27-
}
28-
}
29-
],
30-
"default_credentials": {
31-
"username": null,
32-
"password": null
33-
},
34-
"notes": []
2+
"name": "Wanderer",
3+
"slug": "wanderer",
4+
"categories": [
5+
0
6+
],
7+
"date_created": "2025-12-01",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"config_path": "/opt/wanderer/.env",
12+
"interface_port": 3000,
13+
"documentation": "https://wanderer.to/welcome",
14+
"website": "https://wanderer.to",
15+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/wanderer-light.webp",
16+
"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.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/wanderer.sh",
21+
"resources": {
22+
"cpu": 2,
23+
"ram": 4096,
24+
"hdd": 8,
25+
"os": "debian",
26+
"version": "13"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": []
3535
}

0 commit comments

Comments
 (0)