EMBOXAWEB

DOCKER · TRUENAS COMMUNITY

EMBOXA Self‑Hosted

Run the email archive on your NAS or server. Database, keys and backups stay in a persistent volume you control.

TRUENAS COMMUNITY

Install via YAML

  1. Open Apps → Discover Apps.
  2. Choose Install via YAML.
  3. Paste the official YAML and replace pool and URL.
  4. Install and open port 49273.
Open YAML ↗

DOCKER COMPOSE

Quick start

git clone https://github.com/Mission-F/Emboxa.git
cd Emboxa
docker compose up -d

The app opens at http://localhost:49273. The Docker volume persists database, keys and archives.

Full documentation ↗
Updatedocker compose pull && docker compose up -d
Backup

Back up database, archives and the secrets folder together. Encrypted credentials require the original key.

The complete project on GitHub

README, configuration, updates, restore and troubleshooting are maintained in the official repository.

GitHub · Mission-F/Emboxa