PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
extensions
/
nginx
{ "name": "ghost-cli-nginx", "version": "0.0.0", "description": "nginx integration support for Ghost-CLI", "main": "index.js", "keywords": [ "ghost-cli-extension" ], "ghost-cli": { "name": "nginx", "after": "ghost-cli-user", "options": { "setup": { "sslemail": { "description": "Email to use when setting up SSL", "type": "string", "group": "Nginx Options:" }, "sslstaging": { "description": "Use the LetsEncrypt staging server (useful for testing purposes)", "type": "boolean", "group": "Nginx Options:" } } } } }
[+]
..
[-] migrations.js
[edit]
[-] package.json
[edit]
[-] acme.js
[edit]
[+]
templates
[-] index.js
[edit]
[+]
test