Update README about imap-download
This commit is contained in:
parent
5d253df7db
commit
49f6db6507
1 changed files with 2 additions and 1 deletions
|
@ -71,6 +71,7 @@ Image | Purpose
|
||||||
`paperless-ng` | Dockerised [paperless-ng](https://github.com/jonaswinkler/paperless-ng) - currently under construction
|
`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
|
`redis` | Dockerised [redis](https://redis.io/), installs the latest stable version
|
||||||
`shiori` | Dockerised [shiori](https://github.com/go-shiori/shiori), built from source
|
`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
|
## Docker container UID/GID map
|
||||||
|
|
||||||
|
@ -85,7 +86,7 @@ UID | GID | Container | Notes
|
||||||
95 | 95 | shiori | Shiori bookmark system, built from source
|
95 | 95 | shiori | Shiori bookmark system, built from source
|
||||||
999 | 994 | certbot | The same user & group as fabio, because file permissions
|
999 | 994 | certbot | The same user & group as fabio, because file permissions
|
||||||
2100 | 2100 | redis |
|
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
|
## Development Notes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue