Skip to content

Commit 157657b

Browse files
Update date in json (#2610)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent 1887129 commit 157657b

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

json/wger.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "wger",
3-
"slug": "wger",
4-
"categories": [
5-
24
6-
],
7-
"date_created": "2025-02-23",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 3000,
12-
"documentation": "https://wger.readthedocs.io/en/latest/index.html#",
13-
"website": "https://wger.de",
14-
"logo": "https://avatars.githubusercontent.com/u/17430347?s=48&v=4",
15-
"description": "wger (ˈvɛɡɐ) Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. It offers a REST API as well, for easy integration with other projects and tools.",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "ct/wger.sh",
20-
"resources": {
21-
"cpu": 1,
22-
"ram": 1024,
23-
"hdd": 6,
24-
"os": "debian",
25-
"version": "12"
26-
}
27-
}
28-
],
29-
"default_credentials": {
30-
"username": "admin",
31-
"password": "adminadmin"
32-
},
33-
"notes": []
34-
}
2+
"name": "wger",
3+
"slug": "wger",
4+
"categories": [
5+
24
6+
],
7+
"date_created": "2025-02-24",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 3000,
12+
"documentation": "https://wger.readthedocs.io/en/latest/index.html#",
13+
"website": "https://wger.de",
14+
"logo": "https://avatars.githubusercontent.com/u/17430347?s=48&v=4",
15+
"description": "wger (ˈvɛɡɐ) Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. It offers a REST API as well, for easy integration with other projects and tools.",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "ct/wger.sh",
20+
"resources": {
21+
"cpu": 1,
22+
"ram": 1024,
23+
"hdd": 6,
24+
"os": "debian",
25+
"version": "12"
26+
}
27+
}
28+
],
29+
"default_credentials": {
30+
"username": "admin",
31+
"password": "adminadmin"
32+
},
33+
"notes": []
34+
}

0 commit comments

Comments
 (0)