krz/hutch-notify
Notification server for Hutch.
clone: git clone https://gitbay.org/krz/hutch-notify.git
ca5f2fef9f6b4f02228f68dc302cf4c93af0ff41
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-04-08T19:42:58Z
hutch-notify.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -5,7 +5,7 @@ After=network.target [Service] User=hutch Group=hutch -WorkingDirectory=/opt/hutch-notify +WorkingDirectory=/opt/hutch-notify/app EnvironmentFile=/opt/hutch-notify/.env ExecStart=/opt/hutch-notify/.venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8000 Restart=always