All Projects → rroemhild → docker-mailpile

rroemhild / docker-mailpile

Licence: other
A minimal Mailpile Docker image based on Alpine Linux.

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-mailpile

Pipethis
Replace your `curl | sh` installers
Stars: ✭ 404 (+1396.3%)
Mutual labels:  gnupg
Dat Keyserver
a distributed PGP keyserver project based on the dat protocol
Stars: ✭ 89 (+229.63%)
Mutual labels:  gnupg
dotfiles
My dotfiles
Stars: ✭ 22 (-18.52%)
Mutual labels:  gnupg
Dotfiles
Dotfiles for unix, managed by GNU stow.
Stars: ✭ 617 (+2185.19%)
Mutual labels:  gnupg
Iostreams
IOStreams is an incredibly powerful streaming library that makes changes to file formats, compression, encryption, or storage mechanism transparent to the application.
Stars: ✭ 84 (+211.11%)
Mutual labels:  gnupg
Pwd.sh
GPG symmetric password manager
Stars: ✭ 1,468 (+5337.04%)
Mutual labels:  gnupg
Purse
GPG asymmetric (YubiKey) password manager
Stars: ✭ 313 (+1059.26%)
Mutual labels:  gnupg
dotfiles
This is a dotfiles repository created and maintained by @erdaltsksn. It contains a collection of `.files`.
Stars: ✭ 16 (-40.74%)
Mutual labels:  gnupg
Jaromail
A commandline tool to easily and privately handle your e-mail
Stars: ✭ 86 (+218.52%)
Mutual labels:  gnupg
Bouncy Gpg
Make using Bouncy Castle with OpenPGP fun again!
Stars: ✭ 164 (+507.41%)
Mutual labels:  gnupg
Yubikey Guide
Guide to using YubiKey for GPG and SSH
Stars: ✭ 6,709 (+24748.15%)
Mutual labels:  gnupg
Pius
PGP Individual User Signer
Stars: ✭ 77 (+185.19%)
Mutual labels:  gnupg
Encrypt.to
Send encrypted PGP messages with one click
Stars: ✭ 116 (+329.63%)
Mutual labels:  gnupg
Vim Gnupg
This script implements transparent editing of gpg encrypted files.
Stars: ✭ 566 (+1996.3%)
Mutual labels:  gnupg
tutorials
Configuration tutorials for a variety of mail user agents.
Stars: ✭ 24 (-11.11%)
Mutual labels:  mailpile
Trezor Agent
Hardware-based SSH/PGP agent
Stars: ✭ 400 (+1381.48%)
Mutual labels:  gnupg
Gpg Mailer
GnuPG-encrypted emails made easy
Stars: ✭ 93 (+244.44%)
Mutual labels:  gnupg
generate-secure-pillar
Salt Secure Pillar Tool
Stars: ✭ 30 (+11.11%)
Mutual labels:  gnupg
openpgpkey-control
OpenPGP keys published on your website (WKD)
Stars: ✭ 36 (+33.33%)
Mutual labels:  gnupg
Cli
share secrets within teams to avoid plain-text secrets from day one
Stars: ✭ 138 (+411.11%)
Mutual labels:  gnupg

Mailpile Docker image

A minimal Mailpile Docker image based on Alpine Linux.

Usage

docker run -d --name mailpile -p 33411:33411 rroemhild/mailpile

Bind volume /root/.local/share/Mailpile and /root/.gnupg for persistent storage:

docker run -d --name mailpile -p 33411:33411 -v /some/local/path:/root/.local/share/Mailpile -v /another/local/path:/root/.gnupg rroemhild/mailpile

Docker-compose

version: '3'
services:
  mailpile:
    container_name: mailpile
    image: rroemhild/mailpile
    volumes:
      - '/some/local/path:/root/.local/share/Mailpile'
      - '/another/local/path:/root/.gnupg'
    ports:
      - '33411:33411'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].