Expose port 8099 for REST API access (v2.1.0)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: "SIP Voice Notifier"
|
name: "SIP Voice Notifier"
|
||||||
version: "2.0.9"
|
version: "2.1.0"
|
||||||
slug: "sip-notifier"
|
slug: "sip-notifier"
|
||||||
description: "Send voice notifications via SIP phone calls"
|
description: "Send voice notifications via SIP phone calls"
|
||||||
arch:
|
arch:
|
||||||
@@ -15,7 +15,9 @@ homeassistant_api: true
|
|||||||
hassio_api: true
|
hassio_api: true
|
||||||
hassio_role: default
|
hassio_role: default
|
||||||
ports:
|
ports:
|
||||||
8099/tcp: null
|
8099/tcp: 8099
|
||||||
|
ports_description:
|
||||||
|
8099/tcp: "REST API endpoint for sending notifications"
|
||||||
options:
|
options:
|
||||||
sip_server: ""
|
sip_server: ""
|
||||||
sip_user: ""
|
sip_user: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user