Update README about imap-download

This commit is contained in:
Starbeamrainbowlabs 2021-05-26 22:00:54 +01:00
parent 5d253df7db
commit 49f6db6507
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 1 deletions

View File

@ -71,6 +71,7 @@ Image | Purpose
`paperless-ng` | Dockerised [paperless-ng](https://github.com/jonaswinkler/paperless-ng) - currently under construction
`redis` | Dockerised [redis](https://redis.io/), installs the latest stable version
`shiori` | Dockerised [shiori](https://github.com/go-shiori/shiori), built from source
`imap-download` | Fetchmail, procmail, inotifywait, and munpack working together to download emails and extract attachments. The provided fetchmailrc must be owned by `10000:10000`.
## Docker container UID/GID map
@ -85,7 +86,7 @@ UID | GID | Container | Notes
95 | 95 | shiori | Shiori bookmark system, built from source
999 | 994 | certbot | The same user & group as fabio, because file permissions
2100 | 2100 | redis |
10000 | 10000 | imap-download | Uses fetchmail to download emails and extract attachments
0 | 0 | imap-download | Uses fetchmail to download emails and extract attachments. The provided fetchmailrc must be owned by `10000:10000`, and be chmodded to `0700`.
## Development Notes