This commit is contained in:
CrazyWolf13 2026-01-16 14:26:13 +01:00
parent 5adf52eacf
commit f3d8f474ea

View File

@ -1,35 +1,35 @@
{ {
"name": "TRIP", "name": "TRIP",
"slug": "trip", "slug": "trip",
"categories": [ "categories": [
21 21
], ],
"date_created": "2026-01-16", "date_created": "2026-01-16",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 8000, "interface_port": 8000,
"documentation": "https://itskovacs.github.io/trip/docs/getting-started/configuration/", "documentation": "https://itskovacs.github.io/trip/docs/intro",
"website": "https://github.com/itskovacs/TRIP", "website": "https://github.com/itskovacs/TRIP",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/trip.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/trip.webp",
"config_path": "/opt/trip.env", "config_path": "/opt/trip.env",
"description": "Minimalist POI Map Tracker and Trip Planner. Self-hosted.", "description": "Minimalist POI Map Tracker and Trip Planner. Self-hosted.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/trip.sh", "script": "ct/trip.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 1024, "ram": 1024,
"hdd": 4, "hdd": 4,
"os": "debian", "os": "debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }