User Tools

This is an old revision of the document!


WGer

WGer is a self-hosted workout tracker.

Installation

WGer provides instruction for a bare-metal installation, but as is often the case, it require to install some additional packages system-wide and that's not a good practice in my opinion. This is one of the cases where going container might be a good idea.

As usual, let's create the dedicated user wger first:

useradd -d /data/daemons/wger -m wger
docker-compose.yml