Wallos json fix (#630)

* Update wallos.json

* Update wallos.json

* Update wallos.json
This commit is contained in:
Kristo Copani 2024-12-02 09:18:51 +02:00 committed by GitHub
parent 869ddc0d5e
commit e9506e3c0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,34 +1,34 @@
{ {
"name": "Wallos", "name": "Wallos",
"slug": "wallos", "slug": "wallos",
"categories": [ "categories": [
0 0
], ],
"date_created": "2024-10-24", "date_created": "2024-10-24",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": null, "interface_port": 80,
"documentation": null, "documentation": "https://github.com/ellite/wallos",
"website": null, "website": "https://wallosapp.com/",
"logo": "https://raw.githubusercontent.com/ellite/Wallos/refs/heads/main/images/icon/android-chrome-192x192.png", "logo": "https://raw.githubusercontent.com/ellite/Wallos/refs/heads/main/images/icon/android-chrome-192x192.png",
"description": "Wallos is a personal finance and budgeting tool that provides an intuitive interface for tracking expenses, managing subscriptions, and monitoring financial health. It features APIs for categories, notifications, payments, and user settings, making it suitable for automation and custom integrations. Additionally, it supports multi-language functionality.", "description": "Wallos is a personal finance and budgeting tool that provides an intuitive interface for tracking expenses, managing subscriptions, and monitoring financial health. It features APIs for categories, notifications, payments, and user settings, making it suitable for automation and custom integrations. Additionally, it supports multi-language functionality.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/wallos.sh", "script": "ct/wallos.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 1024, "ram": 1024,
"hdd": 5, "hdd": 5,
"os": "debian", "os": "Debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }