Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nginxinc/homebrew-tap
https://github.com/nginxinc/homebrew-tap
homebrew homebrew-tap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nginxinc/homebrew-tap
- Owner: nginxinc
- License: apache-2.0
- Created: 2021-12-15T02:37:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T22:00:27.000Z (2 months ago)
- Last Synced: 2024-10-20T09:04:17.774Z (2 months ago)
- Topics: homebrew, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 7
- 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 nginxinc/tap
```## NGINX Prometheus Exporter
The source for the NGINX Prometheus Exporter is [here](https://github.com/nginxinc/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/nginxinc/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.