Skip to content

jreiml/smtp-gotify-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMTP to Gotify - Helm Charts

MIT Licensed Artifact Hub Quay.io

smtp-gotify is a small program which listens for SMTP and sends all incoming Email messages to your Gotify server.

Say you have a software which can send Email notifications via SMTP. You may use smtp-gotify as an SMTP server so the notification mail can be sent to a Gotify app.

Description

This Helm chart is used to deploy smtp-gotify with a stable configuration to Kubernetes clusters.

The upstream repository for the smtp-gotify project can be found here.

Prerequisites

  • Gotify (tested for 2.4.0+)
  • Kubernetes (tested for 1.30+)
  • Helm (tested for 3.15+)

Usage

To add the repository run:

helm repo add smtp-gotify https://jreiml.github.io/smtp-gotify-helm

To deploy the chart with the release name smtp-gotify run:

# The variable `URL` should be in the form `http[s]://example.com[:port]/`.
export URL=https://gotify.example.com/
export TOKEN=...
helm install smtp-gotify smtp-gotify/smtp-gotify \
  --set "gotify.url=$URL" \
  --set "gotify.token=$TOKEN"

About

A helm chart for deploying smtp-gotify on Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages