feat: Oracle Canvas Component Schema and Qwen 3.6 integration (#31)

Co-authored-by: Sagnik <sagnik7896@gmail.com>
Reviewed-on: sagnik/Project_Velocity#31
This commit is contained in:
2026-04-20 01:43:39 +05:30
parent 57144e1bd3
commit e519339cc9
129 changed files with 625213 additions and 262 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Project Velocity Gitea webhook receiver
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=root
EnvironmentFile=-/etc/desineuron-velocity-webhook.env
ExecStart=/usr/bin/python3 /usr/local/bin/gitea_velocity_webhook_receiver.py
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target