This repository contains the Source Code of the Website jayantkageri.in
To run this website, you will need to add the following environment variables to your .env file or your environment variables
-
NEXT_PUBLIC_HCAPTCHA_SITE_KEY
optional - hCaptcha Site Key -
HCAPTCHA_SECRET
optional - hCaptcha Secret for verifying the response -
NEXT_PUBLIC_GOOGLE_TAG_MANAGER_ID
optional - Google Tag Manager Tracking ID -
Enviorment variables for notifing contact request from Telegram Bot:
BOT_TOKEN
required - Telegram Bot token obtained in @BotFatherCHAT_ID
required - Telegram Chat ID to send the contact requests
-
Environemt variables for notifing contact request from e-Mail:
EMAIL_SMTP
required - SMTP Server to send the e-MailEMAIL_ID
required - Email ID which from which the contact requests will be notifiedEMAIL_PASSWORD
required - Password for the above Email IDEMAIL_SEND_TO
required - Email ID to send the contact requestsEMAIL_SECURE
optional - Whether to use TLS or not (defaults to false)
Client: NextJS, TailwindCSS, React Hot Toast
Server: NextJS, request-ip, nodemailer
-
Copyright (C) 2021-2022 Jayant Hegde Kageri
-
Licensed under the terms and conditions of GNU Affero General Public License v3 or later (AGPL-3.0-or-later)