Files
computer-playbook/roles/web-app-postmarks/README.md
Kevin Veen-Birkenbach 7f9dc65b37 Add README.md files for web-app-bookwyrm, web-app-postmarks, and web-app-socialhome roles
Introduce integration test to ensure all web-app-* roles contain a README.md (required for Web App Desktop visibility)

See: https://chatgpt.com/share/68b6be49-7b78-800f-a3ff-bf922b4b083f
2025-09-02 11:52:34 +02:00

991 B

Postmarks

Description

Run Postmarks, a small mail-service client, via Docker Compose—ideal as a utility component for apps that need SMTP interactions in your stack.

Overview

This role installs and configures the Postmarks client container with basic domain wiring. It is designed to run behind your standard reverse proxy and to interoperate with other applications that rely on SMTP functionality.

Features

  • Containerized Client: Simple Docker Compose deployment for the Postmarks tool.
  • SMTP-Oriented Usage: Suited for scenarios where applications need to interact with a mail service.
  • Minimal Footprint: Small, focused utility component that fits neatly into larger stacks.
  • Desktop Integration Hooks: This README ensures the role is discoverable in your Web App Desktop.

Further Resources