Open-Archiver

Open-Archiver

Docker 应用程序 from janmer's Repository

概述

A secure, sovereign, and open-source platform for email archiving and eDiscovery. Open Archiver provides a robust, self-hosted solution for archiving, storing, indexing, and searching emails from major platforms, including Google Workspace (Gmail), Microsoft 365, PST files, as well as generic IMAP-enabled email inboxes. Use Open Archiver to keep a permanent, tamper-proof record of your communication history, free from vendor lock-in.

要求

PostgreSQL, Meilisearch (min. v1.15), Redis/Valkey

运行时参数

网络用户界面
http://[IP]:[PORT:3000]
网络
bridge
外壳
sh
特权
false

模板配置

DataPathrw
目标
/var/data/open-archiver
价值
/mnt/user/appdata/openarchiver/data
NODE_ENVVariable
价值
production
WebUI-PortPorttcp

WebUI-Port, set this the same as PORT_FRONTEND

目标
3000
价值
3000
PORT_FRONTENDVariable
价值
3000
PORT_BACKENDVariable
价值
4000
SYNC_FREQUENCYVariable

The frequency of continuous email syncing. Default is every minutes, but you can change it to another value based on your needs.

价值
* * * * *
DATABASE_URLVariable
价值
postgresql://POSTGRES_USER:POSTGRES_PASSWORD@postgres:5432/POSTGRES_DB
MEILI_MASTER_KEYVariable
价值
aSampleMasterKey
MEILI_HOSTVariable
价值
http://YOUR_MEILI_INSTANCE:7700
REDIS_HOSTVariable

Redis or Valkey host

价值
valkey
REDIS_PORTVariable
价值
6379
REDIS_PASSWORDVariable
价值
defaultvalkeypassword
REDIS_TLS_ENABLEDVariable
默认值
true|false
价值
false
STORAGE_TYPEVariable

Choose your storage backend. Valid options are 'local' or 's3'.

默认值
local|s3
价值
local
BODY_SIZE_LIMITVariable
价值
100M
STORAGE_LOCAL_ROOT_PATHVariable

The path inside the container where files will be stored. This is mapped to a Docker volume for persistence. This is only used if STORAGE_TYPE is 'local'.

价值
/var/data/open-archiver
STORAGE_S3_ENDPOINTVariable

These are only used if STORAGE_TYPE is 's3'.

STORAGE_S3_BUCKETVariable

These are only used if STORAGE_TYPE is 's3'.

STORAGE_S3_ACCESS_KEY_IDVariable

These are only used if STORAGE_TYPE is 's3'.

STORAGE_S3_SECRET_ACCESS_KEYVariable

These are only used if STORAGE_TYPE is 's3'.

STORAGE_S3_REGIONVariable

These are only used if STORAGE_TYPE is 's3'.

STORAGE_S3_FORCE_PATH_STYLEVariable

Set to 'true' for MinIO and other non-AWS S3 services

默认值
true|false
价值
false
RATE_LIMIT_WINDOW_MSVariable

The window in milliseconds for which API requests are checked. Defaults to 60000 (1 minute).

价值
60000
RATE_LIMIT_MAX_REQUESTSVariable

The maximum number of API requests allowed from an IP within the window. Defaults to 100.

价值
100
JWT_SECRETVariable

IMPORTANT: Change this to a long, random, and secret string.

价值
a-very-secret-key-that-you-should-change
JWT_EXPIRES_INVariable
价值
7d
ENCRYPTION_KEYVariable

IMPORTANT: Generate a secure, random 32-byte hex string for this. You can use `openssl rand -hex 32` to generate a key.

下载统计数据

345,482
下载总数
67,211
本月
49,654
平均每月

长期下载总量

加载图表...

详细信息

存储库
logiclabshq/open-archiver:latest
最后更新2026-04-20
初见2025-09-11

在Unraid 上运行 Open-Archiver 。

Open-Archiver 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。