Oracle Canvas Component Schema and Qwen 3.6 integration

This commit is contained in:
Sagnik
2026-04-20 01:41:08 +05:30
parent 4e3ce623a6
commit 9f04e10b6d
129 changed files with 625213 additions and 262 deletions

View File

@@ -14,4 +14,13 @@ server {
location / {
try_files $uri $uri/ /index.html;
}
location = /hooks/gitea/project-velocity {
proxy_pass http://127.0.0.1:8788/hooks/gitea/project-velocity;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
}
}