Remove maybefinance

This commit is contained in:
vhsdream
2025-07-25 09:28:21 -04:00
parent 4e33b5b437
commit c0749cb0f1
3 changed files with 0 additions and 246 deletions

View File

@@ -1,35 +0,0 @@
{
"name": "Maybe Finance",
"slug": "maybefinance",
"categories": [
23
],
"date_created": "2025-06-08",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://github.com/maybe-finance/maybe/",
"website": "https://maybefinance.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/maybe.webp",
"config_path": "/opt/maybe/.env",
"description": "Maybe is an all-in-one personal finance platform. Track, optimize, grow, and manage your money through every stage of life.",
"install_methods": [
{
"type": "default",
"script": "ct/maybefinance.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}