mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-06 06:51:36 +01:00
22 lines
625 B
Markdown
22 lines
625 B
Markdown
# Blowerdoor PDF parser
|
|
This small flask server parses PDFs, looks for blowerdoor relevant information and displays them in a Web-Interface.
|
|
|
|

|
|
|
|
## Systemd 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
|