mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-10 00:38:33 +01:00
Create README.md
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Blowerdoor PDF parser
|
||||
This small flask server parses PDFs and looks for blowerdoor relevant information and displays them in a Web-Interface.
|
||||
|
||||

|
||||
|
||||
## System Example
|
||||
|
||||
[Unit]
|
||||
Description=THS Blowerdoor Raven blowerdoor.ths.atlantishq.de
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/home/username/ths-blowerdoor-raven/
|
||||
Type=simple
|
||||
User=username
|
||||
ExecStart=/usr/bin/python3 ./server.py --interface 127.0.0.1 --port 5001
|
||||
MemoryHigh=2G
|
||||
CPUQuota=100%
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user