Gathering detailed insights and metrics for nginx
Gathering detailed insights and metrics for nginx
Gathering detailed insights and metrics for nginx
Gathering detailed insights and metrics for 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.
@vtex/gatsby-plugin-nginx
Gatsby plugin to generate a nginx configuration template.
An NPM package used for installing and configuring NGINX virtual hosts.
npm install nginx
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
2 Stars
62 Commits
4 Branches
1 Contributors
Updated on Apr 11, 2025
Latest Version
1.1.0
Package Id
nginx@1.1.0
Unpacked Size
26.67 kB
Size
9.31 kB
File Count
17
NPM Version
11.3.0
Node Version
22.14.0
Published on
Apr 11, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This repository stores the files for an NPM package that helps with installing and removing NGINX Virtual Hosts.
ONLY WORKS ON LINUX AT THIS TIME!
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.
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.
You can find NGINX's todo list here.
No known bugs at this time.
You can help me and the project out by donating at my Buy me a Coffee page:
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.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
security policy file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-14
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 More