diff --git a/json/alpine-wakapi.json b/json/alpine-wakapi.json new file mode 100644 index 00000000..9a90b6cd --- /dev/null +++ b/json/alpine-wakapi.json @@ -0,0 +1,40 @@ +{ + "name": "Alpine-Wakapi", + "slug": "alpine-wakapi", + "categories": [ + 9 + ], + "date_created": "2026-02-16", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 3000, + "documentation": "https://github.com/muety/wakapi/wiki", + "website": "https://wakapi.dev/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/wakapi.webp", + "config_path": "/opt/wakapi/config.yml", + "description": "Wakapi is an open-source tool that helps you keep track of the time you have spent coding on different projects in different programming languages and more. Ideal for statistics freaks and anyone else.", + "install_methods": [ + { + "type": "default", + "script": "ct/alpine-wakapi.sh", + "resources": { + "cpu": 1, + "ram": 512, + "hdd": 4, + "os": "alpine", + "version": "3.23" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "The first user created will be an admin.", + "type": "warning" + } + ] +} \ No newline at end of file