mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
- Port NUVMAP projection engine from Research Stack to SilverSight with Q16_16 fixed-point (zero Float) and CBOR serialization - Add Rotational Wave — Braid Correspondence formalization at boundary (ChiralLabel, RossbyDrift, rossby_convergence_bound stubbed, kelvin_wave_eigensolid proven) - Add auto-pipeline CI workflow, webhook receiver, Forgejo MCP server - Add SOPS/Age encryption config - Add stack compose for portable deployment - Add rotational wave design doc
13 lines
307 B
Desktop File
13 lines
307 B
Desktop File
[Unit]
|
|
Description=Auto-pipeline webhook receiver
|
|
After=network.target forgejo.service
|
|
|
|
[Service]
|
|
ExecStart=/home/allaun/.nix-profile/bin/python3 /home/allaun/pipeline/auto/webhook_receiver.py
|
|
WorkingDirectory=/home/allaun/pipeline
|
|
Restart=always
|
|
RestartSec=5
|
|
User=allaun
|
|
|
|
[Install]
|
|
WantedBy=default.target
|