neuhalje / docker-mua-and-friends

Running neomutt, taskwarrior, afew, and notmuchtask in Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neomutt & friends container

This is my private docker container for running neomutt, notmuchmail, afew, taskwarrior and notmuchtask on homebrew.

Unfortunately it is neigh to impossible to install the notmuch python bindings via homebrew. So the solution was to put it in a Docker container.

Config files and dirs are mounted into the container.

Configuring

The entry point transparently creates a user/group named user with the uid/gid of 1000 in order to use the correct user ids for file access.

uid and gid can be overridden by passing the environment variables USER_ID and GROUP_ID (see run-container) to docker (e.g. docker run -e USER_ID=9999 -e GROUP_ID=1234 mailenv).

About

Running neomutt, taskwarrior, afew, and notmuchtask in Docker.

License:MIT License


Languages

Language:Shell 51.1%Language:Dockerfile 48.9%