Add ntfy push notification server on ponyo

This commit is contained in:
2026-02-21 15:12:23 -08:00
parent 8b92e51ef7
commit 156f0183bd
3 changed files with 43 additions and 0 deletions

View File

@@ -108,4 +108,8 @@
# librechat
services.librechat-container.enable = true;
services.librechat-container.host = "chat.neet.dev";
# push notifications
services.ntfy-sh.enable = true;
services.ntfy-sh.hostname = "ntfy.neet.dev";
}