Skip to content

A web server in golang to serve a html to tell the visitor the domain is for sale. Also it collects the contact.

Notifications You must be signed in to change notification settings

joaoluizcadore/go-domain-seller

Repository files navigation

Go Domain Seller

It is a golang web server to show a web page to tell the visitor the current domain is for sale. there is a form to make contact.

Features

  1. Send the form data to your email
  2. Docker infraestructure
  3. Easily configuration

Configuration

You should create a file named .env inside the root folder of this project.

# Basic SMTP config.
SMTP_HOST=
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_PORT=587
SMTP_TLS=true

# The email address to receive the messages
SEND_NOTIFICATION_TO=

# If you choose a different port, you should update the docker files.
SERVER_PORT=8080

Run

$ docker-compose up -d

About

A web server in golang to serve a html to tell the visitor the domain is for sale. Also it collects the contact.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published