|
1 | 1 | { |
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": [] |
35 | 35 | } |
0 commit comments