cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 25a18102ebe3e14d6b3c7450accf96daf46c4028
parent f0b7b0de500e5aa3d4eb266475da76d62ef5dd4d
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Thu, 10 Jul 2025 17:05:47 +0200

Meow

Diffstat:
Mapps/base/ntfy/release.yaml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/base/ntfy/release.yaml b/apps/base/ntfy/release.yaml @@ -29,7 +29,8 @@ spec: containers: - name: ntfy image: binwiederhier/ntfy - args: ["serve"] + args: + ["serve", "--config", "/opt/docker/ntfy/config/ntfy.yml"] env: - name: TZ value: "Europe/Berlin"