mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-22 16:00:58 +00:00
15 lines
1.1 KiB
JSON
15 lines
1.1 KiB
JSON
{
|
|
"repository": "https://github.com/roundcube/roundcubemail",
|
|
"dockerRepository": "https://github.com/roundcube/roundcubemail-docker",
|
|
"dockerDocs": "https://github.com/roundcube/roundcubemail-docker/blob/master/README.md",
|
|
"composeFile": "https://github.com/roundcube/roundcubemail-docker/blob/master/examples/docker-compose-simple.yaml",
|
|
"imageRegistry": "https://hub.docker.com/r/roundcube/roundcubemail",
|
|
"release": "https://github.com/roundcube/roundcubemail/releases/tag/1.7.1",
|
|
"notes": [
|
|
"Issue request: https://github.com/okxlin/appstore/issues/439",
|
|
"Official Docker README documents the roundcube/roundcubemail image, IMAP/SMTP environment variables, SQLite persistence at /var/roundcube/db, custom config files at /var/roundcube/config, and nonroot image behavior.",
|
|
"The app uses the official 1.7.1-apache-nonroot image, maps the nonroot HTTP port 8000, and persists the SQLite database plus optional config/enigma directories under APP_DATA_DIR.",
|
|
"Roundcube is a Webmail client only; it does not include a mail server and must connect to an existing IMAP/SMTP service."
|
|
]
|
|
}
|