Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
c3f219ba92 | |||
![]() |
4d95ddad4c |
2 changed files with 16 additions and 0 deletions
|
@ -283,6 +283,10 @@ INDEX = Template(r"""<!DOCTYPE html>
|
|||
border-bottom: 1px solid #eeeeee !important;
|
||||
}
|
||||
|
||||
.side-nav {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.fb_side-nav li {
|
||||
line-height: 36px;
|
||||
}
|
||||
|
|
|
@ -5,6 +5,18 @@ After=network.target
|
|||
[Service]
|
||||
Type=simple
|
||||
User=homeassistant
|
||||
# Some security related options.
|
||||
# See https://www.freedesktop.org/software/systemd/man/systemd.exec.html for details.
|
||||
# NoNewPrivileges=true
|
||||
# ProtectSystem=true
|
||||
# InaccessiblePaths=-/mnt -/media
|
||||
# ReadOnlyPaths=/bin -/lib -/lib64 -/sbin
|
||||
# PrivateTmp=true
|
||||
# ProtectKernelTunables=true
|
||||
# ProtectKernelModules=true
|
||||
# ProtectControlGroups=true
|
||||
# RestrictRealtime=true
|
||||
|
||||
# Set configuration options by specifying environment variables
|
||||
# Environment=HC_LISTENIP=0.0.0.0
|
||||
# Environment=HC_PORT=3218
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue