PriceGhost/frontend
clucraft d9374c2f57 Add Gotify notification support
- Add gotify_url, gotify_app_token, gotify_enabled columns to users table
- Add sendGotifyNotification function with priority levels
- Add testGotifyConnection function to verify server connectivity
- Add test-gotify endpoint for connection testing before save
- Add Gotify section in Settings with:
  - Server URL input with Test Connection button
  - App Token input (masked)
  - Enable/disable toggle
  - Send Test button (after configured)
- Include Gotify in notification dispatching

Gotify is a self-hosted push notification server popular in the
self-hosted community, complementing the existing ntfy support.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 21:52:33 -05:00
..
public Add notification history feature with bell icon and history page 2026-01-23 20:32:34 -05:00
src Add Gotify notification support 2026-01-24 21:52:33 -05:00
.dockerignore Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
Dockerfile Fix Dockerfiles: use npm install instead of npm ci 2026-01-20 14:02:06 -05:00
index.html Add PWA support for mobile app-like experience 2026-01-23 04:11:27 -05:00
nginx.conf Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
package-lock.json Fix stock status false positives for in-stock items 2026-01-23 13:56:26 -05:00
package.json Fix stock status false positives for in-stock items 2026-01-23 13:56:26 -05:00
tsconfig.json Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
tsconfig.node.json Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
tsconfig.node.tsbuildinfo Add toast notifications for user feedback 2026-01-21 21:35:28 -05:00
tsconfig.tsbuildinfo fix: Always show price selection modal and use browser for JS-heavy sites 2026-01-24 14:58:58 -05:00
vite.config.d.ts Add toast notifications for user feedback 2026-01-21 21:35:28 -05:00
vite.config.js Add toast notifications for user feedback 2026-01-21 21:35:28 -05:00
vite.config.ts Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00