Sign inSign up

radiorabe/roundcubemail

By radiorabe

•Updated about 5 years ago

Container image to demonstrate the RaBe singleuserlogin roundcube plugin

Image
0

580

radiorabe/roundcubemail repository overview

⁠RaBe roundcubemail container image

This repo contais a container image based on the official roundcubemail image⁠ that contains our singleuserlogin⁠ plugin and the assets needed to run it as well as the following additional plugins.

⁠Usage

docker run \
  -p 8080:80 \
  -e ROUNDCUBEMAIL_DEFAULT_HOST=tls://imap.mail.example.com \
  -e ROUNDCUBEMAIL_SMTP_SERVER=tls://smtp.mail.example.com \
  -e [email protected] \
  -e ROUNDCUBEMAIL_SINGLEUSERAUTOLOGIN_PASSWORD=password \
  -e ROUNDCUBEMAIL_LOGOUT_REDIRECT_URL=http://localhost:8080/?_autologin=true \
  radiorabe/roundcubemail

You may now connect to http://localhost:8080/?_autologin=true and the configured user will automatically get logged in to roundcube without exposing the password passed via the environment.

Tag summary

Content type

Image

Digest

Size

214.8 MB

Last updated

about 5 years ago

docker pull radiorabe/roundcubemail