ocngx / nginx

Commit History

update
7f2e1a6

tanbushi commited on

修复缺失的OpenCode API端点路由:添加config、command、mcp、vcs、permission、lsp端点到nginx代理配置
ccf15f9

tanbushi commited on

添加调试信息和根路径代理:检查OpenCode可用端点
d15afdc

tanbushi commited on

修复Web界面访问:使用opencode web命令和修正路径代理
d43f2a4

tanbushi commited on

添加/find路径到通用代理:修复文件查找API的404错误
2be351f

tanbushi commited on

添加通用根路径代理:捕获所有OpenCode端点以解决404错误
98db916

tanbushi commited on

添加/global/路径代理:修复OpenCode全局端点404错误
a895f64

tanbushi commited on

添加WebSocket代理和通配符路由:修复OpenCode实时通信和路径映射问题
ec3fcbb

tanbushi commited on

修复OpenCode前端连接问题:配置正确的代理头和环境变量
3cb2eb1

tanbushi commited on

Add comprehensive API endpoints: add proxy routes for /agent, /auth, /command, /event, /formatter, /log, /tui to cover all missing OpenCode API endpoints
a01ed37

tanbushi commited on

Fix missing endpoints: add proxy routes for /lsp, /mcp, /permission to resolve 404 errors in JavaScript API calls
6c441d2

tanbushi commited on

Add missing /doc endpoint: fix 401 error for direct /doc access
362f4db

tanbushi commited on

Fix missing API endpoints: add proxy routes for /path, /pty, /experimental, /instance, /vcs to cover all OpenCode API endpoints
ca762bd

tanbushi commited on

Fix API routing: add dedicated location blocks for all OpenCode API endpoints (/global/, /session, /project, etc.) to handle JavaScript API calls from web interface
46c01d2

tanbushi commited on

Fix favicon routing: update regex pattern to match favicon.ico correctly
e504c46

tanbushi commited on

Fix static resources routing: add specific location blocks for assets, js, css, and manifest files to properly serve OpenCode web interface
c19ad21

tanbushi commited on

Trigger rebuild: update comment to force nginx reload
1339636

tanbushi commited on

Fix nginx auth configuration: remove Basic Auth from /opencode/ path to allow direct access to OpenCode web interface
25b4acf

tanbushi commited on