ABOUT
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.
warningThe first user created will be an admin.
INSTALL
Approved local installer
alpineAlpine 3.24
Approved locally1 CPU512 MB RAM4 GB disk
Config path/opt/wakapi/config.yml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-wakapi.sh'; sha='07f9c138af7941506d27e2dc8b24f087ca6dd13360f03db69879cfcb8a312f68'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-wakapi.shSHA-256 07f9c138af7941506d27e2dc8b24f087ca6dd13360f03db69879cfcb8a312f68 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.