From 9a573d7c798a8982778e5ae97b6fd9fdbe2010ee Mon Sep 17 00:00:00 2001 From: Kappeh Date: Mon, 2 Feb 2026 17:26:36 +0000 Subject: [PATCH] Enable basic authentication --- .gitea/workflows/deploy.yml | 1 + config.template.yml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f822499..e05441d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,6 +21,7 @@ jobs: output-file: './config.yml' env: CFG_NTFY_TOKEN: ${{ secrets.CFG_NTFY_TOKEN }} + CFG_MAILRISE_PASSWORD: ${{ secrets.CFG_MAILRISE_PASSWORD }} - name: Setup ssh-agent uses: webfactory/ssh-agent@v0.9.0 diff --git a/config.template.yml b/config.template.yml index 8f436b6..c357ca1 100644 --- a/config.template.yml +++ b/config.template.yml @@ -15,3 +15,11 @@ configs: urls: - ntfys://${CFG_NTFY_TOKEN}@ntfy.leaf.home.kappeh.org/prx +tls: + mode: off + +smtp: + auth: + basic: + mailrise: ${CFG_MAILRISE_PASSWORD} +