Initial commit

This commit is contained in:
Thomas Klaehn
2022-05-23 16:20:14 +02:00
commit bc04332c92
13 changed files with 882 additions and 0 deletions

10
home.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=home service
After=multi-user.target
[Service]
Type=idle
ExecStart=gunicorn --bind 0.0.0.0:80 greenhouseui:app
[Install]
WantedBy=multi-user.target