Caprover logo
Caprover one-click apps browser
wakapi logo
wakapi
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.
Official integration
Created - Last update

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. This app will install a default postgres instance with persistant data. You can choose the version yourself. The deployment was tested with postgres 16.x. For Updating just Deploy latest image from https://github.com/muety/wakapi/pkgs/container/wakapi using the Deploy via ImageName section in your caprover wakapi container For more details about wakapi, see: https://wakapi.dev Enter your configuration parameters and click on next. It will take about a minute for the process to finish.

Deployed services
wakapi
ghcr.io/muety/wakapi:$$cap_wakapi_version
  • wakapi-data:/data
3000
always
11
wakapi-db
postgres:$$cap_postgres_version
  • wakapi-db-data:/var/lib/postgresql/data
always
4
Variables

Postgres Version

Default: 16.1-alpine

$$cap_postgres_version
Checkout their page for the valid tags https://hub.docker.com/_/postgres

Wakapi Version

Default: 2.9.3

$$cap_wakapi_version
Checkout their github page for the valid tags https://github.com/muety/wakapi/pkgs/container/wakapi

Wakapi support email

Default: hostmaster@wakapi.dev

$$cap_wakapi_email
The email that will shown in site as support email

Wakapi Salt for hashing password

Default: $$cap_gen_random_hex(32)

$$cap_wakapi_salt
salt for wakapi password hash

enable signup

Default: true

$$cap_wakapi_signup
enable signup in wakapi

Potgress Database password

Default: $$cap_gen_random_hex(16)

$$cap_postgres_pass
Password for postgres

OPTIONAL: Arguments for 'postgres initdb'

Default: undefined

$$cap_pg_initdb_args
For example, --data-checksums
© 2025, Built with Gatsby - Source code available on GitHub