summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authortinfoil-hat <mail@tinfoil-hat.net>2023-12-24 21:47:29 +0100
committertinfoil-hat <mail@tinfoil-hat.net>2023-12-24 21:47:29 +0100
commitbbb24da40c05f01bb3815400407ef51e325b93b1 (patch)
treeba63e47699c7cf0c7bf982142d97c08aef3b9c19 /public
parentd9068cb16e38092bdf2a2ce109b676ecbb2fc4c5 (diff)
downloadblog.tinfoil-hat.net-bbb24da40c05f01bb3815400407ef51e325b93b1.tar.gz
blog.tinfoil-hat.net-bbb24da40c05f01bb3815400407ef51e325b93b1.tar.bz2
blog.tinfoil-hat.net-bbb24da40c05f01bb3815400407ef51e325b93b1.zip
Service Discontinuation
Diffstat (limited to 'public')
-rw-r--r--public/categories/index.xml4
-rw-r--r--public/categories/technology/index.html8
-rw-r--r--public/categories/technology/index.xml12
-rw-r--r--public/index.html60
-rw-r--r--public/index.xml24
-rw-r--r--public/page/2/index.html81
-rw-r--r--public/posts/ai-snoop-dogg/index.html8
-rw-r--r--public/posts/generals/index.html8
-rw-r--r--public/posts/index.html28
-rw-r--r--public/posts/index.xml24
-rw-r--r--public/posts/local-apt-mirror/index.html8
-rw-r--r--public/posts/nitter-ratelimiting/index.html8
-rw-r--r--public/posts/page/2/index.html79
-rw-r--r--public/posts/prep/index.html8
-rw-r--r--public/posts/proxmox-docker-workstation/index.html8
-rw-r--r--public/posts/removed-services/index.html103
-rw-r--r--public/posts/revert-brave-flatpak-to-deb/index.html109
-rw-r--r--public/posts/the-black-and-the-white-wolf/index.html8
-rw-r--r--public/posts/till-lindemann-lizard/index.html8
-rw-r--r--public/posts/wolf/index.html8
-rw-r--r--public/sitemap.xml30
-rw-r--r--public/tags/index.html6
-rw-r--r--public/tags/index.xml24
-rw-r--r--public/tags/server/index.html8
-rw-r--r--public/tags/server/index.xml12
-rw-r--r--public/tags/technology/index.html8
-rw-r--r--public/tags/technology/index.xml12
27 files changed, 606 insertions, 98 deletions
diff --git a/public/categories/index.xml b/public/categories/index.xml
index ba86cd6..d7c7754 100644
--- a/public/categories/index.xml
+++ b/public/categories/index.xml
@@ -6,11 +6,11 @@
<description>Recent content in Categories on blog.tinfoil-hat.net</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 23 Oct 2023 05:50:36 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/categories/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 24 Dec 2023 21:25:32 +0100</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Technology</title>
<link>https://blog.tinfoil-hat.net/categories/technology/</link>
- <pubDate>Mon, 23 Oct 2023 05:50:36 +0200</pubDate>
+ <pubDate>Sun, 24 Dec 2023 21:25:32 +0100</pubDate>
<guid>https://blog.tinfoil-hat.net/categories/technology/</guid>
<description></description>
diff --git a/public/categories/technology/index.html b/public/categories/technology/index.html
index d7f93fd..402cd2f 100644
--- a/public/categories/technology/index.html
+++ b/public/categories/technology/index.html
@@ -50,6 +50,14 @@
<li>
<div class="post-title">
+ <a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a>
+
+ </div>
+ </li>
+
+ <li>
+ <div class="post-title">
+
<a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a>
</div>
diff --git a/public/categories/technology/index.xml b/public/categories/technology/index.xml
index 6ac2c38..54fa934 100644
--- a/public/categories/technology/index.xml
+++ b/public/categories/technology/index.xml
@@ -6,7 +6,17 @@
<description>Recent content in Technology on blog.tinfoil-hat.net</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 23 Oct 2023 05:50:36 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/categories/technology/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 24 Dec 2023 21:25:32 +0100</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/categories/technology/index.xml" rel="self" type="application/rss+xml" />
+ <item>
+ <title>Service Update: Discontinuation Due to Frontend-Backend Incompatibility</title>
+ <link>https://blog.tinfoil-hat.net/posts/removed-services/</link>
+ <pubDate>Sun, 24 Dec 2023 21:25:32 +0100</pubDate>
+
+ <guid>https://blog.tinfoil-hat.net/posts/removed-services/</guid>
+ <description>Dear Visitor, I regret to inform you of some critical issues that has led to the permanent discontinuation of my services. The frontends and backends of my system are no longer compatible, creating a situation where sustaining the quality and reliability of my services is no longer feasible.
+The Compatibility Challenge: A substantial increase in demand and advancements in technology have resulted in a misalignment between frontends and backends. This has made it increasingly challenging to maintain a seamless and secure user experience.</description>
+ </item>
+
<item>
<title>Proxmox Docker Workstation</title>
<link>https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/</link>
diff --git a/public/index.html b/public/index.html
index 4884f82..44986bd 100644
--- a/public/index.html
+++ b/public/index.html
@@ -41,6 +41,44 @@
<article>
+ <h1><a href="https://blog.tinfoil-hat.net/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></h1>
+ <b><time>24.12.2023 21:25</time></b>
+
+ <a href="/tags/server">Server</a>
+
+ <a href="/tags/technology">Technology</a>
+
+ <div>
+ Dear Visitor, I regret to inform you of some critical issues that has led to the permanent discontinuation of my services. The frontends and backends of my system are no longer compatible, creating a situation where sustaining the quality and reliability of my services is no longer feasible.
+The Compatibility Challenge: A substantial increase in demand and advancements in technology have resulted in a misalignment between frontends and backends. This has made it increasingly challenging to maintain a seamless and secure user experience.
+
+ <a href="https://blog.tinfoil-hat.net/posts/removed-services/">Read more...</a>
+
+ </div>
+</article>
+
+
+ <article>
+ <h1><a href="https://blog.tinfoil-hat.net/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></h1>
+ <b><time>30.11.2023 23:24</time></b>
+
+ <a href="/tags/"></a>
+
+ <a href="/tags/"></a>
+
+ <div>
+ Hi there,
+I switched to Linuxmint Debian Edition 6 (LMDE6) and thought: why install Bravebrowser via Apt-Repo, when I could use the integrated Flatpak Store. The Problem that I encounterd was, that the Brave Flatpak doesn&rsquo;t seem to can access my KeepassXC via Addon because of the Flatpak restrictions.
+So I tried this Fix https://www.vastactive.com/posts/keepassxc-firefox-flatpak/ which didn&rsquo;t seem to work for me.
+So I am going another route, by moving my appdata dir where the .
+
+ <a href="https://blog.tinfoil-hat.net/posts/revert-brave-flatpak-to-deb/">Read more...</a>
+
+ </div>
+</article>
+
+
+ <article>
<h1><a href="https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></h1>
<b><time>23.10.2023 05:50</time></b>
@@ -228,27 +266,11 @@ Takin down corrupt systems in a single night No one can stop us, cause we always
</article>
- <article>
- <h1><a href="https://blog.tinfoil-hat.net/posts/wolf/">About the Lone Wolf</a></h1>
- <b><time>24.11.2021 21:36</time></b>
-
- <a href="/tags/psyche">Psyche</a>
-
- <a href="/tags/personality">Personality</a>
-
- <div>
- The Lone Wolf https://www.youtube.com/watch?v=or3UZajR6Ao
-[Part1] Its gray fur completely bites but still keeps warm His pack uncontrollable but it follows him well-behaved The hunger so big always on the hunt Eyes dull, but teeth still sharp The room too narrow to breathe But even the sharpest claws become dull on the street Food becomes scarce, remains a growling stomach There are almost only wolves dressed as sheep So he moves away from here Because no plant grows on burnt soil So the rest remains for the rest Because only who comes first is the one who always has enough meat From gamma to alpha, from puppy to leader Is one of the best, one of the last of its kind Shares its food also with the weakest link of the chain, if it asks him Lives by unwritten rules, honor still flows through his veins He knows that you have to have them, too, rather than just talking about them But let them speak
-
- <a href="https://blog.tinfoil-hat.net/posts/wolf/">Read more...</a>
-
- </div>
-</article>
-
-
<div>
-1 of 1
+1 of 2
+
+ <a href="/page/2/">Next Page</a>
</div>
diff --git a/public/index.xml b/public/index.xml
index c467c3c..aa0a001 100644
--- a/public/index.xml
+++ b/public/index.xml
@@ -6,7 +6,29 @@
<description>Recent content on blog.tinfoil-hat.net</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 23 Oct 2023 05:50:36 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 24 Dec 2023 21:25:32 +0100</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/index.xml" rel="self" type="application/rss+xml" />
+ <item>
+ <title>Service Update: Discontinuation Due to Frontend-Backend Incompatibility</title>
+ <link>https://blog.tinfoil-hat.net/posts/removed-services/</link>
+ <pubDate>Sun, 24 Dec 2023 21:25:32 +0100</pubDate>
+
+ <guid>https://blog.tinfoil-hat.net/posts/removed-services/</guid>
+ <description>Dear Visitor, I regret to inform you of some critical issues that has led to the permanent discontinuation of my services. The frontends and backends of my system are no longer compatible, creating a situation where sustaining the quality and reliability of my services is no longer feasible.
+The Compatibility Challenge: A substantial increase in demand and advancements in technology have resulted in a misalignment between frontends and backends. This has made it increasingly challenging to maintain a seamless and secure user experience.</description>
+ </item>
+
+ <item>
+ <title>Revert Brave Flatpak to Deb</title>
+ <link>https://blog.tinfoil-hat.net/posts/revert-brave-flatpak-to-deb/</link>
+ <pubDate>Thu, 30 Nov 2023 23:24:41 +0100</pubDate>
+
+ <guid>https://blog.tinfoil-hat.net/posts/revert-brave-flatpak-to-deb/</guid>
+ <description>Hi there,
+I switched to Linuxmint Debian Edition 6 (LMDE6) and thought: why install Bravebrowser via Apt-Repo, when I could use the integrated Flatpak Store. The Problem that I encounterd was, that the Brave Flatpak doesn&amp;rsquo;t seem to can access my KeepassXC via Addon because of the Flatpak restrictions.
+So I tried this Fix https://www.vastactive.com/posts/keepassxc-firefox-flatpak/ which didn&amp;rsquo;t seem to work for me.
+So I am going another route, by moving my appdata dir where the .</description>
+ </item>
+
<item>
<title>Proxmox Docker Workstation</title>
<link>https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/</link>
diff --git a/public/page/2/index.html b/public/page/2/index.html
new file mode 100644
index 0000000..8cc6f77
--- /dev/null
+++ b/public/page/2/index.html
@@ -0,0 +1,81 @@
+<!DOCTYPE html>
+<html lang="en-us">
+<head>
+ <meta name="generator" content="Hugo 0.111.3">
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <style type=text/css>body{font-family:monospace;}</style>
+ <title>blog.tinfoil-hat.net</title>
+
+
+ <link rel="stylesheet" href="/css/style.css">
+
+ <link rel="alternate" type="application/rss+xml" href="/index.xml" title="blog.tinfoil-hat.net">
+</head>
+<body>
+ <header>
+ ==========================<br>
+ == <a href="https://blog.tinfoil-hat.net">blog.tinfoil-hat.net</a> ==<br>
+ ==========================
+ <div style="float: right;">A save home for every tinfoil-hat!</div><br>
+ <p>
+ <nav>
+ <a href="/"><b>Start</b></a>.
+
+
+ <a href="/posts/"><b>Posts</b></a>.
+
+ <a href="/categories/"><b>Categories</b></a>.
+
+ <a href="/tags/"><b>Tags</b></a>.
+
+ </nav>
+ </p>
+ <script async defer data-website-id="9b2f4923-27f6-41ac-ba15-43c51d35250e" src="https://stats.tinfoil-hat.net/umami.js"></script>
+
+</header>
+
+
+ <main>
+
+
+ <article>
+ <h1><a href="https://blog.tinfoil-hat.net/posts/wolf/">About the Lone Wolf</a></h1>
+ <b><time>24.11.2021 21:36</time></b>
+
+ <a href="/tags/psyche">Psyche</a>
+
+ <a href="/tags/personality">Personality</a>
+
+ <div>
+ The Lone Wolf https://www.youtube.com/watch?v=or3UZajR6Ao
+[Part1] Its gray fur completely bites but still keeps warm His pack uncontrollable but it follows him well-behaved The hunger so big always on the hunt Eyes dull, but teeth still sharp The room too narrow to breathe But even the sharpest claws become dull on the street Food becomes scarce, remains a growling stomach There are almost only wolves dressed as sheep So he moves away from here Because no plant grows on burnt soil So the rest remains for the rest Because only who comes first is the one who always has enough meat From gamma to alpha, from puppy to leader Is one of the best, one of the last of its kind Shares its food also with the weakest link of the chain, if it asks him Lives by unwritten rules, honor still flows through his veins He knows that you have to have them, too, rather than just talking about them But let them speak
+
+ <a href="https://blog.tinfoil-hat.net/posts/wolf/">Read more...</a>
+
+ </div>
+</article>
+
+
+ <div>
+
+ <a href="/">Previous Page</a>
+
+2 of 2
+
+</div>
+
+ </main>
+
+ <footer>
+ <p>&copy; 2023 <a href="https://blog.tinfoil-hat.net"><b>blog.tinfoil-hat.net</b></a>.
+ <a href="https://tinfoil-hat.net"><b>Landing Page</b></a>.
+ <a href="http://keys.gnupg.net/pks/lookup?op=vindex&amp;fingerprint=on&amp;search=0xC0090D40CFE34966"><b>GPG-Fingerprint</b></a>.
+ <a href="mailto:mal@tinfoil-hat.net"><b>E-Mail</b></a>.
+ <a href="https://git.tinfoil-hat.net"><b>Gitweb</b></a>.
+ </p>
+</footer>
+
+</body>
+</html>
diff --git a/public/posts/ai-snoop-dogg/index.html b/public/posts/ai-snoop-dogg/index.html
index 8d39ae3..891fab8 100644
--- a/public/posts/ai-snoop-dogg/index.html
+++ b/public/posts/ai-snoop-dogg/index.html
@@ -81,16 +81,16 @@ Our cause so strong, this mission won&rsquo;t die ! Taking back our rights from
<div>
<ul>
+ <li><a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></li>
+
+ <li><a href="/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></li>
+
<li><a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></li>
<li><a href="/posts/local-apt-mirror/">Local Apt Mirror</a></li>
<li><a href="/posts/the-black-and-the-white-wolf/">The Black and the White Wolf</a></li>
- <li><a href="/posts/nitter-ratelimiting/">Nitter Ratelimiting &amp; Guest_Accounts branch</a></li>
-
- <li><a href="/posts/till-lindemann-lizard/">Rammstein Singer Till Lindemann Lizard Confirmed</a></li>
-
</ul>
</div>
</div>
diff --git a/public/posts/generals/index.html b/public/posts/generals/index.html
index 147508a..ace8952 100644
--- a/public/posts/generals/index.html
+++ b/public/posts/generals/index.html
@@ -595,16 +595,16 @@ Signal, Briar, Element, Session</p>
<div>
<ul>
+ <li><a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></li>
+
+ <li><a href="/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></li>
+
<li><a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></li>
<li><a href="/posts/local-apt-mirror/">Local Apt Mirror</a></li>
<li><a href="/posts/the-black-and-the-white-wolf/">The Black and the White Wolf</a></li>
- <li><a href="/posts/nitter-ratelimiting/">Nitter Ratelimiting &amp; Guest_Accounts branch</a></li>
-
- <li><a href="/posts/till-lindemann-lizard/">Rammstein Singer Till Lindemann Lizard Confirmed</a></li>
-
</ul>
</div>
</div>
diff --git a/public/posts/index.html b/public/posts/index.html
index 20dfe9c..f987d07 100644
--- a/public/posts/index.html
+++ b/public/posts/index.html
@@ -50,6 +50,22 @@
<li>
<div class="post-title">
+ 2023-12-24 <a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a>
+
+ </div>
+ </li>
+
+ <li>
+ <div class="post-title">
+
+ 2023-11-30 <a href="/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a>
+
+ </div>
+ </li>
+
+ <li>
+ <div class="post-title">
+
2023-10-23 <a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a>
</div>
@@ -111,18 +127,12 @@
</div>
</li>
- <li>
- <div class="post-title">
-
- 2021-11-24 <a href="/posts/wolf/">About the Lone Wolf</a>
-
- </div>
- </li>
-
</ul>
<div>
-1 of 1
+1 of 2
+
+ <a href="/posts/page/2/">Next Page</a>
</div>
diff --git a/public/posts/index.xml b/public/posts/index.xml
index 1f14f6e..7c263a1 100644
--- a/public/posts/index.xml
+++ b/public/posts/index.xml
@@ -6,7 +6,29 @@
<description>Recent content in Posts on blog.tinfoil-hat.net</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 23 Oct 2023 05:50:36 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/posts/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 24 Dec 2023 21:25:32 +0100</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/posts/index.xml" rel="self" type="application/rss+xml" />
+ <item>
+ <title>Service Update: Discontinuation Due to Frontend-Backend Incompatibility</title>
+ <link>https://blog.tinfoil-hat.net/posts/removed-services/</link>
+ <pubDate>Sun, 24 Dec 2023 21:25:32 +0100</pubDate>
+
+ <guid>https://blog.tinfoil-hat.net/posts/removed-services/</guid>
+ <description>Dear Visitor, I regret to inform you of some critical issues that has led to the permanent discontinuation of my services. The frontends and backends of my system are no longer compatible, creating a situation where sustaining the quality and reliability of my services is no longer feasible.
+The Compatibility Challenge: A substantial increase in demand and advancements in technology have resulted in a misalignment between frontends and backends. This has made it increasingly challenging to maintain a seamless and secure user experience.</description>
+ </item>
+
+ <item>
+ <title>Revert Brave Flatpak to Deb</title>
+ <link>https://blog.tinfoil-hat.net/posts/revert-brave-flatpak-to-deb/</link>
+ <pubDate>Thu, 30 Nov 2023 23:24:41 +0100</pubDate>
+
+ <guid>https://blog.tinfoil-hat.net/posts/revert-brave-flatpak-to-deb/</guid>
+ <description>Hi there,
+I switched to Linuxmint Debian Edition 6 (LMDE6) and thought: why install Bravebrowser via Apt-Repo, when I could use the integrated Flatpak Store. The Problem that I encounterd was, that the Brave Flatpak doesn&amp;rsquo;t seem to can access my KeepassXC via Addon because of the Flatpak restrictions.
+So I tried this Fix https://www.vastactive.com/posts/keepassxc-firefox-flatpak/ which didn&amp;rsquo;t seem to work for me.
+So I am going another route, by moving my appdata dir where the .</description>
+ </item>
+
<item>
<title>Proxmox Docker Workstation</title>
<link>https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/</link>
diff --git a/public/posts/local-apt-mirror/index.html b/public/posts/local-apt-mirror/index.html
index caed721..5b47e57 100644
--- a/public/posts/local-apt-mirror/index.html
+++ b/public/posts/local-apt-mirror/index.html
@@ -97,16 +97,16 @@
<div>
<ul>
+ <li><a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></li>
+
+ <li><a href="/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></li>
+
<li><a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></li>
<li><a href="/posts/local-apt-mirror/">Local Apt Mirror</a></li>
<li><a href="/posts/the-black-and-the-white-wolf/">The Black and the White Wolf</a></li>
- <li><a href="/posts/nitter-ratelimiting/">Nitter Ratelimiting &amp; Guest_Accounts branch</a></li>
-
- <li><a href="/posts/till-lindemann-lizard/">Rammstein Singer Till Lindemann Lizard Confirmed</a></li>
-
</ul>
</div>
</div>
diff --git a/public/posts/nitter-ratelimiting/index.html b/public/posts/nitter-ratelimiting/index.html
index da03ed1..0f78d5f 100644
--- a/public/posts/nitter-ratelimiting/index.html
+++ b/public/posts/nitter-ratelimiting/index.html
@@ -159,16 +159,16 @@ vim guest_accounts.jsonl
<div>
<ul>
+ <li><a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></li>
+
+ <li><a href="/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></li>
+
<li><a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></li>
<li><a href="/posts/local-apt-mirror/">Local Apt Mirror</a></li>
<li><a href="/posts/the-black-and-the-white-wolf/">The Black and the White Wolf</a></li>
- <li><a href="/posts/nitter-ratelimiting/">Nitter Ratelimiting &amp; Guest_Accounts branch</a></li>
-
- <li><a href="/posts/till-lindemann-lizard/">Rammstein Singer Till Lindemann Lizard Confirmed</a></li>
-
</ul>
</div>
</div>
diff --git a/public/posts/page/2/index.html b/public/posts/page/2/index.html
new file mode 100644
index 0000000..0eca1d4
--- /dev/null
+++ b/public/posts/page/2/index.html
@@ -0,0 +1,79 @@
+<!DOCTYPE html>
+<html lang="en-us">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <style type=text/css>body{font-family:monospace;}</style>
+ <title>Posts</title>
+
+
+ <link rel="stylesheet" href="/css/style.css">
+
+ <link rel="alternate" type="application/rss+xml" href="/posts/index.xml" title="blog.tinfoil-hat.net">
+</head>
+<body>
+ <header>
+ ==========================<br>
+ == <a href="https://blog.tinfoil-hat.net">blog.tinfoil-hat.net</a> ==<br>
+ ==========================
+ <div style="float: right;">A save home for every tinfoil-hat!</div><br>
+ <p>
+ <nav>
+ <a href="/"><b>Start</b></a>.
+
+
+ <a href="/posts/"><b>Posts</b></a>.
+
+ <a href="/categories/"><b>Categories</b></a>.
+
+ <a href="/tags/"><b>Tags</b></a>.
+
+ </nav>
+ </p>
+ <script async defer data-website-id="9b2f4923-27f6-41ac-ba15-43c51d35250e" src="https://stats.tinfoil-hat.net/umami.js"></script>
+
+</header>
+
+
+ <main>
+
+
+ <div>
+ <h1>Posts</h1>
+
+ </div>
+
+
+ <ul>
+
+ <li>
+ <div class="post-title">
+
+ 2021-11-24 <a href="/posts/wolf/">About the Lone Wolf</a>
+
+ </div>
+ </li>
+
+ </ul>
+ <div>
+
+ <a href="/posts/">Previous Page</a>
+
+2 of 2
+
+</div>
+
+ </main>
+
+ <footer>
+ <p>&copy; 2023 <a href="https://blog.tinfoil-hat.net"><b>blog.tinfoil-hat.net</b></a>.
+ <a href="https://tinfoil-hat.net"><b>Landing Page</b></a>.
+ <a href="http://keys.gnupg.net/pks/lookup?op=vindex&amp;fingerprint=on&amp;search=0xC0090D40CFE34966"><b>GPG-Fingerprint</b></a>.
+ <a href="mailto:mal@tinfoil-hat.net"><b>E-Mail</b></a>.
+ <a href="https://git.tinfoil-hat.net"><b>Gitweb</b></a>.
+ </p>
+</footer>
+
+</body>
+</html>
diff --git a/public/posts/prep/index.html b/public/posts/prep/index.html
index 88f5386..a132d7d 100644
--- a/public/posts/prep/index.html
+++ b/public/posts/prep/index.html
@@ -128,16 +128,16 @@
<div>
<ul>
+ <li><a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></li>
+
+ <li><a href="/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></li>
+
<li><a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></li>
<li><a href="/posts/local-apt-mirror/">Local Apt Mirror</a></li>
<li><a href="/posts/the-black-and-the-white-wolf/">The Black and the White Wolf</a></li>
- <li><a href="/posts/nitter-ratelimiting/">Nitter Ratelimiting &amp; Guest_Accounts branch</a></li>
-
- <li><a href="/posts/till-lindemann-lizard/">Rammstein Singer Till Lindemann Lizard Confirmed</a></li>
-
</ul>
</div>
</div>
diff --git a/public/posts/proxmox-docker-workstation/index.html b/public/posts/proxmox-docker-workstation/index.html
index f4db555..cd98ff9 100644
--- a/public/posts/proxmox-docker-workstation/index.html
+++ b/public/posts/proxmox-docker-workstation/index.html
@@ -166,16 +166,16 @@ https://127.0.0.1:8006</p>
<div>
<ul>
+ <li><a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></li>
+
+ <li><a href="/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></li>
+
<li><a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></li>
<li><a href="/posts/local-apt-mirror/">Local Apt Mirror</a></li>
<li><a href="/posts/the-black-and-the-white-wolf/">The Black and the White Wolf</a></li>
- <li><a href="/posts/nitter-ratelimiting/">Nitter Ratelimiting &amp; Guest_Accounts branch</a></li>
-
- <li><a href="/posts/till-lindemann-lizard/">Rammstein Singer Till Lindemann Lizard Confirmed</a></li>
-
</ul>
</div>
</div>
diff --git a/public/posts/removed-services/index.html b/public/posts/removed-services/index.html
new file mode 100644
index 0000000..2d30a5f
--- /dev/null
+++ b/public/posts/removed-services/index.html
@@ -0,0 +1,103 @@
+<!DOCTYPE html>
+<html lang="en-us">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <style type=text/css>body{font-family:monospace;}</style>
+ <title>Service Update: Discontinuation Due to Frontend-Backend Incompatibility</title>
+
+
+ <link rel="stylesheet" href="/css/style.css">
+
+
+</head>
+<body>
+ <header>
+ ==========================<br>
+ == <a href="https://blog.tinfoil-hat.net">blog.tinfoil-hat.net</a> ==<br>
+ ==========================
+ <div style="float: right;">A save home for every tinfoil-hat!</div><br>
+ <p>
+ <nav>
+ <a href="/"><b>Start</b></a>.
+
+
+ <a href="/posts/"><b>Posts</b></a>.
+
+ <a href="/categories/"><b>Categories</b></a>.
+
+ <a href="/tags/"><b>Tags</b></a>.
+
+ </nav>
+ </p>
+ <script async defer data-website-id="9b2f4923-27f6-41ac-ba15-43c51d35250e" src="https://stats.tinfoil-hat.net/umami.js"></script>
+
+</header>
+
+
+ <main>
+ <article>
+ <h1>Service Update: Discontinuation Due to Frontend-Backend Incompatibility</h1>
+ <b><time>24.12.2023 21:25</time></b>
+
+ <a href="/tags/server">Server</a>
+
+ <a href="/tags/technology">Technology</a>
+
+
+ <div>
+ <h1 id="dear-visitor">Dear Visitor,</h1>
+<p>I regret to inform you of some critical issues that has led to the permanent discontinuation of my services. The frontends and backends of my system are no longer compatible, creating a situation where sustaining the quality and reliability of my services is no longer feasible.</p>
+<h2 id="the-compatibility-challenge">The Compatibility Challenge:</h2>
+<p>A substantial increase in demand and advancements in technology have resulted in a misalignment between frontends and backends. This has made it increasingly challenging to maintain a seamless and secure user experience.</p>
+<h2 id="what-does-this-mean-for-you">What Does This Mean for You?</h2>
+<p>Unfortunately, this incompatibility has forced me to make the difficult decision to discontinue my services permanently. As of 2023-12-24, you will no longer be able to access my platform.</p>
+<h2 id="next-steps">Next Steps:</h2>
+<p>For any concerns or further assistance, please do not hesitate to reach out to <a href="mailto:mail@tinfoil-hat.net">mail@tinfoil-hat.net</a></p>
+<h2 id="gratitude">Gratitude:</h2>
+<p>I extend my sincere gratitude for your loyalty and support over the years. It has been a privilege to serve you, and I apologize for any inconvenience caused by this unforeseen situation.</p>
+<p>Thank you for your understanding.</p>
+<p>Best regards,</p>
+<ul>
+<li>tinfoil-hat</li>
+</ul>
+
+ </div>
+ </article>
+ </main>
+<aside>
+ <div>
+ <div>
+ <h3>LATEST POSTS</h3>
+ </div>
+ <div>
+ <ul>
+
+ <li><a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></li>
+
+ <li><a href="/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></li>
+
+ <li><a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></li>
+
+ <li><a href="/posts/local-apt-mirror/">Local Apt Mirror</a></li>
+
+ <li><a href="/posts/the-black-and-the-white-wolf/">The Black and the White Wolf</a></li>
+
+ </ul>
+ </div>
+ </div>
+</aside>
+
+
+ <footer>
+ <p>&copy; 2023 <a href="https://blog.tinfoil-hat.net"><b>blog.tinfoil-hat.net</b></a>.
+ <a href="https://tinfoil-hat.net"><b>Landing Page</b></a>.
+ <a href="http://keys.gnupg.net/pks/lookup?op=vindex&amp;fingerprint=on&amp;search=0xC0090D40CFE34966"><b>GPG-Fingerprint</b></a>.
+ <a href="mailto:mal@tinfoil-hat.net"><b>E-Mail</b></a>.
+ <a href="https://git.tinfoil-hat.net"><b>Gitweb</b></a>.
+ </p>
+</footer>
+
+</body>
+</html>
diff --git a/public/posts/revert-brave-flatpak-to-deb/index.html b/public/posts/revert-brave-flatpak-to-deb/index.html
new file mode 100644
index 0000000..bdc9bbe
--- /dev/null
+++ b/public/posts/revert-brave-flatpak-to-deb/index.html
@@ -0,0 +1,109 @@
+<!DOCTYPE html>
+<html lang="en-us">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <style type=text/css>body{font-family:monospace;}</style>
+ <title>Revert Brave Flatpak to Deb</title>
+
+
+ <link rel="stylesheet" href="/css/style.css">
+
+
+</head>
+<body>
+ <header>
+ ==========================<br>
+ == <a href="https://blog.tinfoil-hat.net">blog.tinfoil-hat.net</a> ==<br>
+ ==========================
+ <div style="float: right;">A save home for every tinfoil-hat!</div><br>
+ <p>
+ <nav>
+ <a href="/"><b>Start</b></a>.
+
+
+ <a href="/posts/"><b>Posts</b></a>.
+
+ <a href="/categories/"><b>Categories</b></a>.
+
+ <a href="/tags/"><b>Tags</b></a>.
+
+ </nav>
+ </p>
+ <script async defer data-website-id="9b2f4923-27f6-41ac-ba15-43c51d35250e" src="https://stats.tinfoil-hat.net/umami.js"></script>
+
+</header>
+
+
+ <main>
+ <article>
+ <h1>Revert Brave Flatpak to Deb</h1>
+ <b><time>30.11.2023 23:24</time></b>
+
+ <a href="/tags/"></a>
+
+ <a href="/tags/"></a>
+
+
+ <div>
+ <p>Hi there,</p>
+<p>I switched to Linuxmint Debian Edition 6 (LMDE6) and thought: why install Bravebrowser via Apt-Repo, when I could use the integrated Flatpak Store. The Problem that I encounterd was, that the Brave Flatpak doesn&rsquo;t seem to can access my KeepassXC via Addon because of the Flatpak restrictions.</p>
+<p>So I tried this Fix <a href="https://www.vastactive.com/posts/keepassxc-firefox-flatpak/">https://www.vastactive.com/posts/keepassxc-firefox-flatpak/</a> which didn&rsquo;t seem to work for me.</p>
+<p>So I am going another route, by moving my appdata dir where the .deb Version would look for.</p>
+<p>First I create backups via <a href="https://github.com/laurent22/rsync-time-backup">rsync-time-backup</a>.</p>
+<p>Then I move the folder</p>
+<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>~/.var/app/com.brave.Browser/config/BraveSoftware
+</span></span></code></pre></div><p>to</p>
+<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>~/.config/
+</span></span></code></pre></div><p>After that I uninstall the Flatpak version of Brave via</p>
+<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>flatpak uninstall com.brave.Browser
+</span></span></code></pre></div><p>Now let&rsquo;s reinstall Brave via apt Package-Manager:</p>
+<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>sudo apt install curl
+</span></span><span style="display:flex;"><span>
+</span></span><span style="display:flex;"><span>sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
+</span></span><span style="display:flex;"><span>
+</span></span><span style="display:flex;"><span>echo <span style="color:#e6db74">&#34;deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main&#34;</span>|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
+</span></span><span style="display:flex;"><span>
+</span></span><span style="display:flex;"><span>sudo apt update
+</span></span><span style="display:flex;"><span>
+</span></span><span style="display:flex;"><span>sudo apt install brave-browser
+</span></span></code></pre></div>
+ </div>
+ </article>
+ </main>
+<aside>
+ <div>
+ <div>
+ <h3>LATEST POSTS</h3>
+ </div>
+ <div>
+ <ul>
+
+ <li><a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></li>
+
+ <li><a href="/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></li>
+
+ <li><a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></li>
+
+ <li><a href="/posts/local-apt-mirror/">Local Apt Mirror</a></li>
+
+ <li><a href="/posts/the-black-and-the-white-wolf/">The Black and the White Wolf</a></li>
+
+ </ul>
+ </div>
+ </div>
+</aside>
+
+
+ <footer>
+ <p>&copy; 2023 <a href="https://blog.tinfoil-hat.net"><b>blog.tinfoil-hat.net</b></a>.
+ <a href="https://tinfoil-hat.net"><b>Landing Page</b></a>.
+ <a href="http://keys.gnupg.net/pks/lookup?op=vindex&amp;fingerprint=on&amp;search=0xC0090D40CFE34966"><b>GPG-Fingerprint</b></a>.
+ <a href="mailto:mal@tinfoil-hat.net"><b>E-Mail</b></a>.
+ <a href="https://git.tinfoil-hat.net"><b>Gitweb</b></a>.
+ </p>
+</footer>
+
+</body>
+</html>
diff --git a/public/posts/the-black-and-the-white-wolf/index.html b/public/posts/the-black-and-the-white-wolf/index.html
index 701cb50..6bfb76d 100644
--- a/public/posts/the-black-and-the-white-wolf/index.html
+++ b/public/posts/the-black-and-the-white-wolf/index.html
@@ -82,16 +82,16 @@ After a while he asked:
<div>
<ul>
+ <li><a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></li>
+
+ <li><a href="/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></li>
+
<li><a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></li>
<li><a href="/posts/local-apt-mirror/">Local Apt Mirror</a></li>
<li><a href="/posts/the-black-and-the-white-wolf/">The Black and the White Wolf</a></li>
- <li><a href="/posts/nitter-ratelimiting/">Nitter Ratelimiting &amp; Guest_Accounts branch</a></li>
-
- <li><a href="/posts/till-lindemann-lizard/">Rammstein Singer Till Lindemann Lizard Confirmed</a></li>
-
</ul>
</div>
</div>
diff --git a/public/posts/till-lindemann-lizard/index.html b/public/posts/till-lindemann-lizard/index.html
index c5d6a6b..c5b0fc6 100644
--- a/public/posts/till-lindemann-lizard/index.html
+++ b/public/posts/till-lindemann-lizard/index.html
@@ -72,16 +72,16 @@
<div>
<ul>
+ <li><a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></li>
+
+ <li><a href="/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></li>
+
<li><a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></li>
<li><a href="/posts/local-apt-mirror/">Local Apt Mirror</a></li>
<li><a href="/posts/the-black-and-the-white-wolf/">The Black and the White Wolf</a></li>
- <li><a href="/posts/nitter-ratelimiting/">Nitter Ratelimiting &amp; Guest_Accounts branch</a></li>
-
- <li><a href="/posts/till-lindemann-lizard/">Rammstein Singer Till Lindemann Lizard Confirmed</a></li>
-
</ul>
</div>
</div>
diff --git a/public/posts/wolf/index.html b/public/posts/wolf/index.html
index d2fef19..ce06ff2 100644
--- a/public/posts/wolf/index.html
+++ b/public/posts/wolf/index.html
@@ -339,16 +339,16 @@ up the pitchers we drink!&rdquo;</p>
<div>
<ul>
+ <li><a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a></li>
+
+ <li><a href="/posts/revert-brave-flatpak-to-deb/">Revert Brave Flatpak to Deb</a></li>
+
<li><a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a></li>
<li><a href="/posts/local-apt-mirror/">Local Apt Mirror</a></li>
<li><a href="/posts/the-black-and-the-white-wolf/">The Black and the White Wolf</a></li>
- <li><a href="/posts/nitter-ratelimiting/">Nitter Ratelimiting &amp; Guest_Accounts branch</a></li>
-
- <li><a href="/posts/till-lindemann-lizard/">Rammstein Singer Till Lindemann Lizard Confirmed</a></li>
-
</ul>
</div>
</div>
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 1487e9e..2b12716 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -3,30 +3,36 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://blog.tinfoil-hat.net/</loc>
- <lastmod>2023-10-23T05:50:36+02:00</lastmod>
+ <lastmod>2023-12-24T21:25:32+01:00</lastmod>
</url><url>
<loc>https://blog.tinfoil-hat.net/categories/</loc>
- <lastmod>2023-10-23T05:50:36+02:00</lastmod>
- </url><url>
- <loc>https://blog.tinfoil-hat.net/tags/linux/</loc>
- <lastmod>2023-10-23T05:50:36+02:00</lastmod>
+ <lastmod>2023-12-24T21:25:32+01:00</lastmod>
</url><url>
<loc>https://blog.tinfoil-hat.net/posts/</loc>
- <lastmod>2023-10-23T05:50:36+02:00</lastmod>
- </url><url>
- <loc>https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/</loc>
- <lastmod>2023-10-23T05:50:36+02:00</lastmod>
+ <lastmod>2023-12-24T21:25:32+01:00</lastmod>
</url><url>
<loc>https://blog.tinfoil-hat.net/tags/server/</loc>
- <lastmod>2023-10-23T05:50:36+02:00</lastmod>
+ <lastmod>2023-12-24T21:25:32+01:00</lastmod>
+ </url><url>
+ <loc>https://blog.tinfoil-hat.net/posts/removed-services/</loc>
+ <lastmod>2023-12-24T21:25:32+01:00</lastmod>
</url><url>
<loc>https://blog.tinfoil-hat.net/tags/</loc>
- <lastmod>2023-10-23T05:50:36+02:00</lastmod>
+ <lastmod>2023-12-24T21:25:32+01:00</lastmod>
</url><url>
<loc>https://blog.tinfoil-hat.net/tags/technology/</loc>
- <lastmod>2023-10-23T05:50:36+02:00</lastmod>
+ <lastmod>2023-12-24T21:25:32+01:00</lastmod>
</url><url>
<loc>https://blog.tinfoil-hat.net/categories/technology/</loc>
+ <lastmod>2023-12-24T21:25:32+01:00</lastmod>
+ </url><url>
+ <loc>https://blog.tinfoil-hat.net/posts/revert-brave-flatpak-to-deb/</loc>
+ <lastmod>2023-11-30T23:24:41+01:00</lastmod>
+ </url><url>
+ <loc>https://blog.tinfoil-hat.net/tags/linux/</loc>
+ <lastmod>2023-10-23T05:50:36+02:00</lastmod>
+ </url><url>
+ <loc>https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/</loc>
<lastmod>2023-10-23T05:50:36+02:00</lastmod>
</url><url>
<loc>https://blog.tinfoil-hat.net/posts/local-apt-mirror/</loc>
diff --git a/public/tags/index.html b/public/tags/index.html
index 4417692..deb0dec 100644
--- a/public/tags/index.html
+++ b/public/tags/index.html
@@ -50,7 +50,7 @@
<li>
<div class="post-title">
- <a href="/tags/linux/">Linux</a>
+ <a href="/tags/server/">Server</a>
</div>
</li>
@@ -58,7 +58,7 @@
<li>
<div class="post-title">
- <a href="/tags/server/">Server</a>
+ <a href="/tags/technology/">Technology</a>
</div>
</li>
@@ -66,7 +66,7 @@
<li>
<div class="post-title">
- <a href="/tags/technology/">Technology</a>
+ <a href="/tags/linux/">Linux</a>
</div>
</li>
diff --git a/public/tags/index.xml b/public/tags/index.xml
index ff66283..9cbb254 100644
--- a/public/tags/index.xml
+++ b/public/tags/index.xml
@@ -6,20 +6,11 @@
<description>Recent content in Tags on blog.tinfoil-hat.net</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 23 Oct 2023 05:50:36 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/tags/index.xml" rel="self" type="application/rss+xml" />
- <item>
- <title>Linux</title>
- <link>https://blog.tinfoil-hat.net/tags/linux/</link>
- <pubDate>Mon, 23 Oct 2023 05:50:36 +0200</pubDate>
-
- <guid>https://blog.tinfoil-hat.net/tags/linux/</guid>
- <description></description>
- </item>
-
+ <lastBuildDate>Sun, 24 Dec 2023 21:25:32 +0100</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Server</title>
<link>https://blog.tinfoil-hat.net/tags/server/</link>
- <pubDate>Mon, 23 Oct 2023 05:50:36 +0200</pubDate>
+ <pubDate>Sun, 24 Dec 2023 21:25:32 +0100</pubDate>
<guid>https://blog.tinfoil-hat.net/tags/server/</guid>
<description></description>
@@ -28,13 +19,22 @@
<item>
<title>Technology</title>
<link>https://blog.tinfoil-hat.net/tags/technology/</link>
- <pubDate>Mon, 23 Oct 2023 05:50:36 +0200</pubDate>
+ <pubDate>Sun, 24 Dec 2023 21:25:32 +0100</pubDate>
<guid>https://blog.tinfoil-hat.net/tags/technology/</guid>
<description></description>
</item>
<item>
+ <title>Linux</title>
+ <link>https://blog.tinfoil-hat.net/tags/linux/</link>
+ <pubDate>Mon, 23 Oct 2023 05:50:36 +0200</pubDate>
+
+ <guid>https://blog.tinfoil-hat.net/tags/linux/</guid>
+ <description></description>
+ </item>
+
+ <item>
<title>Lore</title>
<link>https://blog.tinfoil-hat.net/tags/lore/</link>
<pubDate>Mon, 16 Oct 2023 16:29:15 +0200</pubDate>
diff --git a/public/tags/server/index.html b/public/tags/server/index.html
index fb186f7..40a1181 100644
--- a/public/tags/server/index.html
+++ b/public/tags/server/index.html
@@ -50,6 +50,14 @@
<li>
<div class="post-title">
+ <a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a>
+
+ </div>
+ </li>
+
+ <li>
+ <div class="post-title">
+
<a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a>
</div>
diff --git a/public/tags/server/index.xml b/public/tags/server/index.xml
index 766f040..3572e6c 100644
--- a/public/tags/server/index.xml
+++ b/public/tags/server/index.xml
@@ -6,7 +6,17 @@
<description>Recent content in Server on blog.tinfoil-hat.net</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 23 Oct 2023 05:50:36 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/tags/server/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 24 Dec 2023 21:25:32 +0100</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/tags/server/index.xml" rel="self" type="application/rss+xml" />
+ <item>
+ <title>Service Update: Discontinuation Due to Frontend-Backend Incompatibility</title>
+ <link>https://blog.tinfoil-hat.net/posts/removed-services/</link>
+ <pubDate>Sun, 24 Dec 2023 21:25:32 +0100</pubDate>
+
+ <guid>https://blog.tinfoil-hat.net/posts/removed-services/</guid>
+ <description>Dear Visitor, I regret to inform you of some critical issues that has led to the permanent discontinuation of my services. The frontends and backends of my system are no longer compatible, creating a situation where sustaining the quality and reliability of my services is no longer feasible.
+The Compatibility Challenge: A substantial increase in demand and advancements in technology have resulted in a misalignment between frontends and backends. This has made it increasingly challenging to maintain a seamless and secure user experience.</description>
+ </item>
+
<item>
<title>Proxmox Docker Workstation</title>
<link>https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/</link>
diff --git a/public/tags/technology/index.html b/public/tags/technology/index.html
index 2dd8f05..6af197f 100644
--- a/public/tags/technology/index.html
+++ b/public/tags/technology/index.html
@@ -50,6 +50,14 @@
<li>
<div class="post-title">
+ <a href="/posts/removed-services/">Service Update: Discontinuation Due to Frontend-Backend Incompatibility</a>
+
+ </div>
+ </li>
+
+ <li>
+ <div class="post-title">
+
<a href="/posts/proxmox-docker-workstation/">Proxmox Docker Workstation</a>
</div>
diff --git a/public/tags/technology/index.xml b/public/tags/technology/index.xml
index 0e89b39..d3d6420 100644
--- a/public/tags/technology/index.xml
+++ b/public/tags/technology/index.xml
@@ -6,7 +6,17 @@
<description>Recent content in Technology on blog.tinfoil-hat.net</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 23 Oct 2023 05:50:36 +0200</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/tags/technology/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 24 Dec 2023 21:25:32 +0100</lastBuildDate><atom:link href="https://blog.tinfoil-hat.net/tags/technology/index.xml" rel="self" type="application/rss+xml" />
+ <item>
+ <title>Service Update: Discontinuation Due to Frontend-Backend Incompatibility</title>
+ <link>https://blog.tinfoil-hat.net/posts/removed-services/</link>
+ <pubDate>Sun, 24 Dec 2023 21:25:32 +0100</pubDate>
+
+ <guid>https://blog.tinfoil-hat.net/posts/removed-services/</guid>
+ <description>Dear Visitor, I regret to inform you of some critical issues that has led to the permanent discontinuation of my services. The frontends and backends of my system are no longer compatible, creating a situation where sustaining the quality and reliability of my services is no longer feasible.
+The Compatibility Challenge: A substantial increase in demand and advancements in technology have resulted in a misalignment between frontends and backends. This has made it increasingly challenging to maintain a seamless and secure user experience.</description>
+ </item>
+
<item>
<title>Proxmox Docker Workstation</title>
<link>https://blog.tinfoil-hat.net/posts/proxmox-docker-workstation/</link>