https://github.com/nginx/homebrew-tap
https://github.com/nginx/homebrew-tap
homebrew homebrew-tap
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nginx/homebrew-tap
- Owner: nginx
- License: apache-2.0
- Created: 2021-12-15T02:37:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T18:12:34.000Z (over 1 year ago)
- Last Synced: 2025-04-08T11:38:11.648Z (about 1 year ago)
- Topics: homebrew, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# NGINX Homebrew Tap
This repository contains Homebrew Formulae for NGINX projects
Add the tap with
```bash
brew tap nginx/tap
```
## NGINX Prometheus Exporter
The source for the NGINX Prometheus Exporter is [here](https://github.com/nginx/nginx-prometheus-exporter).
Install the NGINX Prometheus Exporter with
```bash
brew install nginx-prometheus-exporter
```
## NGINX Plus Integration with Cloud Autoscaling
The source for the NGINX Plus Integration with Cloud Autoscaling is [here](https://github.com/nginx/nginx-asg-sync).
Install the NGINX Plus Integration with Cloud Autoscaling with
```bash
brew install nginx-asg-sync
```
## Contributing
This project doesn't accept contributions. It's a repository for Homebrew Formulae that are automatically generated by the individual projects. If you find issues with the Formulae, please open an issue in the respective project.