Sign inSign up

bobmaerten/docker-wallabag

By bobmaerten

Updated about 10 years ago

Exposes a fresh web installation of Wallabag (http://wallabag.org), an opensource project created by @nicosomb to keep copies of web articles.

Image
6

2.1K

bobmaerten/docker-wallabag repository overview

docker-wallabag

Dockerfile used to build a wallabag 1.x Docker image.

DEPRACATION WARNING

The docker image is for the last 1.x version of wallabag. For newer version please report to the official docker wallabag repo.

Usage from index.docker.io

ID=$(sudo docker run -p 8080:80 -d bobmaerten/docker-wallabag:latest /sbin/my_init)

Then head your browser to http://localhost:8080 and enjoy a fresh wallabag install. When you're finished, just stop the docker container:

sudo docker stop $ID

Check the phusion/baseimage documentation for all kind of options and switches.

Persistance of the database

The wallabag-docker script enable persistance of the database outside of the container. Modify the DBPATH variable at will, but keep an absolute path in order to things to work properly.

./scripts/wallabag-docker
Usage: wallabag-docker {start|stop|status}

The default login credentials associated with the database are: wallabag/wallabag

Using ENV variable to pass SALT value in config file

You can specify a --env WALLABAG_SALT=<insert salt value here> in the docker run command in order to fix the salt value in the wallabag config file on container startup. Example:

sudo docker run -p 8080:80 -d --env WALLABAG_SALT=34gAogagAigJaurgbqfdvqQergvqer bobmaerten/docker-wallabag:latest /sbin/my_init
SSH into the container

Please refer to the Phusion documentation to fetch the insecure-key used by default on the container started by the script.

Testing wallabag dev version

The same script enable to "mount" a specific source directory instead of the one from the container. Just uncomment le SOURCEPATH line, and set it to the absolut path of the wallabag source directory you want to use.

building from Dockerfile

sudo docker build -t docker-wallabag .

Credits

wallabag is an opensource project created by @nicosomb

This docker image is build upon the baseimage made by phusion.

Tag summary

Content type

Image

Digest

sha256:a49b4abdf

Size

170 MB

Last updated

about 10 years ago

docker pull bobmaerten/docker-wallabag