2018-05-25 13:44:55 +02:00
<!-- { "title": "About" } -->
2018-05-28 11:16:14 +02:00
<img class="floatright" src="files/IMG_6875_2-very-small.jpg"/>
2018-05-25 13:44:55 +02:00
<h1>About</h1>
2018-05-11 15:13:25 +02:00
2018-05-23 21:32:53 +02:00
Wolfgang Hottgenroth<br/>
2020-02-09 17:50:40 +01:00
<address>wolfgang.hottgenroth@icloud.com</address><br/>
2018-05-25 13:04:32 +02:00
2018-05-28 11:16:14 +02:00
2018-05-25 13:04:32 +02:00
<p>
This is a hobby-only homepage without any advertising or other commercial interests.
</p>
2018-05-25 13:44:55 +02:00
<h1>My Profiles</h1>
<ul>
<li><a href="https://gitlab.com/wolutator">GitLab</a></li>
2020-06-24 19:55:03 +02:00
<li><a href="https://home.hottis.de/gitlab/wolutator">GitLab</a></li>
2018-05-25 13:44:55 +02:00
<li><a href="https://twitter.com/wollud1969">Twitter</a></li>
<li><a href="https://keybase.io/wolutator/">Keybase</a></li>
<li><a href="https://github.com/wollud1969">GitHub</a></li>
<li><a href="https://www.xing.com/profile/Wolfgang_Hottgenroth/cv">XING</a></li>
</ul>
2018-05-25 13:04:32 +02:00
<h1>So ugly ... why not Wordpress?</h1>
<p>
I shut down my homepage at wordpress.com since it was absolutely unclear to me which data was collected there. I decided to run the homepage on my own server again.
</p>
<p>
Although according to Art. 2 (2) c of DSGVO that regulation is completely irrelevant for me, since this is a hobby-only blog without any advertising or commercial interests, it appeared to me, that limiting the number of collected data could be a good idea.
</p>
<p>
2020-02-09 17:35:27 +01:00
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.
2018-05-25 13:04:32 +02:00
</p>
<p>
2020-02-09 17:35:27 +01:00
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.
2020-06-24 19:55:03 +02:00
If you like to have a look: <a href="https://home.hottis.de/gitlab/wolutator/homepage" target="_blank">https://home.hottis.de/gitlab/wolutator/homepage</a>.
2018-05-25 13:04:32 +02:00
</p>
<p>
The logging of the homepage engine looks like this:
</p>
<p>
<pre>
wn@mac:/opt/services/homepage$ npm start -- -c homepage.conf
> homepage@1.0.0 start /opt/services/homepage
> node dist/main.js "-c" "homepage.conf"
12:57:59.910 [ II ] Homepage starting
12:57:59.922 [ II ] building toc
12:57:59.937 [ II ] Homepage running
12:57:59.938 [ II ] Homepage is listening
12:58:19.008 [ II ] redirecting / to /index
12:58:19.142 [ II ] /opt/services/homepage/docroot/index.pag not yet in cache
12:58:24.178 [ II ] /opt/services/homepage/docroot/posts/2018-04-30.01/article.pag not yet in cache
12:58:25.550 [ II ] /opt/services/homepage/docroot/index.pag served from cache
12:58:26.985 [ II ] /opt/services/homepage/docroot/pages/impressum.pag not yet in cache
12:58:29.647 [ II ] /opt/services/homepage/docroot/index.pag served from cache
12:58:31.060 [ II ] /opt/services/homepage/docroot/posts/2018-02-22.01/article.pag not yet in cache
12:58:35.230 [ II ] /opt/services/homepage/docroot/index.pag served from cache
12:58:37.717 [ II ] /opt/services/homepage/docroot/index.pag served from cache
</pre>
</p>
<p>
And since I'm quite bad in CSS, it currently looks so ugly.
2020-02-09 17:35:27 +01:00
</p>
<p>
Furthermore, this homepage does not use any cookies.
</p>