Skip to content

csiocc/postal-api-extended

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

699 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Header

Postal is a complete and fully featured mail server for use by websites & web servers. Think Sendgrid, Mailgun or Postmark but open source and ready for you to run on your own servers.

GitHub Container Image

This fork publishes a runnable Docker image to GitHub Container Registry on every push to main and via manual workflow dispatch.

  • Image name: ghcr.io/<github-owner>/<github-repository>
  • Tags: latest and sha-<commit-sha>
  • Build target: full

Example:

docker pull ghcr.io/<owner>/<repo>:latest

If the package is private:

echo "<github_pat_with_read:packages>" | docker login ghcr.io -u <github-username> --password-stdin
docker pull ghcr.io/<owner>/<repo>:latest

Runtime notes:

  • The image expects a Postal config at POSTAL_CONFIG_FILE_PATH and a signing key at POSTAL_SIGNING_KEY_PATH.
  • The repo's root docker-compose.yml is a test helper, not a production deployment manifest.

About

📮 A fully featured open source mail delivery platform for incoming & outgoing e-mail

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 78.6%
  • Haml 13.9%
  • SCSS 5.6%
  • CoffeeScript 0.7%
  • HTML 0.7%
  • Shell 0.3%
  • Other 0.2%