Files
website/apps/website
Mauricio Siu 4dd767be47 feat: add Dokploy security migration script
Introduces a new script to configure a unique BETTER_AUTH_SECRET for Dokploy installations. The script checks for root access, verifies Dokploy installation, generates a secure auth secret, migrates existing 2FA records, and updates the Dokploy service to use the new secret. Ensures that the auth secret is stored securely in Docker Secrets.
2026-05-09 02:08:43 -06:00
..
2024-10-27 22:16:31 -06:00
2024-10-27 22:16:31 -06:00
2024-10-27 22:16:31 -06:00
2024-10-27 22:16:31 -06:00
2024-10-27 22:16:31 -06:00

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=""