mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-06 05:13:27 +01:00
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "Wealthfolio",
|
|
"slug": "wealthfolio",
|
|
"categories": [
|
|
23
|
|
],
|
|
"date_created": "2026-02-03",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 8080,
|
|
"documentation": "https://wealthfolio.app/docs/introduction/",
|
|
"config_path": "/opt/wealthfolio/.env",
|
|
"website": "https://wealthfolio.app/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/wealthfolio.webp",
|
|
"description": "Wealthfolio is a beautiful, privacy-focused investment tracker with local data storage. Track your portfolio across multiple accounts and asset types with detailed performance analytics, goal planning, and multi-currency support.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/wealthfolio.sh",
|
|
"resources": {
|
|
"cpu": 4,
|
|
"ram": 4096,
|
|
"hdd": 10,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": "See ~/wealthfolio.creds"
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Login password is stored in ~/wealthfolio.creds",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|