Compare commits

..

No commits in common. "master" and "dev" have entirely different histories.
master ... dev

2 changed files with 0 additions and 16 deletions

View file

@ -283,10 +283,6 @@ INDEX = Template(r"""<!DOCTYPE html>
border-bottom: 1px solid #eeeeee !important;
}
.side-nav {
bottom: 0;
}
.fb_side-nav li {
line-height: 36px;
}

View file

@ -5,18 +5,6 @@ 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