diff --git a/.env.production.example b/.env.production.example index c740615..167d244 100644 --- a/.env.production.example +++ b/.env.production.example @@ -1,11 +1,11 @@ -NEXT_PUBLIC_APP_URL=https://your-domain.com +NEXT_PUBLIC_APP_URL=https://adseeq.com DATABASE_URL="postgresql://USER:PASSWORD@HOST:5432/winninghunter?schema=public" AUTH_COOKIE_NAME=wh_session AUTH_SESSION_DAYS=30 ADMIN_EMAILS="admin@winninghunter.local" # Google OAuth (https://console.cloud.google.com/apis/credentials) -# Authorized redirect URI: {NEXT_PUBLIC_APP_URL}/api/auth/google/callback +# Authorized redirect URI: https://adseeq.com/api/auth/google/callback GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= diff --git a/README.md b/README.md index 5670763..129cf69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# WinningHunter MVP +# AdSeeQ -WinningHunter klonu için çalışan MVP: +Meta reklamları, TikTok Shop ürünleri, trendler ve rakip markalar için çalışan reklam zekâsı platformu: - Next.js 16 + React 19 - Prisma + PostgreSQL @@ -61,11 +61,11 @@ docker compose up -d --build 1. Yeni proje oluştur. 2. Git repo veya ZIP kaynak olarak bu klasörü bağla. 3. Build type: Dockerfile. -4. Domain: `winninghunter.your-domain.com`. +4. Domain: `adseeq.com`. 5. Env: ```env -NEXT_PUBLIC_APP_URL=https://winninghunter.your-domain.com +NEXT_PUBLIC_APP_URL=https://adseeq.com DATABASE_URL=postgresql://... AUTH_COOKIE_NAME=wh_session AUTH_SESSION_DAYS=30 diff --git a/package-lock.json b/package-lock.json index c25e23d..fbeb152 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "winninghunter", + "name": "adseeq", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "winninghunter", + "name": "adseeq", "version": "0.1.0", "dependencies": { "@prisma/client": "5.22.0", diff --git a/package.json b/package.json index cf142c0..4df1edf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "winninghunter", + "name": "adseeq", "version": "0.1.0", "private": true, "scripts": { diff --git a/scripts/monitor-health.sh b/scripts/monitor-health.sh index 1625edd..d96f8c0 100755 --- a/scripts/monitor-health.sh +++ b/scripts/monitor-health.sh @@ -3,12 +3,12 @@ set -eu app_url="${NEXT_PUBLIC_APP_URL:?NEXT_PUBLIC_APP_URL is required}" if curl --fail --silent --show-error --max-time 10 "${app_url%/}/api/health" >/dev/null; then - echo "WinningHunter healthcheck OK" + echo "AdSeeQ healthcheck OK" exit 0 fi if [ -n "${ALERT_WEBHOOK_URL:-}" ]; then - curl --fail --silent --show-error --max-time 10 -X POST -H 'content-type: application/json' --data '{"text":"WinningHunter healthcheck failed"}' "$ALERT_WEBHOOK_URL" >/dev/null || true + curl --fail --silent --show-error --max-time 10 -X POST -H 'content-type: application/json' --data '{"text":"AdSeeQ healthcheck failed"}' "$ALERT_WEBHOOK_URL" >/dev/null || true fi -echo "WinningHunter healthcheck FAILED" >&2 +echo "AdSeeQ healthcheck FAILED" >&2 exit 1 diff --git a/src/app/dashboard/admin/page.tsx b/src/app/dashboard/admin/page.tsx index b12fcd2..bf5ca8d 100644 --- a/src/app/dashboard/admin/page.tsx +++ b/src/app/dashboard/admin/page.tsx @@ -25,7 +25,7 @@ export default async function AdminOverviewPage() { return (
-
Kontrol Merkezi

WinningHunter Admin

Kullanıcı, gelir, kredi ve operasyon görünümü.

+
Kontrol Merkezi

AdSeeQ Admin

Kullanıcı, gelir, kredi ve operasyon görünümü.

Sistem aktif
diff --git a/src/app/dashboard/layout.tsx b/src/app/dashboard/layout.tsx index 12d1004..c50be65 100644 --- a/src/app/dashboard/layout.tsx +++ b/src/app/dashboard/layout.tsx @@ -1,6 +1,7 @@ import Link from "next/link"; import { requireUser } from "@/lib/auth/current-user"; import { DashboardMobileNav } from "@/components/dashboard-mobile-nav"; +import { BrandLogo } from "@/components/brand-logo"; const nav = [ ["Ads", "/dashboard/ads"], @@ -20,7 +21,7 @@ export default async function DashboardLayout({ children }: { children: React.Re
- WinningHunter.AI +