mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-03 18:51:32 +00:00
23 lines
499 B
YAML
23 lines
499 B
YAML
name: Nginx Proxy Manager
|
|
version: 53f084c
|
|
slug: nginxproxymanager
|
|
description: Manage Nginx proxy hosts with a simple, powerful interface
|
|
url: https://github.com/hassio-addons/addon-nginx-proxy-manager
|
|
codenotary: codenotary@frenck.dev
|
|
webui: http://[HOST]:[PORT:81]
|
|
startup: services
|
|
init: false
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armv7
|
|
hassio_api: true
|
|
ports:
|
|
80/tcp: 80
|
|
81/tcp: 81
|
|
443/tcp: 443
|
|
map:
|
|
- addon_config:rw
|
|
backup_exclude:
|
|
- '*/logs'
|
|
image: ghcr.io/hassio-addons/nginxproxymanager/{arch}
|