mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00

Finalize qhoneypots config, thanks to @giga-a for native JSON logging! Completely rework T-Pot Landing Page based on Bento (https://github.com/migueravila/Bento). New NGINX image is down by 100MB and only uses 3.3 MB of RAM at runtime. Keep legacy Sensor option (without logstash).
7 lines
No EOL
214 B
JavaScript
7 lines
No EOL
214 B
JavaScript
// ┌┬┐┬ ┬┌─┐┌┬┐┌─┐
|
|
// │ ├─┤├┤ │││├┤
|
|
// ┴ ┴ ┴└─┘┴ ┴└─┘
|
|
|
|
if (CONFIG.imageBackground) {
|
|
document.body.classList.add('withImageBackground');
|
|
} |