{"id":51126858,"url":"https://github.com/daemonless/bulwark-webmail","last_synced_at":"2026-06-25T08:32:23.899Z","repository":{"id":366602588,"uuid":"1267239868","full_name":"daemonless/bulwark-webmail","owner":"daemonless","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-22T13:35:44.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-22T15:25:29.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daemonless.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-12T10:59:20.000Z","updated_at":"2026-06-22T13:36:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/daemonless/bulwark-webmail","commit_stats":null,"previous_names":["daemonless/bulwark-webmail"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/daemonless/bulwark-webmail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daemonless%2Fbulwark-webmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daemonless%2Fbulwark-webmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daemonless%2Fbulwark-webmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daemonless%2Fbulwark-webmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daemonless","download_url":"https://codeload.github.com/daemonless/bulwark-webmail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daemonless%2Fbulwark-webmail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34767543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-25T08:32:18.046Z","updated_at":"2026-06-25T08:32:23.888Z","avatar_url":"https://github.com/daemonless.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nTHIS FILE IS AUTOGENERATED - DO NOT EDIT MANUALLY\nSource: dbuild templates\n--\u003e\n\n# Bulwark Webmail\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/daemonless/bulwark-webmail/build.yaml?style=flat-square\u0026label=Build\u0026color=green)](https://github.com/daemonless/bulwark-webmail/actions)\n[![Last Commit](https://img.shields.io/github/last-commit/daemonless/bulwark-webmail?style=flat-square\u0026label=Last+Commit\u0026color=blue)](https://github.com/daemonless/bulwark-webmail/commits)\n\nModern self-hosted webmail client for Stalwart Mail Server, powered by JMAP.\n\n| | |\n|---|---|\n| **Port** | 3000 |\n| **Registry** | `ghcr.io/daemonless/bulwark-webmail` |\n| **Source** | [https://github.com/bulwarkmail/webmail](https://github.com/bulwarkmail/webmail) |\n| **Website** | [https://bulwarkmail.org/](https://bulwarkmail.org/) |\n\n## Version Tags\n\n| Tag | Description | Best For |\n| :--- | :--- | :--- |\n| `latest` | **Upstream Binary**. Built from official release. | Most users. Matches Linux Docker behavior. |\n\n## Prerequisites\n\nBefore deploying, ensure your host environment is ready. See the [Quick Start Guide](https://daemonless.io/guides/quick-start) for host setup instructions.\n\n## Deployment\n\n### Podman Compose\n\n```yaml\nservices:\n  bulwark-webmail:\n    image: ghcr.io/daemonless/bulwark-webmail:latest\n    container_name: bulwark-webmail\n    environment:\n      - PUID=1000\n      - PGID=1000\n      - TZ=UTC\n      - JMAP_SERVER_URL=https://mail.example.com\n    volumes:\n      - \"/path/to/containers/bulwark-webmail:/config\"\n    ports:\n      - 3000:3000\n    restart: unless-stopped\n```\n\n### AppJail Director\n\n**.env**:\n\n```\nDIRECTOR_PROJECT=bulwark-webmail\nPUID=1000\nPGID=1000\nTZ=UTC\nJMAP_SERVER_URL=https://mail.example.com\n```\n\n**appjail-director.yml**:\n\n```yaml\noptions:\n  - virtualnet: ':\u003crandom\u003e default'\n  - nat:\nservices:\n  bulwark-webmail:\n    name: bulwark_webmail\n    options:\n      - container: 'boot args:--pull'\n    oci:\n      user: root\n      environment:\n        - PUID: !ENV '${PUID}'\n        - PGID: !ENV '${PGID}'\n        - TZ: !ENV '${TZ}'\n        - JMAP_SERVER_URL: !ENV '${JMAP_SERVER_URL}'\n    volumes:\n      - bulwark-webmail: /config\nvolumes:\n  bulwark-webmail:\n    device: '/path/to/containers/bulwark-webmail'\n```\n\n**Makejail**:\n\n```\nARG tag=latest\n\nOPTION overwrite=force\nOPTION from=ghcr.io/daemonless/bulwark-webmail:${tag}\n```\n\n### Podman CLI\n\n```bash\npodman run -d --name bulwark-webmail \\\n  -p 3000:3000 \\\n  -e PUID=1000 \\\n  -e PGID=1000 \\\n  -e TZ=UTC \\\n  -e JMAP_SERVER_URL=https://mail.example.com \\\n  -v /path/to/containers/bulwark-webmail:/config \\\n  ghcr.io/daemonless/bulwark-webmail:latest\n```\n\n### Ansible\n\n```yaml\n- name: Deploy bulwark-webmail\n  containers.podman.podman_container:\n    name: bulwark-webmail\n    image: ghcr.io/daemonless/bulwark-webmail:latest\n    state: started\n    restart_policy: always\n    env:\n      PUID: \"1000\"\n      PGID: \"1000\"\n      TZ: \"UTC\"\n      JMAP_SERVER_URL: \"https://mail.example.com\"\n    ports:\n      - \"3000:3000\"\n    volumes:\n      - \"/path/to/containers/bulwark-webmail:/config\"\n```\n\n## Parameters\n\n### Environment Variables\n\n| Variable | Default | Description |\n|----------|---------|-------------|\n| `PUID` | `1000` |  |\n| `PGID` | `1000` |  |\n| `TZ` | `UTC` | Timezone for the container |\n| `JMAP_SERVER_URL` | `https://mail.example.com` | URL of your Stalwart JMAP server (e.g. https://mail.example.com) |\n\n### Volumes\n\n| Path | Description |\n|------|-------------|\n| `/config` | Admin config, settings sync, and telemetry state |\n\n### Ports\n\n| Port | Protocol | Description |\n|------|----------|-------------|\n| `3000` | TCP | Web UI |\n\n**Architectures:** amd64\n**User:** `bsd` (UID/GID via PUID/PGID, defaults to 1000:1000)\n**Base:** FreeBSD 15.0\n\n---\n\nNeed help? Join our [Discord](https://discord.gg/Kb9tkhecZT) community.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaemonless%2Fbulwark-webmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaemonless%2Fbulwark-webmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaemonless%2Fbulwark-webmail/lists"}