A simple web interface for managing DNS zones and records.
-
Install dependencies:
npm install
-
Set up environment variables:
Create a
.env.localfile in the root of the project and add the following variables:NEXT_PUBLIC_API_TOKEN=your_api_token_here NEXT_PUBLIC_API_BASE_URL=http://localhost:8000 -
Run the development server:
npm run dev
- Node.js v20 or higher
- Next.js v15
- Tailwind CSS v4
- Sqlite3
- Bindizr