2025-02-24 14:41:06 +01:00
{
2025-02-24 14:45:41 +01:00
"name" : "wger" ,
"slug" : "wger" ,
"categories" : [
24
] ,
"date_created" : "2025-02-24" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 3000 ,
"documentation" : "https://wger.readthedocs.io/en/latest/index.html#" ,
"website" : "https://wger.de" ,
2025-12-10 18:41:22 +01:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/wger.webp" ,
2025-05-20 11:51:20 +02:00
"config_path" : "/opt/wikijs/config.yml" ,
2025-02-24 14:45:41 +01:00
"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." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/wger.sh" ,
"resources" : {
2026-02-09 14:12:22 +01:00
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 8 ,
2025-02-24 14:45:41 +01:00
"os" : "debian" ,
2025-10-07 21:40:31 +02:00
"version" : "13"
2025-02-24 14:45:41 +01:00
}
}
] ,
"default_credentials" : {
"username" : "admin" ,
"password" : "adminadmin"
} ,
2025-02-27 09:28:11 +01:00
"notes" : [
{
2026-02-09 14:12:22 +01:00
"text" : "This LXC also runs Celery and Redis to synchronize workouts and ingredients" ,
2025-05-20 11:51:20 +02:00
"type" : "info"
2025-02-27 09:28:11 +01:00
}
]
2025-04-24 11:49:40 +02:00
}