Skip to content

Container image to demonstrate the RaBe singleuserlogin roundcube plugin, totally not used in prod ;)

Notifications You must be signed in to change notification settings

radiorabe/docker-roundcubemail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ROUNDCUBEMAIL_SINGLEUSERAUTOLOGIN_USERNAME=email@example.com \
  -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.

About

Container image to demonstrate the RaBe singleuserlogin roundcube plugin, totally not used in prod ;)

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Contributors 4

  •  
  •  
  •  
  •