Update book cover styling: change object-fit property from 'cover' to 'contain' for better image display in index.html
5c7a51a
eithneycommited on
Fix: 修复日志系统权限问题,支持容器环境
2d45ea0
eithneycommited on
Fix: 修复 HuggingFace Space 部署时数据库未初始化导致的 500 错误
ab32ed6
eithneycommited on
Add books.db via Git LFS
619f254
eithneycommited on
add render
9cae297
eithneycommited on
fix config
b611bf8
eithneycommited on
update static
75d3623
eithneycommited on
change api
3794435
eithneycommited on
Enhance client IP logging: Improve `get_client_ip` function for better accuracy in retrieving real client IPs. Update logging in `before_request` and adjust Dockerfile for Gunicorn configuration to support these changes.
d1f90fb
eithneycommited 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
eithneycommited 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
eithneycommited on
Enable port reuse in TCP server to prevent "Address already in use" errors
04909fd
eithneycommited on
Add static files with LFS support for fonts
bc2665f
eithneycommited on
add local assets
dc3bb4a
zhanglcommited on
Merge branch 'main' of hf.co:spaces/eithney/point into main
328d614
zhanglcommited on
Refactor resource handling: remove book_104.json, update required files, and enhance script.js to support local resource mapping for images and audio.