29 lines
784 B
Markdown
29 lines
784 B
Markdown
|
|
# nginx-proxy-manager-mcp
|
||
|
|
|
||
|
|
MCP server for Nginx Proxy Manager.
|
||
|
|
|
||
|
|
Source: [`nginx-proxy-manager-mcp`](https://pypi.org/project/nginx-proxy-manager-mcp/)
|
||
|
|
|
||
|
|
## Environment Variables
|
||
|
|
|
||
|
|
| Variable | Required | Description |
|
||
|
|
|----------|----------|-------------|
|
||
|
|
| `NPM_URL` | Yes | Nginx Proxy Manager instance URL (e.g. `https://npm.corentic.eu`) |
|
||
|
|
| `NPM_EMAIL` | Yes | Login email |
|
||
|
|
| `NPM_PASSWORD` | Yes | Login password |
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
```bash
|
||
|
|
docker run -d \
|
||
|
|
--name nginx-proxy-manager-mcp \
|
||
|
|
-p 8105:8105 \
|
||
|
|
-e NPM_URL=https://npm.corentic.eu \
|
||
|
|
-e NPM_EMAIL=admin@example.com \
|
||
|
|
-e NPM_PASSWORD=your_password \
|
||
|
|
forgejo.corentic.eu/corentic/mcp-fleet-nginx-proxy-manager:latest
|
||
|
|
```
|
||
|
|
|
||
|
|
## Tools
|
||
|
|
|
||
|
|
Proxy hosts management, stream management, access lists, SSL certificates, audit logs.
|