From 8561479b90c00a3b7a77428d55473df255cd1e22 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 27 Aug 2025 16:34:20 -0400 Subject: Remove email submission feature This requires either setting up my mailserver or signing up with Mailgun, and honestly I don't need either of those things right now. Just use the web submission, I can add the email submission feature later. --- Biz/PodcastItLater/Web.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'Biz/PodcastItLater/Web.nix') diff --git a/Biz/PodcastItLater/Web.nix b/Biz/PodcastItLater/Web.nix index 692d39e..dfd26eb 100644 --- a/Biz/PodcastItLater/Web.nix +++ b/Biz/PodcastItLater/Web.nix @@ -37,7 +37,6 @@ in { mkdir -p ${cfg.dataDir} # Manual step: create this file with secrets - # MAILGUN_WEBHOOK_KEY=your-mailgun-webhook-key # SECRET_KEY=your-secret-key-for-sessions # SESSION_SECRET=your-session-secret # EMAIL_FROM=noreply@podcastitlater.bensima.com -- cgit v1.2.3