Sessions now update live across all users and devices

This commit is contained in:
NPS Agent
2026-05-18 11:41:02 +09:30
parent 75c6614e81
commit a17aafbbc9
5 changed files with 108 additions and 16 deletions
+16
View File
@@ -0,0 +1,16 @@
[Unit]
Description=Plumbing Dashy Uvicorn API
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
WorkingDirectory=/opt/plumbing-dashy
Environment=DASHY_DB_PATH=/opt/plumbing-dashy/dashy.db
ExecStart=/opt/plumbing-dashy/venv/bin/uvicorn backend.main:app --host 127.0.0.1 --port 24024
Restart=on-failure
RestartSec=5s
TimeoutStopSec=30s
[Install]
WantedBy=default.target