|
| 1 | +[![Release][release-shield]][release] |
| 2 | +![Project Stage][project-stage-shield] |
| 3 | +![Project Maintenance][maintenance-shield] |
| 4 | +[![License][license-shield]][license] |
| 5 | +[![Contributors][contributors-shield]][contributors] |
| 6 | +[![Issues][issues-shield]][issue] |
| 7 | +[![Stargazers][stars-shield]][stars] |
| 8 | + |
| 9 | + |
1 | 10 | # Nginx Proxy Manager CLI Script
|
2 | 11 |
|
3 | 12 | ## Table of Contents
|
@@ -425,3 +434,22 @@ Host proxy info command `--host-show id`
|
425 | 434 |
|
426 | 435 | Special thanks to:
|
427 | 436 | - [@ichbinder](https://github.com/ichbinder) for implementing the `-y` parameter for automatic confirmations
|
| 437 | + |
| 438 | +## License |
| 439 | + |
| 440 | +MIT License - see the [LICENSE.md][license] file for details |
| 441 | + |
| 442 | +[contributors]: https://github.com/Erreur32/nginx-proxy-manager-Bash-API/graphs/contributors |
| 443 | +[erreur32]: https://github.com/Erreur32 |
| 444 | +[issue]: https://github.com/Erreur32/nginx-proxy-manager-Bash-API/issues |
| 445 | +[license]: https://github.com/Erreur32/nginx-proxy-manager-Bash-API/blob/main/LICENSE.md |
| 446 | +[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg |
| 447 | +[project-stage-shield]: https://img.shields.io/badge/project%20stage-stable-green.svg |
| 448 | +[release-shield]: https://img.shields.io/badge/version-v0.1.48-blue.svg |
| 449 | +[release]: https://github.com/Erreur32/nginx-proxy-manager-Bash-API/releases/tag/v2.7.0 |
| 450 | +[contributors-shield]: https://img.shields.io/github/contributors/Erreur32/nginx-proxy-manager-Bash-API.svg |
| 451 | +[license-shield]: https://img.shields.io/github/license/Erreur32/nginx-proxy-manager-Bash-API.svg |
| 452 | +[issues-shield]: https://img.shields.io/github/issues/Erreur32/nginx-proxy-manager-Bash-API.svg |
| 453 | +[stars-shield]: https://img.shields.io/github/stars/Erreur32/nginx-proxy-manager-Bash-API.svg |
| 454 | +[stars]: https://github.com/Erreur32/nginx-proxy-manager-Bash-API/stargazers |
| 455 | + |
0 commit comments