| 12345678910111213141516171819202122232425262728 |
- ---
- kind: compose
- metadata:
- name: Nginx Proxy Manager
- description: >
- A lightweight Nginx-based reverse proxy container designed to manage and route traffic to various web services.
- It provides an easy-to-use interface for configuring and managing multiple proxy hosts, SSL certificates, and access control.
- Project: https://github.com/nginx-proxy-manager/nginx-proxy-manager
- Documentation: https://nginxproxymanager.com/
- GitHub: https://github.com/nginx-proxy-manager/nginx-proxy-manager
- version: 2.12.6
- author: Christian Lempa
- date: '2025-09-28'
- tags:
- - nginx
- - reverse-proxy
- draft: true
- spec:
- general:
- vars:
- volumes_version:
- type: str
- description: Volumes version
- default: latest
|