A server that saves SysCheck report uploads
Find a file
2024-11-27 00:21:26 +01:00
.github initial commit, migrating from private git server 2024-10-26 11:58:27 +02:00
reports add example report 2024-11-03 16:53:12 +01:00
static add file size check, remove useless endpoints, add endpoint for downloading directly csv 2024-11-25 20:58:23 +01:00
templates add file size check, remove useless endpoints, add endpoint for downloading directly csv 2024-11-25 20:58:23 +01:00
.gitignore initial commit, migrating from private git server 2024-10-26 11:58:27 +02:00
app.py Set header X-Content-Length due to Cloudflare Proxy chunking stripping the original header 2024-11-27 00:21:26 +01:00
config.json Set header X-Content-Length due to Cloudflare Proxy chunking stripping the original header 2024-11-27 00:21:26 +01:00
Dockerfile fix this, and this 2024-10-26 15:06:17 +02:00
LICENSE initial commit, migrating from private git server 2024-10-26 11:58:27 +02:00
README.md initial commit, migrating from private git server 2024-10-26 11:58:27 +02:00
requirements.txt initial commit, migrating from private git server 2024-10-26 11:58:27 +02:00

syscheck_receiver

A server that saves SysCheck report uploads WIP