32 lines
740 B
YAML
32 lines
740 B
YAML
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
|
|
name: LDAP Authentication Server
|
|
version: "0.1.2"
|
|
slug: ldap-auth-server
|
|
description: Add-on to add LDAP authentication to Home Assistant.
|
|
url: "https://github.com/BlackDragon-B/ldap-auth-server"
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
- i386
|
|
startup: services
|
|
init: false
|
|
map:
|
|
- share:rw
|
|
ports:
|
|
80/tcp: null
|
|
options:
|
|
ldap_server_url: null
|
|
bind_dn_template: null
|
|
bind_dn_password: null
|
|
search_base_dn: ""
|
|
search_filter_template: ""
|
|
debug_mode: false
|
|
schema:
|
|
ldap_server_url: str
|
|
bind_dn_template: str
|
|
bind_dn_password: str
|
|
search_base_dn: str?
|
|
search_filter_template: str?
|
|
debug_mode: bool
|