Initial commit: stats-gateway gRPC service + dashboard + CLI

This commit is contained in:
2026-05-05 21:04:32 +05:00
commit 4059e94759
44 changed files with 2513 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=Render stats-site templates and deploy to /var/www/stats-site
[Service]
Type=oneshot
User=root
Group=root
ExecStart=/opt/stats-site/build.sh
StandardOutput=journal
StandardError=journal
NoNewPrivileges=true
ProtectSystem=strict
ReadWritePaths=/var/www/stats-site
ProtectHome=true
PrivateTmp=true