From d82174b2025bc87f82c4cf665694941763ee267a 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 | 5 +++++ 2 files changed, 6 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..bb8bf81 100644 --- a/config.template.yml +++ b/config.template.yml @@ -15,3 +15,8 @@ configs: urls: - ntfys://${CFG_NTFY_TOKEN}@ntfy.leaf.home.kappeh.org/prx +smtp: + auth: + basic: + mailrise: ${CFG_MAILRISE_PASSWORD} +