mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Authorization by username and password (#668)
* Auth * Logout * Lint fix * Small hassio fix * Reverted uppercase * Secrets editor * Reverted secrets editor * Reverted log height * Fix default username
This commit is contained in:
committed by
Otto Winter
parent
38dfab11b4
commit
1a763ae974
@@ -4,6 +4,9 @@ FROM ${BUILD_FROM}
|
||||
COPY . .
|
||||
RUN pip2 install --no-cache-dir -e .
|
||||
|
||||
ENV USERNAME=""
|
||||
ENV PASSWORD=""
|
||||
|
||||
WORKDIR /config
|
||||
ENTRYPOINT ["esphome"]
|
||||
CMD ["/config", "dashboard"]
|
||||
|
Reference in New Issue
Block a user