mirror of
https://github.com/Dokploy/website.git
synced 2026-06-16 04:35:26 +02:00
- Upgraded Next.js from 15.0.3 to 16.0.7 in apps/docs and apps/website. - Updated @next/third-parties from 15.4.5 to 16.0.7 in both apps. - Adjusted related dependencies to ensure compatibility with the new Next.js version.
Dokploy Website
Main Landing Page of Dokploy
Development
Run development server:
npm run dev
# or
pnpm dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Environment Variables
Required for Contact Form
RESEND_API_KEY=your_resend_api_key_here
Required for HubSpot Integration (Sales Forms)
HUBSPOT_PORTAL_ID=147033433
HUBSPOT_FORM_GUID=0d788925-ef54-4fda-9b76-741fb5877056
Required for Blog Page
GHOST_URL=""
GHOST_KEY=""