Installations
npm install nginx
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
16.13.1
NPM Version
8.9.0
Releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
Download Statistics
Total Downloads
2,251,112
Last Day
7,090
Last Week
7,090
Last Month
124,166
Last Year
871,478
GitHub Statistics
2 Stars
45 Commits
4 Branches
1 Contributors
Bundle Size
29.51 kB
Minified
9.51 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.0.8
Package Id
nginx@1.0.8
Unpacked Size
26.48 kB
Size
6.48 kB
File Count
12
NPM Version
8.9.0
Node Version
16.13.1
Total Downloads
Cumulative downloads
Total Downloads
2,251,112
Last day
0%
7,090
Compared to previous day
Last week
-75.5%
7,090
Compared to previous week
Last month
-25.9%
124,166
Compared to previous month
Last year
42.7%
871,478
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Nginx - A helping hand with NGINX Virtual Hosts
Hello
This repository stores the files for an NPM package that helps with installing and removing NGINX Virtual Hosts.
Usage
ONLY WORKS ON UBUNTU LINUX AT THIS TIME
NPX
Unless you plan on using this package a lot, it would be silly to install it globally for it to just sit there and collect dust like the old family photos in the attic.
Instead, some genius made another package called NPX. It allows for a package to be temporarily installed, used, and then deleted. Pretty cool, right?
In order to use it, you have to install NPX like so:
npm install -g npx
Then from there, you can use my Nginx package by running
npx nginx
This will bring up an interactive command line interface for you to use the package with.
The traditional way
If you're going to be using the package a lot, or just don't fancy using NPX, the traditional command to run the package is
nginx-install
Yes, it'd be nice to have nginx
, but that causes a load of interferences with the actual Nginx service as it uses the same command. But that's okay, because we can use this command instead.
Known Bugs
No known bugs at this time.
Donating/Supporting
You can help me and the project out by donating at my Buy me a Coffee page:
Discussion, Support and Issues
Need support with this project, have found an issue or want to chat with others about contributing to the project?
Please check the project's issues page first for support & bugs!
Not found what you need here?
-
If you have an issue, please create a GitHub issue here to report the situation, include as much detail as you can!
-
or, You can join my Discord server and talk to one of the support team (or me) in order to get help with this project and other projects on my GitHub.
![Empty State](/_next/static/media/empty.e5fae2e5.png)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE.md:0
- Warn: project license file does not contain an FSF or OSI license.
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish-github-packages.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/bwhybrow23/Nginx/npm-publish-github-packages.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish-github-packages.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/bwhybrow23/Nginx/npm-publish-github-packages.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish-github-packages.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/bwhybrow23/Nginx/npm-publish-github-packages.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish-github-packages.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/bwhybrow23/Nginx/npm-publish-github-packages.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/bwhybrow23/Nginx/npm-publish.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/bwhybrow23/Nginx/npm-publish.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/bwhybrow23/Nginx/npm-publish.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/bwhybrow23/Nginx/npm-publish.yml/master?enable=pin
- Info: 0 out of 8 GitHub-owned GitHubAction dependencies pinned
- Info: 4 out of 4 npmCommand dependencies pinned
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/11 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Info: jobLevel 'contents' permission set to 'read': .github/workflows/npm-publish-github-packages.yml:25
- Warn: jobLevel 'packages' permission set to 'write': .github/workflows/npm-publish-github-packages.yml:26
- Warn: no topLevel permission defined: .github/workflows/npm-publish-github-packages.yml:1
- Warn: no topLevel permission defined: .github/workflows/npm-publish.yml:1
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 28 are checked with a SAST tool
Score
3.6
/10
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreOther packages similar to nginx
nginx-conf
Dynamically update nginx configuration files via programmatic API
nginx-upstream
Nginx Config File Manager
@cocreate/nginx
Automates NGINX server management tasks including installation, configuration, startup, and dynamic reloading in response to application changes. Designed to streamline web server setup and management.
koa2-nginx
This is an http-proxy koa proxy middleware that can be used after bodyparse