5 Commits

Author SHA1 Message Date
GongyiChuren 8835e1a548 fix(docker): remove :ro from .env volume mount - app needs to write .env 2026-06-02 14:36:38 +08:00
GongyiChuren 99f59df7a0 feat: group/channel keyword monitor with user session; remove channel media
- Add user_session group monitor: Telethon listens to group/channel messages, matches keywords, notifies admin via bot
- Fix Telethon Message.caption AttributeError (use msg.message instead)
- Fix two Telethon clients conflicting on same session (merged into one)
- Remove channel media download/forward feature (not needed)
- Remove 'channel-media' from web panel navigation
- Fix nav label overlap issue (reduced negative margin)
- Docker: preserve WEB_PANEL_HOST env var from docker-compose (0.0.0.0)
- Update README: new changelog, remove channel media docs
2026-06-02 02:41:27 +08:00
GongyiChuren a6d91674a5 fix(docker): mount .env as volume so web panel config persists across container recreation 2026-06-01 00:17:44 +08:00
InfernoXuaI 97f91e94a8 Fix monitor message id recording 2026-05-21 16:53:08 +08:00
InfernoXuaI c0284635fb Add Docker deployment and AI one-line install docs 2026-05-21 15:14:45 +08:00