comparison doc/installation.txt @ 7603:7515d03fb26d

docs: add possible way to get email into dockerized roundup.
author John Rouillard <rouilj@ieee.org>
date Fri, 11 Aug 2023 21:56:08 -0400
parents 4778b8f8f301
children cdc7490f510e
comparison
equal deleted inserted replaced
7602:4778b8f8f301 7603:7515d03fb26d
1695 * `As a regular job using a POP source`_ 1695 * `As a regular job using a POP source`_
1696 * `As a regular job using an IMAP source`_ 1696 * `As a regular job using an IMAP source`_
1697 1697
1698 However running cron in a container is problematic (running 1698 However running cron in a container is problematic (running
1699 busybox crond as root vs. non-root, requiring setgrp privs 1699 busybox crond as root vs. non-root, requiring setgrp privs
1700 etc). Patches for implementing email support are welcome. 1700 etc).
1701
1702 Using the host's crontab with a command like::
1703
1704 docker exec roundup-tracker roundup-mailgw tracker \
1705 mailbox /var/spool/mail/roundup
1706
1707 might be a solution if you can mount a mail spool directory or use
1708 pop/imap. Patches for implementing better email support are welcome.
1701 1709
1702 If you want to use a MySQL backend, see `Docker-compose 1710 If you want to use a MySQL backend, see `Docker-compose
1703 Deployment`_ to deploy a Roundup container and a MySQL container 1711 Deployment`_ to deploy a Roundup container and a MySQL container
1704 backend for use with Roundup. 1712 backend for use with Roundup.
1705 1713

Roundup Issue Tracker: http://roundup-tracker.org/