This commit is contained in:
2020-02-09 17:35:27 +01:00
parent 24467c80ec
commit 9a46c44d94
2 changed files with 109 additions and 26 deletions

View File

@ -37,34 +37,14 @@ Although according to Art. 2 (2) c of DSGVO that regulation is completely irrele
</p>
<p>
For this system I know exactly which data is collected here: There is the Apache httpd running on an old PowerPC MacMini with OpenBSD bastion host, which proxies requests to the homepage engine. For the Apache log the requesters IP has been stripped away:
<p>
<pre>
<code language="Apache">
CustomLog "logs/access_log" common
#LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%l %u %t \"%r\" %>s %b" common
</pre>
</code>
For this system I know exactly which data is collected here: There is the Apache httpd running on a Raspberry Pi with FreeBSD bastion host, which proxies
requests to the homepage engine.
</p>
<p>
The logfile looks like this now:
</p>
<p>
<pre>
- - [25/May/2018:12:43:58 +0200] "GET /wolutator HTTP/1.1" 302 76
- - [25/May/2018:12:43:58 +0200] "GET /wolutator/index HTTP/1.1" 304 -
- - [25/May/2018:12:43:58 +0200] "GET /wolutator/files/default.css HTTP/1.1" 304 -
- - [25/May/2018:12:43:58 +0200] "GET /wolutator/files/highlight/styles/default.css HTTP/1.1" 304 -
- - [25/May/2018:12:43:58 +0200] "GET /wolutator/files/highlight/highlight.pack.js HTTP/1.1" 304 -
- - [25/May/2018:12:43:58 +0200] "GET /wolutator/files/cropped-img_2723.jpg HTTP/1.1" 304 -
- - [25/May/2018:12:43:59 +0200] "GET /favicon.ico HTTP/1.1" 404 209
</pre>
</p>
<p>
The homepage engine is running on an old Intel MacMini with Debian. It just logs which post or page is accessed and served, nothing more. If you like to have a look: <a href="https://gitlab.com/wolutator/homepage" target="_blank">https://gitlab.com/wolutator/homepage</a>.
The homepage engine is running in a Docker container on my small multi purpose server in the basement.
It just logs which post or page is accessed and served, nothing more.
If you like to have a look: <a href="https://gitlab.com/wolutator/homepage" target="_blank">https://gitlab.com/wolutator/homepage</a>.
</p>
<p>
@ -96,4 +76,9 @@ wn@mac:/opt/services/homepage$ npm start -- -c homepage.conf
<p>
And since I'm quite bad in CSS, it currently looks so ugly.
</p>
</p>
<p>
Furthermore, this homepage does not use any cookies.
</p>