custom-domain-nginx
Version:
A module to automate per-domain Nginx configuration and SSL certificate setup using a shell script.
34 lines (33 loc) • 1.22 kB
JSON
{
"name": "custom-domain-nginx",
"version": "2.0.4",
"description": "A module to automate per-domain Nginx configuration and SSL certificate setup using a shell script.",
"main": "index.js",
"scripts": {
"postinstall": "echo '\n🚨 IMPORTANT: This package requires a helper script to work properly.\nPlease install it by following the instructions at:\nhttps://www.npmjs.com/package/custom-domain-nginx#helper-script-installation\n'",
"posti": "echo '\n🚨 IMPORTANT: This package requires a helper script to work properly.\nPlease install it by following the instructions at:\nhttps://www.npmjs.com/package/custom-domain-nginx#helper-script-installation\n'"
},
"bin": {
"setup-domain-nginx": "./bin/setup_domain.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aumkarthakur/custom-domain-nginx.git"
},
"keywords": [
"nginx",
"ssl",
"certbot",
"custom",
"domain",
"automation",
"nodejs",
"commonjs"
],
"author": "Aumkar Thakur",
"license": "MIT",
"bugs": {
"url": "https://github.com/aumkarthakur/custom-domain-nginx/issues"
},
"homepage": "https://github.com/aumkarthakur/custom-domain-nginx#readme"
}