mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 19:35:26 +02:00
20 lines
509 B
JSON
20 lines
509 B
JSON
{
|
|
"id": "adventurelog",
|
|
"name": "AdventureLog",
|
|
"version": "latest",
|
|
"description": "AdventureLog is an open-source activity tracker with maps, journaling, and Strava integration.",
|
|
"logo": "adventurelog.svg",
|
|
"links": {
|
|
"github": "https://github.com/seanmorley15/adventurelog",
|
|
"website": "https://adventurelog.app/",
|
|
"docs": "https://adventurelog.app/docs/intro/adventurelog_overview.html"
|
|
},
|
|
"tags": [
|
|
"activity",
|
|
"maps",
|
|
"django",
|
|
"react",
|
|
"postgres"
|
|
]
|
|
}
|