Package Details: wakapi-bin 2.11.1-1

Git Clone URL: https://aur.archlinux.org/wakapi-bin.git (read-only, click to copy)
Package Base: wakapi-bin
Description: A minimalist, self-hosted WakaTime-compatible backend for coding statistics
Upstream URL: https://github.com/muety/wakapi
Licenses: GPL-3.0
Conflicts: wakapi
Provides: wakapi
Submitter: blurgy
Maintainer: blurgy
Last Packager: blurgy
Votes: 1
Popularity: 0.38
First Submitted: 2021-12-20 09:30 (UTC)
Last Updated: 2024-05-02 11:03 (UTC)

Latest Comments

blurgy commented on 2024-05-02 11:04 (UTC)

@jab416171 it's done. cheers!

jab416171 commented on 2024-05-01 19:03 (UTC) (edited on 2024-05-01 19:03 (UTC) by jab416171)

please consider adding a systemd unit file

[Unit]
Description=wakapi server
After=network.target

[Service]
ExecStart=wakapi -config /etc/wakapi/config.yml

[Install]
WantedBy=multi-user.target