Skip to content

Commit e9506e3

Browse files
authored
Wallos json fix (#630)
* Update wallos.json * Update wallos.json * Update wallos.json
1 parent 869ddc0 commit e9506e3

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

json/wallos.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "Wallos",
3-
"slug": "wallos",
4-
"categories": [
5-
0
6-
],
7-
"date_created": "2024-10-24",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": null,
12-
"documentation": null,
13-
"website": null,
14-
"logo": "https://raw.githubusercontent.com/ellite/Wallos/refs/heads/main/images/icon/android-chrome-192x192.png",
15-
"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.",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "ct/wallos.sh",
20-
"resources": {
21-
"cpu": 1,
22-
"ram": 1024,
23-
"hdd": 5,
24-
"os": "debian",
25-
"version": "12"
26-
}
27-
}
28-
],
29-
"default_credentials": {
30-
"username": null,
31-
"password": null
32-
},
33-
"notes": []
34-
}
2+
"name": "Wallos",
3+
"slug": "wallos",
4+
"categories": [
5+
0
6+
],
7+
"date_created": "2024-10-24",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 80,
12+
"documentation": "https://github.com/ellite/wallos",
13+
"website": "https://wallosapp.com/",
14+
"logo": "https://raw.githubusercontent.com/ellite/Wallos/refs/heads/main/images/icon/android-chrome-192x192.png",
15+
"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.",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "ct/wallos.sh",
20+
"resources": {
21+
"cpu": 1,
22+
"ram": 1024,
23+
"hdd": 5,
24+
"os": "Debian",
25+
"version": "12"
26+
}
27+
}
28+
],
29+
"default_credentials": {
30+
"username": null,
31+
"password": null
32+
},
33+
"notes": []
34+
}

0 commit comments

Comments
 (0)