From: Benjamin Braatz Date: Wed, 13 Jan 2021 05:11:17 +0000 (+0100) Subject: JS-Client and systemd unit added X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=5a090912f99ee3d8e9eb6a4235227f410a5f719f;p=graphit%2Fschaltschrank.git JS-Client and systemd unit added --- diff --git a/controlpi.service b/controlpi.service new file mode 100644 index 0000000..0ecd8de --- /dev/null +++ b/controlpi.service @@ -0,0 +1,10 @@ +[Unit] +Description=Control Pi Service + +[Service] +WorkingDirectory=/home/pi +Environment=PYTHONUNBUFFERED=1 +ExecStart=/home/pi/controlpi/bin/python -m graphit_controlpi.main conf.json web/ + +[Install] +WantedBy=multi-user.target diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..ab135ba --- /dev/null +++ b/web/index.html @@ -0,0 +1,90 @@ + + + + + ControlPi + + + + +

ControlPi

+ +