A nice and simple Web Interface for LAPS (Local Administrator Password Solution) - Docker Edition
1M+
A nice and simple Web Interface for LAPS (Local Administrator Password Solution)
settings.json.example and renamed it to settings.jsonRunning LAPS-WebUI in docker is quite easy:
docker run -d \
--name=lapswebui \
-e LAPS_ListenAddress=0.0.0.0 \
-e LAPS_ListenPort=8080 \
-e LAPS_LDAP__Server=ldap.example.com \
-e LAPS_LDAP__Port=389 \
-e LAPS_LDAP__UseSSL=false \
-e LAPS_LDAP__SearchBase=DC=example,DC=com \
-p 8080:8080 \
--restart unless-stopped \
seji/laps-webui



Content type
Image
Digest
Size
43.8 MB
Last updated
almost 6 years ago
docker pull seji/laps-webui