2025-05-06 09:16:34 +02:00
{
"name" : "Actual Budget" ,
"slug" : "actualbudget" ,
"categories" : [
23
] ,
"date_created" : "2025-05-06" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 5006 ,
"documentation" : "https://github.com/community-scripts/ProxmoxVE/discussions/807" ,
"website" : "https://actualbudget.org/" ,
"config_path" : "/opt/actualbudget-data/config.json" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/actual-budget.webp" ,
2025-05-06 09:16:34 +02:00
"description" : "Actual Budget is a super fast and privacy-focused app for managing your finances. At its heart is the well proven and much loved Envelope Budgeting methodology." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/actualbudget.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 4 ,
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
}