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.

Some good refrence for WGer and docker can be found here.

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

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

I already have a NGINX reverse proxy, so there is no need to use the one suggested by WGer itself.