{"id":19668212,"url":"https://github.com/nsmith5/talaria","last_synced_at":"2026-06-11T08:31:47.920Z","repository":{"id":103594148,"uuid":"263189187","full_name":"nsmith5/talaria","owner":"nsmith5","description":"✉️ Email simplified [WIP]","archived":false,"fork":false,"pushed_at":"2021-01-09T20:12:40.000Z","size":5411,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-03T22:43:45.481Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nsmith5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-05-12T00:17:38.000Z","updated_at":"2024-06-19T12:23:39.011Z","dependencies_parsed_at":null,"dependency_job_id":"d755aad1-ba32-4945-bab8-e2d0215aaec9","html_url":"https://github.com/nsmith5/talaria","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/nsmith5/talaria","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsmith5%2Ftalaria","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsmith5%2Ftalaria/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsmith5%2Ftalaria/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsmith5%2Ftalaria/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nsmith5","download_url":"https://codeload.github.com/nsmith5/talaria/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsmith5%2Ftalaria/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34190583,"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-11T02:00:06.485Z","response_time":57,"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":"2024-11-11T16:34:48.965Z","updated_at":"2026-06-11T08:31:47.904Z","avatar_url":"https://github.com/nsmith5.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./frontend/src/assets/talaria.svg\" alt=\"Talaria\" width=\"250px\"/\u003e\n\u003c/p\u003e\n\n# Talaria\n\n[![Build Status][drone-badge]][drone-link]\n[![Container Layers][micro-badger-layers]][micro-badger]\n[![Container Image][micro-badger-version]][micro-badger]\n\n[micro-badger]: https://microbadger.com/images/nsmith5/talaria\n[micro-badger-layers]: https://images.microbadger.com/badges/image/nsmith5/talaria.svg\n[micro-badger-version]: https://images.microbadger.com/badges/version/nsmith5/talaria.svg\n\nTalaria is an effort to create an email server that goes out of its way to make\nit easy for you to host your own email.\n\n**Goals**\n\n- Low resource usage (1 vCPU, 500MiB Ram should be able to comfortably run Talaria)\n- Easy configuration (Don't rely on docs to get users to set up tricky DNS, ask for AWS creds (or equivalent) and go set it up for them)\n- Target only modern protocols (implicit TLS on submission, implicit TLS on IMAP, no support of POP at all etc)\n- Stay away from email black lists with rigorous compliance to DKIM, SPF and other identity protocols (without making the user think about this stuff!)\n\n**Non-Goals**\n\n- Exhaustive compliance with all protocols\n- High scalability or high availability\n\n## Build \u0026 Run\n\nTo run the lastest container image:\n\n```\n$ docker run -p 8080:8080 -p 8081:8081 nsmith5/talaria\n```\n\nTo compile from source:\n\n```shell\n$ git clone https://github.com/nsmith5/talaria\n$ pushd talaria\n$ pushd frontend\n$ yarn install\n$ yarn build\n$ popd\n$ go get github.com/go-bindata/go-bindata/...\n$ go generate cmd/talaria/*    # Use go-bindata to bundle frontend into go binary\n$ go build -o talaria cmd/talaria/*\n$ ./talaria server\n```\n\n[drone-badge]: https://cloud.drone.io/api/badges/nsmith5/talaria/status.svg\n[drone-link]: https://cloud.drone.io/nsmith5/talaria\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsmith5%2Ftalaria","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnsmith5%2Ftalaria","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsmith5%2Ftalaria/lists"}