point / app.py

Commit History

code ref
e74eb63

eithney commited on

Fix: 修复日志系统权限问题,支持容器环境
2d45ea0

eithney commited on

Fix: 修复 HuggingFace Space 部署时数据库未初始化导致的 500 错误
ab32ed6

eithney commited on

add render
9cae297

eithney commited on

fix config
b611bf8

eithney commited on

update static
75d3623

eithney commited on

Add client IP logging functionality: Implement `get_client_ip` to retrieve real client IP addresses, enhancing request logging in `before_request`. Update Dockerfile to use Gunicorn with configuration for accurate IP logging. Update VSCode completion for new function.
16fa939

eithney commited on

Refactor application to Flask: enhance structure with RESTful API, static file support, and logging. Update Dockerfile for production with Gunicorn and health checks. Expand requirements for Flask and OpenSearch integration.
b0a1454

eithney commited on

Enable port reuse in TCP server to prevent "Address already in use" errors
04909fd

eithney commited on

Refactor resource handling: remove book_104.json, update required files, and enhance script.js to support local resource mapping for images and audio.
40e0ae7

zhangl commited on

Update README.md with application title, features, usage guide, and technology stack for the interactive English learning app.
743953f

zhangl commited on