pricecious

pricecious

Docker 应用程序 from pureelectricity's Repository

概述

Pricecious is a vibe-coded, self-hosted, AI-powered price tracking application. It uses GenAI Vision Models (OpenAI, Anthropic, Ollama, etc.) to visually analyze product pages, detect prices, and monitor stock status.

Features:

  • AI-Powered Analysis: "Sees" price and stock status, bypassing complex HTML.
  • Visual History: Keeps a screenshot history of every check.
  • Smart Scrolling: Handles lazy-loaded content.
  • Notifications: Supports Discord, Telegram, Email, etc. via Apprise.

Prerequisites:

  1. A PostgreSQL Database.
  2. A Browserless (headless chrome) container (accessible via WebSocket).
  3. An API key for an AI Provider (OpenAI/Anthropic) OR a local Ollama instance.

要求

PostgreSQL Database
Browserless (Chrome) instance

运行时参数

网络用户界面
http://[IP]:[PORT:8000]
网络
bridge
特权
false

模板配置

WebUI PortPorttcp

Container Port: 8000

目标
8000
默认值
8000
价值
8000
Database URLVariable

Format: postgresql://user:password@host:5432/pricewatch

目标
DATABASE_URL
Browserless URLVariable

WebSocket URL for the Browserless instance (e.g., ws://192.168.1.10:3000)

目标
BROWSERLESS_URL
Screenshots PathPathrw

Persistent storage for captured screenshots.

目标
/app/screenshots
默认值
/mnt/user/appdata/pricecious/screenshots
Log LevelVariable

Application logging level (DEBUG, INFO, WARN, ERROR).

目标
LOG_LEVEL
默认值
INFO
价值
INFO
SQL EchoVariable

Log all SQL queries to console (true/false).

目标
SQL_ECHO
默认值
false
价值
false

详细信息

存储库
ghcr.io/ds-sebastian/pricecious:latest
最后更新2026-05-31
初见2025-11-22

在Unraid 上运行 Pricecious 。

Pricecious 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。