1
0
Fork 0
1Panel-Appstore/apps/vps-stock-monitor
pooneyy 7ff35caf28
🔧 chore(apps): set the pull policy for all services using fixed tag images
- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
2025-11-10 16:10:24 +08:00
..
latest 🔧 chore(apps): set the pull policy for all services using fixed tag images 2025-11-10 16:10:24 +08:00
README.md
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png

README.md

VPS Stock Monitor

VPS Stock Monitor 是一个简单的库存监控工具,支持通过配置监控多个商品,并在库存状态变化时,通过 Telegram、微信或自定义 URL 通知用户。该工具提供了一个基于 Flask 的 Web 界面,用户可以通过浏览器轻松管理配置和监控项。

功能

  • 库存监控:支持监控多个商品的库存状态,支持判断商品是否有货。
  • 通知方式选择:可以选择通过 Telegram、微信或自定义 URL 发送库存变更通知。
  • Web 控制台:基于 Flask 提供一个简单的 Web 控制台,用于添加、删除、暂停监控项和配置通知。
  • 定时监控:支持定时检查商品的库存状态,并在状态变化时发送通知。