update about page (server part)
This commit is contained in:
parent
ba191286e8
commit
3c12cf09f2
1 changed files with 13 additions and 18 deletions
|
@ -1,8 +1,8 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = "Dominic Reich “OE7DRT”"
|
||||
title = 'Dominic Reich “OE7DRT”'
|
||||
date = 2019-08-21
|
||||
lastmod = '2023-04-23T18:31:14+0000'
|
||||
lastmod = '2023-07-23T15:15:25+0000'
|
||||
|
||||
comment = false
|
||||
|
||||
|
@ -23,8 +23,8 @@ I am a licensed ham radio operator since 2019 and my callsign is **OE7DRT**.
|
|||
|
||||
My QTH is **[Längenfeld]**, [Tyrol], [Austria]. The locator for that is [JN57lb].
|
||||
There is currently no antenna set up at my home QTH so I operate portable only
|
||||
since the end of 2021---I've not been very active recently but I'm sure my new
|
||||
lightweight equipment can help me out on that matter.
|
||||
since the end of 2021---I've not been very active recently and I guess this will
|
||||
probably not increase very much.
|
||||
|
||||
[Längenfeld]: https://en.wikipedia.org/wiki/L%C3%A4ngenfeld
|
||||
[Tyrol]: https://en.wikipedia.org/wiki/Tyrol
|
||||
|
@ -105,19 +105,14 @@ personal website**.
|
|||
|
||||
## Server location and networking
|
||||
|
||||
The webserver, which converts my website's git repository into
|
||||
static html files is located in **Finland**. The domain is registered
|
||||
at `name.com`, which points my domain to nameservers at **Cloudflare**.
|
||||
My website is also **cached** and **distributed** by the Cloudflare
|
||||
network.
|
||||
I've had a few websites running over the recent years, but when I got my
|
||||
radio amateur callsign I started over with fresh content on `oe7drt.com`.
|
||||
It was stored as a Github repository and published via Cloudflare.
|
||||
|
||||
That is also true for my personal single-user instance of Mastodon, which is
|
||||
located at [fedi.oe7drt.com](https://fedi.oe7drt.com)---except there are a few
|
||||
more modifications done at Cloudflare because I do not host the media files
|
||||
on my server but in a
|
||||
[B2 bucket at backblaze](https://www.backblaze.com/b2/cloud-storage.html).
|
||||
Cloudflare rewrites a few headers and URLs in this case. For example: the
|
||||
`Cache-control:` gets expanded to a high value at Cloudflare as well as the
|
||||
`etag` gets generated at Cloudflare in case the original file changes at
|
||||
backblaze before the cached file gets removed from your (actually my) cache.
|
||||
I moved later to a cloud server from Hetzner running Rocky Linux 8 and 9
|
||||
(which were both located in Finland) and I'm finally happy with netcup and my
|
||||
OpenBSD server located in Germany. When I hosted my own gitea instance I left
|
||||
the website repo on my server and create the website over there, when I now
|
||||
create the website on my local laptop and push the files onto the webserver
|
||||
just when I push new commits into the git repository on codeberg.
|
||||
|
||||
|
|
Loading…
Reference in a new issue