Roundcube Docker image that supports plugins https://hub.docker.com/r/r3pek/nextcloud/
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
Carlos Mogas da Silva 934f634e9b Update 'README.md' 6 lat temu
.drone.yml Initial import 6 lat temu
Dockerfile Initial import 6 lat temu
README.md Update 'README.md' 6 lat temu
docker-entrypoint.sh Initial import 6 lat temu

README.md

Roundcube Image

This image is derived from the Instrumentisto Roundcube Image

It works in everything like the parent image, being the main difference that you can add plugins to be installed at boot time in the file /app/composer.json. Basically, what I do, is to create a Docker Config with the composer.json content and mount it on the unformentioned directory. Something like this:

configs:
    - source: composer
      target: /app/composer.json

This way, you can install the plugins you want for your Roundcube instalation.

If the installed plugins need some configuration files, you can place them under /plugins_config/. So,for example, if your authres_status plugin needs a configuration file (Hint: it does), you can place it on /plugins_config/authres_status/config.php and the startup script will take care of the rest.

Quick Reference