mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 19:35:26 +02:00
17 lines
453 B
JSON
17 lines
453 B
JSON
{
|
|
"id": "maybe",
|
|
"name": "Maybe",
|
|
"version": "latest",
|
|
"description": "Maybe is a self-hosted finance tracking application designed to simplify budgeting and expenses.",
|
|
"logo": "maybe.svg",
|
|
"links": {
|
|
"github": "https://github.com/maybe-finance/maybe",
|
|
"website": "https://maybe.finance/",
|
|
"docs": "https://github.com/maybe-finance/maybe/blob/main/docs/hosting/docker.md"
|
|
},
|
|
"tags": [
|
|
"finance",
|
|
"self-hosted"
|
|
]
|
|
}
|