fixers
This commit is contained in:
parent
77a7773f6d
commit
4b6a2f9a5d
34
frontend/public/json/actualbudget.json
Normal file
34
frontend/public/json/actualbudget.json
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"name": "Actual Budget",
|
||||||
|
"slug": "actualbudget",
|
||||||
|
"categories": [
|
||||||
|
23
|
||||||
|
],
|
||||||
|
"date_created": "2024-05-02",
|
||||||
|
"type": "ct",
|
||||||
|
"updateable": true,
|
||||||
|
"privileged": false,
|
||||||
|
"interface_port": 5006,
|
||||||
|
"documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/807",
|
||||||
|
"website": "https://actualbudget.org/",
|
||||||
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/actual-budget.svg",
|
||||||
|
"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": []
|
||||||
|
}
|
@ -72,7 +72,7 @@ WorkingDirectory=/opt/actualbudget
|
|||||||
Environment=ACTUAL_UPLOAD_FILE_SIZE_LIMIT_MB=20
|
Environment=ACTUAL_UPLOAD_FILE_SIZE_LIMIT_MB=20
|
||||||
Environment=ACTUAL_UPLOAD_SYNC_ENCRYPTED_FILE_SYNC_SIZE_LIMIT_MB=50
|
Environment=ACTUAL_UPLOAD_SYNC_ENCRYPTED_FILE_SYNC_SIZE_LIMIT_MB=50
|
||||||
Environment=ACTUAL_UPLOAD_FILE_SYNC_SIZE_LIMIT_MB=20
|
Environment=ACTUAL_UPLOAD_FILE_SYNC_SIZE_LIMIT_MB=20
|
||||||
ExecStart=/usr/local/bin/actual-server --config /opt/actualbudget-data/config.json
|
ExecStart=/usr/bin/actual-server --config /opt/actualbudget-data/config.json
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user