- Add Dockerfile with multi-stage build for smaller image size - Add docker-compose.yml for one-command deployment - Add .dockerignore for optimized build context - Add GitHub Actions workflow for automated Docker Hub publishing (amd64/arm64) - Make RSS_DB_PATH configurable via environment variable - Update env.example with database path option Fixes #2 Made-with: Cursor |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| article_fetcher.py | ||
| auth_manager.py | ||
| content_processor.py | ||
| helpers.py | ||
| http_client.py | ||
| image_proxy.py | ||
| proxy_pool.py | ||
| rate_limiter.py | ||
| rss_poller.py | ||
| rss_store.py | ||
| webhook.py | ||