timkicker 3 months ago
parent
commit
18a23b0e00
  1. 0
      2023/08/02/digital-nomad/behemoth.jpg
  2. 4
      2023/08/02/digital-nomad/index.html
  3. 4
      2024/06/26/the-selfhosting-experience/index.html
  4. 4
      atom.xml
  5. 2
      faq/index.html
  6. 2
      feed.json
  7. 4
      rss.xml
  8. 18
      sitemap.xml

0
2023/08/02/digital-nomad/Behemoth.jpg → 2023/08/02/digital-nomad/behemoth.jpg

Before

Width: 877  |  Height: 637  |  Size: 150 KiB

After

Width: 877  |  Height: 637  |  Size: 150 KiB

4
2023/08/02/digital-nomad/index.html

@ -26,7 +26,7 @@
<meta name="author" content="Tim Kicker">
<meta property="og:image" content="https://tim.kicker.devundefined">
<meta property="og:image" content="https://tim.kicker.dev/digital-nomad/behemoth.jpg">
<meta property="og:site_name" content="Tim&#39;s Blog" />
<meta property="og:type" content="article" />
@ -42,7 +42,7 @@
<meta name="twitter:description" content="In the 1980s, the idea of working remotely while traveling the world seemed like something straight out of a sci-fi novel. Yet, one man defied the nor">
<meta name="twitter:image" content="https://tim.kicker.devundefined">
<meta name="twitter:image" content="https://tim.kicker.dev/digital-nomad/behemoth.jpg">
<meta name="twitter:url" content="https://tim.kicker.dev/2023/08/02/digital-nomad/" />

4
2024/06/26/the-selfhosting-experience/index.html

@ -216,7 +216,7 @@
<div class="trans">
<h2>The Selfhosting Experience</h2>
<p>I’ve been running my own server for about 2.5 years now and have gained a lot of experience in the process. Since a friend of mine asked about my setup and some tipps, I thought it would be best to publish another blog post on this topic. This is one of my more tech-savvy posts, so feel free to skip it if you’re not interested (as if I have any say in this…). I’ll keep this entry updated as long as I’m willing to. VPN-Section is coming soon.</p>
<p>I’ve been running my own server for about 2.5 years now and have gained a lot of experience in the process. Since a friend of mine asked about my setup and some tipps, I thought it would be best to publish another blog post on this topic. This is one of my more tech-savvy posts, so feel free to skip it if you’re not interested (as if I have any say in this…). I’ll keep this entry updated as long as I’m willing to. </p>
<p><img src="/2024/06/26/the-selfhosting-experience/wondering.png"></p>
<p>Me, sometime at the beginning of 2022</p>
<h2 id="Reasoning"><a href="#Reasoning" class="headerlink" title="Reasoning"></a>Reasoning</h2><p>Why would you actually want to host everything yourself in the first place? I mean, it’s a lot of work, a ton of stress, and requires constant maintenance?</p>
@ -247,10 +247,12 @@
<h2 id="What-to-keep-in-mind"><a href="#What-to-keep-in-mind" class="headerlink" title="What to keep in mind"></a>What to keep in mind</h2><p>Let me tell you this before you even start to think about starting your own server: It’ll cost you a <del>fuck ton</del> lot of nerves and time. Don’t go into this project thinking it will be easy and you will be done in no time. It requires a lot of troubleshooting, a lot of research, and a huge pile of failures. You’ll need discipline to stay on track.</p>
<p>You’ll gain a considerable amount of technical knowledge, but you’ll also need some basic networking skills. Take some time to study those basic abilities before you start this project. Stop browsing Reddit for the best dashboard theme if you cannot tell me how DHCP works.</p>
<p>Depending on your situation, there may be a lot of initial costs for the hardware you’ll use. I was lucky enough to use my “old” gaming PC since I grew out of my gaming phase a long time ago. I know it isn’t energy-efficient at all, but it works for now (you’ll encounter this situation a lot during this or similar software projects).</p>
<p>You may also be able to start of pretty cheap for most projects. Like you could buy a Raspi Zero for about <a target="_blank" rel="noopener" href="https://buyzero.de/collections/raspberry-pi-zero-kits/products/raspberry-pi-zero-w">17 Euros nowadays</a> when starting off. It’s not the most powerfull device but you’ll be able to host a few decent applications.</p>
<h2 id="My-setup"><a href="#My-setup" class="headerlink" title="My setup"></a>My setup</h2><p><img src="/2024/06/26/the-selfhosting-experience/dashboard.png"></p>
<p>I am currently using Ubuntu LTS, as it’s a pretty reliable operating system for servers. There are countless alternatives like Debian or RockyLinux. However, if I had to restart this project from scratch, I’d probably go with <a target="_blank" rel="noopener" href="https://www.openmediavault.org/">OpenMediaVault</a> this time.</p>
<p>I chose to run all my applications using <a target="_blank" rel="noopener" href="https://www.docker.com/why-docker/">Docker</a> because I think it’s the best way to run server applications. Docker allows us to package applications into containers, each containing the application code, runtime, libraries, and dependencies needed to run the application consistently across different environments.</p>
<p>Since most self-proclaimed administrators choose to set up a dashboard to maintain a clear perspective on my applications, I opted not to include things like a search engine or third-party websites such as some social media sites, since I only use <a target="_blank" rel="noopener" href="https://github.com/bastienwirtz/homer">this dashboard</a> for navigation and nothing else.</p>
<p>For maintainance and security, I also chose to host a Wireguard-VPN on a seperate device, which allows me to access my server remotely without going directly over the internet. This improves our security drastically while also offering some way of maintainance should the main-machine go offline.</p>
<h2 id="Media"><a href="#Media" class="headerlink" title="Media"></a>Media</h2><p><img src="/2024/06/26/the-selfhosting-experience/media.png"></p>
<h3 id="Plex"><a href="#Plex" class="headerlink" title="Plex"></a><a target="_blank" rel="noopener" href="https://watch.plex.tv/en-GB">Plex</a></h3><p>The Plex home server application is a media server software that allows users to organize, manage, and stream their personal media collections, including movies, TV shows, music, and photos, to various devices. Plex Media Server is installed on a computer or NAS (Network Attached Storage) device, where it scans and catalogs the user’s media, adding metadata and artwork for a polished library presentation. Users can then access their media from anywhere using the Plex app on smartphones, tablets, smart TVs, streaming devices, and web browsers. Plex also offers additional features such as live TV and DVR capabilities, support for various plugins, and premium options like Plex Pass for enhanced functionality and content access wich was bought by me. Alternatives like Emby &amp; Jellyfin (Open Source) exsit, but have not been thested by me.</p>
<h3 id="Calibre-Web"><a href="#Calibre-Web" class="headerlink" title="Calibre Web"></a><a target="_blank" rel="noopener" href="https://github.com/janeczku/calibre-web">Calibre Web</a></h3><p> A web-based application that provides a user-friendly interface for managing and accessing eBook collections stored in a Calibre database. It allows users to browse, read, and download eBooks via any web browser, offering features like metadata management, advanced search, and multi-user support with customizable permissions. The application includes an integrated eBook reader for convenient online reading.</p>

4
atom.xml

@ -8,7 +8,7 @@
<id>https://tim.kicker.dev/2024/06/26/the-selfhosting-experience/</id>
<title>The Selfhosting Experience</title>
<link rel="alternate" href="https://tim.kicker.dev/2024/06/26/the-selfhosting-experience/"/>
<content type="html">&lt;p&gt;I’ve been running my own server for about 2.5 years now and have gained a lot of experience in the process. Since a friend of mine asked about my setup and some tipps, I thought it would be best to publish another blog post on this topic. This is one of my more tech-savvy posts, so feel free to skip it if you’re not interested (as if I have any say in this…). I’ll keep this entry updated as long as I’m willing to. VPN-Section is coming soon.&lt;/p&gt;
<content type="html">&lt;p&gt;I’ve been running my own server for about 2.5 years now and have gained a lot of experience in the process. Since a friend of mine asked about my setup and some tipps, I thought it would be best to publish another blog post on this topic. This is one of my more tech-savvy posts, so feel free to skip it if you’re not interested (as if I have any say in this…). I’ll keep this entry updated as long as I’m willing to. &lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;/2024/06/26/the-selfhosting-experience/wondering.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Me, sometime at the beginning of 2022&lt;/p&gt;
&lt;h2 id=&#34;Reasoning&#34;&gt;&lt;a href=&#34;#Reasoning&#34; class=&#34;headerlink&#34; title=&#34;Reasoning&#34;&gt;&lt;/a&gt;Reasoning&lt;/h2&gt;&lt;p&gt;Why would you actually want to host everything yourself in the first place? I mean, it’s a lot of work, a ton of stress, and requires constant maintenance?&lt;/p&gt;
@ -39,10 +39,12 @@
&lt;h2 id=&#34;What-to-keep-in-mind&#34;&gt;&lt;a href=&#34;#What-to-keep-in-mind&#34; class=&#34;headerlink&#34; title=&#34;What to keep in mind&#34;&gt;&lt;/a&gt;What to keep in mind&lt;/h2&gt;&lt;p&gt;Let me tell you this before you even start to think about starting your own server: It’ll cost you a &lt;del&gt;fuck ton&lt;/del&gt; lot of nerves and time. Don’t go into this project thinking it will be easy and you will be done in no time. It requires a lot of troubleshooting, a lot of research, and a huge pile of failures. You’ll need discipline to stay on track.&lt;/p&gt;
&lt;p&gt;You’ll gain a considerable amount of technical knowledge, but you’ll also need some basic networking skills. Take some time to study those basic abilities before you start this project. Stop browsing Reddit for the best dashboard theme if you cannot tell me how DHCP works.&lt;/p&gt;
&lt;p&gt;Depending on your situation, there may be a lot of initial costs for the hardware you’ll use. I was lucky enough to use my “old” gaming PC since I grew out of my gaming phase a long time ago. I know it isn’t energy-efficient at all, but it works for now (you’ll encounter this situation a lot during this or similar software projects).&lt;/p&gt;
&lt;p&gt;You may also be able to start of pretty cheap for most projects. Like you could buy a Raspi Zero for about &lt;a href=&#34;https://buyzero.de/collections/raspberry-pi-zero-kits/products/raspberry-pi-zero-w&#34;&gt;17 Euros nowadays&lt;/a&gt; when starting off. It’s not the most powerfull device but you’ll be able to host a few decent applications.&lt;/p&gt;
&lt;h2 id=&#34;My-setup&#34;&gt;&lt;a href=&#34;#My-setup&#34; class=&#34;headerlink&#34; title=&#34;My setup&#34;&gt;&lt;/a&gt;My setup&lt;/h2&gt;&lt;p&gt;&lt;img src=&#34;/2024/06/26/the-selfhosting-experience/dashboard.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;I am currently using Ubuntu LTS, as it’s a pretty reliable operating system for servers. There are countless alternatives like Debian or RockyLinux. However, if I had to restart this project from scratch, I’d probably go with &lt;a href=&#34;https://www.openmediavault.org/&#34;&gt;OpenMediaVault&lt;/a&gt; this time.&lt;/p&gt;
&lt;p&gt;I chose to run all my applications using &lt;a href=&#34;https://www.docker.com/why-docker/&#34;&gt;Docker&lt;/a&gt; because I think it’s the best way to run server applications. Docker allows us to package applications into containers, each containing the application code, runtime, libraries, and dependencies needed to run the application consistently across different environments.&lt;/p&gt;
&lt;p&gt;Since most self-proclaimed administrators choose to set up a dashboard to maintain a clear perspective on my applications, I opted not to include things like a search engine or third-party websites such as some social media sites, since I only use &lt;a href=&#34;https://github.com/bastienwirtz/homer&#34;&gt;this dashboard&lt;/a&gt; for navigation and nothing else.&lt;/p&gt;
&lt;p&gt;For maintainance and security, I also chose to host a Wireguard-VPN on a seperate device, which allows me to access my server remotely without going directly over the internet. This improves our security drastically while also offering some way of maintainance should the main-machine go offline.&lt;/p&gt;
&lt;h2 id=&#34;Media&#34;&gt;&lt;a href=&#34;#Media&#34; class=&#34;headerlink&#34; title=&#34;Media&#34;&gt;&lt;/a&gt;Media&lt;/h2&gt;&lt;p&gt;&lt;img src=&#34;/2024/06/26/the-selfhosting-experience/media.png&#34;&gt;&lt;/p&gt;
&lt;h3 id=&#34;Plex&#34;&gt;&lt;a href=&#34;#Plex&#34; class=&#34;headerlink&#34; title=&#34;Plex&#34;&gt;&lt;/a&gt;&lt;a href=&#34;https://watch.plex.tv/en-GB&#34;&gt;Plex&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;The Plex home server application is a media server software that allows users to organize, manage, and stream their personal media collections, including movies, TV shows, music, and photos, to various devices. Plex Media Server is installed on a computer or NAS (Network Attached Storage) device, where it scans and catalogs the user’s media, adding metadata and artwork for a polished library presentation. Users can then access their media from anywhere using the Plex app on smartphones, tablets, smart TVs, streaming devices, and web browsers. Plex also offers additional features such as live TV and DVR capabilities, support for various plugins, and premium options like Plex Pass for enhanced functionality and content access wich was bought by me. Alternatives like Emby &amp;amp; Jellyfin (Open Source) exsit, but have not been thested by me.&lt;/p&gt;
&lt;h3 id=&#34;Calibre-Web&#34;&gt;&lt;a href=&#34;#Calibre-Web&#34; class=&#34;headerlink&#34; title=&#34;Calibre Web&#34;&gt;&lt;/a&gt;&lt;a href=&#34;https://github.com/janeczku/calibre-web&#34;&gt;Calibre Web&lt;/a&gt;&lt;/h3&gt;&lt;p&gt; A web-based application that provides a user-friendly interface for managing and accessing eBook collections stored in a Calibre database. It allows users to browse, read, and download eBooks via any web browser, offering features like metadata management, advanced search, and multi-user support with customizable permissions. The application includes an integrated eBook reader for convenient online reading.&lt;/p&gt;

2
faq/index.html

@ -217,7 +217,7 @@
<h2>Frequently asked questions</h2>
<h4 id="What-is-your-blog-all-about"><a href="#What-is-your-blog-all-about" class="headerlink" title="What is your blog all about?"></a>What is your blog all about?</h4><p>The purpose of this website is to give you a small overview about my projects, interests and opinions.</p>
<h4 id="How-can-I-contact-the-author-administrator-of-the-blog"><a href="#How-can-I-contact-the-author-administrator-of-the-blog" class="headerlink" title="How can I contact the author&#x2F;administrator of the blog?"></a>How can I contact the author&#x2F;administrator of the blog?</h4><p>Mail: <a href="mailto:&#x74;&#105;&#109;&#46;&#107;&#x69;&#99;&#107;&#x65;&#x72;&#64;&#112;&#114;&#x6f;&#116;&#x6f;&#110;&#109;&#97;&#x69;&#108;&#46;&#99;&#111;&#109;">&#x74;&#105;&#109;&#46;&#107;&#x69;&#99;&#107;&#x65;&#x72;&#64;&#112;&#114;&#x6f;&#116;&#x6f;&#110;&#109;&#97;&#x69;&#108;&#46;&#99;&#111;&#109;</a></p>
<h4 id="How-can-I-contact-the-author-administrator-of-the-blog"><a href="#How-can-I-contact-the-author-administrator-of-the-blog" class="headerlink" title="How can I contact the author&#x2F;administrator of the blog?"></a>How can I contact the author&#x2F;administrator of the blog?</h4><p>Mail: <a href="mailto:&#x74;&#x69;&#109;&#x2e;&#x6b;&#x69;&#x63;&#x6b;&#x65;&#114;&#x40;&#112;&#114;&#111;&#116;&#111;&#x6e;&#x6d;&#97;&#x69;&#x6c;&#46;&#x63;&#x6f;&#109;">&#x74;&#x69;&#109;&#x2e;&#x6b;&#x69;&#x63;&#x6b;&#x65;&#114;&#x40;&#112;&#114;&#111;&#116;&#111;&#x6e;&#x6d;&#97;&#x69;&#x6c;&#46;&#x63;&#x6f;&#109;</a></p>
<p>Twitter: <a target="_blank" rel="noopener" href="https://twitter.com/timjkicker/">@timjkicker</a></p>
<p>LinkedIn: <a target="_blank" rel="noopener" href="https://www.linkedin.com/in/tim-kicker/">https://www.linkedin.com/in/tim-kicker/</a> </p>
<h4 id="Are-the-articles-on-this-blog-written-by-a-single-author-or-multiple-contributors"><a href="#Are-the-articles-on-this-blog-written-by-a-single-author-or-multiple-contributors" class="headerlink" title="Are the articles on this blog written by a single author or multiple contributors?"></a>Are the articles on this blog written by a single author or multiple contributors?</h4><p>At the time of writing, all blogs were completely done by myself.</p>

2
feed.json
File diff suppressed because it is too large
View File

4
rss.xml

@ -12,7 +12,7 @@
<title>The Selfhosting Experience</title>
<link>https://tim.kicker.dev/2024/06/26/the-selfhosting-experience/</link>
<pubDate>Wed, 26 Jun 2024 18:20:59 +0000</pubDate>
<description><![CDATA[ &lt;p&gt;I’ve been running my own server for about 2.5 years now and have gained a lot of experience in the process. Since a friend of mine asked about my setup and some tipps, I thought it would be best to publish another blog post on this topic. This is one of my more tech-savvy posts, so feel free to skip it if you’re not interested (as if I have any say in this…). I’ll keep this entry updated as long as I’m willing to. VPN-Section is coming soon.&lt;/p&gt;
<description><![CDATA[ &lt;p&gt;I’ve been running my own server for about 2.5 years now and have gained a lot of experience in the process. Since a friend of mine asked about my setup and some tipps, I thought it would be best to publish another blog post on this topic. This is one of my more tech-savvy posts, so feel free to skip it if you’re not interested (as if I have any say in this…). I’ll keep this entry updated as long as I’m willing to. &lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;/2024/06/26/the-selfhosting-experience/wondering.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Me, sometime at the beginning of 2022&lt;/p&gt;
&lt;h2 id=&#34;Reasoning&#34;&gt;&lt;a href=&#34;#Reasoning&#34; class=&#34;headerlink&#34; title=&#34;Reasoning&#34;&gt;&lt;/a&gt;Reasoning&lt;/h2&gt;&lt;p&gt;Why would you actually want to host everything yourself in the first place? I mean, it’s a lot of work, a ton of stress, and requires constant maintenance?&lt;/p&gt;
@ -43,10 +43,12 @@
&lt;h2 id=&#34;What-to-keep-in-mind&#34;&gt;&lt;a href=&#34;#What-to-keep-in-mind&#34; class=&#34;headerlink&#34; title=&#34;What to keep in mind&#34;&gt;&lt;/a&gt;What to keep in mind&lt;/h2&gt;&lt;p&gt;Let me tell you this before you even start to think about starting your own server: It’ll cost you a &lt;del&gt;fuck ton&lt;/del&gt; lot of nerves and time. Don’t go into this project thinking it will be easy and you will be done in no time. It requires a lot of troubleshooting, a lot of research, and a huge pile of failures. You’ll need discipline to stay on track.&lt;/p&gt;
&lt;p&gt;You’ll gain a considerable amount of technical knowledge, but you’ll also need some basic networking skills. Take some time to study those basic abilities before you start this project. Stop browsing Reddit for the best dashboard theme if you cannot tell me how DHCP works.&lt;/p&gt;
&lt;p&gt;Depending on your situation, there may be a lot of initial costs for the hardware you’ll use. I was lucky enough to use my “old” gaming PC since I grew out of my gaming phase a long time ago. I know it isn’t energy-efficient at all, but it works for now (you’ll encounter this situation a lot during this or similar software projects).&lt;/p&gt;
&lt;p&gt;You may also be able to start of pretty cheap for most projects. Like you could buy a Raspi Zero for about &lt;a href=&#34;https://buyzero.de/collections/raspberry-pi-zero-kits/products/raspberry-pi-zero-w&#34;&gt;17 Euros nowadays&lt;/a&gt; when starting off. It’s not the most powerfull device but you’ll be able to host a few decent applications.&lt;/p&gt;
&lt;h2 id=&#34;My-setup&#34;&gt;&lt;a href=&#34;#My-setup&#34; class=&#34;headerlink&#34; title=&#34;My setup&#34;&gt;&lt;/a&gt;My setup&lt;/h2&gt;&lt;p&gt;&lt;img src=&#34;/2024/06/26/the-selfhosting-experience/dashboard.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;I am currently using Ubuntu LTS, as it’s a pretty reliable operating system for servers. There are countless alternatives like Debian or RockyLinux. However, if I had to restart this project from scratch, I’d probably go with &lt;a href=&#34;https://www.openmediavault.org/&#34;&gt;OpenMediaVault&lt;/a&gt; this time.&lt;/p&gt;
&lt;p&gt;I chose to run all my applications using &lt;a href=&#34;https://www.docker.com/why-docker/&#34;&gt;Docker&lt;/a&gt; because I think it’s the best way to run server applications. Docker allows us to package applications into containers, each containing the application code, runtime, libraries, and dependencies needed to run the application consistently across different environments.&lt;/p&gt;
&lt;p&gt;Since most self-proclaimed administrators choose to set up a dashboard to maintain a clear perspective on my applications, I opted not to include things like a search engine or third-party websites such as some social media sites, since I only use &lt;a href=&#34;https://github.com/bastienwirtz/homer&#34;&gt;this dashboard&lt;/a&gt; for navigation and nothing else.&lt;/p&gt;
&lt;p&gt;For maintainance and security, I also chose to host a Wireguard-VPN on a seperate device, which allows me to access my server remotely without going directly over the internet. This improves our security drastically while also offering some way of maintainance should the main-machine go offline.&lt;/p&gt;
&lt;h2 id=&#34;Media&#34;&gt;&lt;a href=&#34;#Media&#34; class=&#34;headerlink&#34; title=&#34;Media&#34;&gt;&lt;/a&gt;Media&lt;/h2&gt;&lt;p&gt;&lt;img src=&#34;/2024/06/26/the-selfhosting-experience/media.png&#34;&gt;&lt;/p&gt;
&lt;h3 id=&#34;Plex&#34;&gt;&lt;a href=&#34;#Plex&#34; class=&#34;headerlink&#34; title=&#34;Plex&#34;&gt;&lt;/a&gt;&lt;a href=&#34;https://watch.plex.tv/en-GB&#34;&gt;Plex&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;The Plex home server application is a media server software that allows users to organize, manage, and stream their personal media collections, including movies, TV shows, music, and photos, to various devices. Plex Media Server is installed on a computer or NAS (Network Attached Storage) device, where it scans and catalogs the user’s media, adding metadata and artwork for a polished library presentation. Users can then access their media from anywhere using the Plex app on smartphones, tablets, smart TVs, streaming devices, and web browsers. Plex also offers additional features such as live TV and DVR capabilities, support for various plugins, and premium options like Plex Pass for enhanced functionality and content access wich was bought by me. Alternatives like Emby &amp;amp; Jellyfin (Open Source) exsit, but have not been thested by me.&lt;/p&gt;
&lt;h3 id=&#34;Calibre-Web&#34;&gt;&lt;a href=&#34;#Calibre-Web&#34; class=&#34;headerlink&#34; title=&#34;Calibre Web&#34;&gt;&lt;/a&gt;&lt;a href=&#34;https://github.com/janeczku/calibre-web&#34;&gt;Calibre Web&lt;/a&gt;&lt;/h3&gt;&lt;p&gt; A web-based application that provides a user-friendly interface for managing and accessing eBook collections stored in a Calibre database. It allows users to browse, read, and download eBooks via any web browser, offering features like metadata management, advanced search, and multi-user support with customizable permissions. The application includes an integrated eBook reader for convenient online reading.&lt;/p&gt;

18
sitemap.xml

@ -4,7 +4,7 @@
<url>
<loc>https://tim.kicker.dev/digital-piracy/</loc>
<lastmod>2024-06-27</lastmod>
<lastmod>2024-06-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
@ -13,7 +13,7 @@
<url>
<loc>https://tim.kicker.dev/faq/</loc>
<lastmod>2024-06-27</lastmod>
<lastmod>2024-06-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
@ -22,7 +22,7 @@
<url>
<loc>https://tim.kicker.dev/2023/05/18/whatsapp-analyze/</loc>
<lastmod>2024-06-27</lastmod>
<lastmod>2024-06-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
@ -31,7 +31,7 @@
<url>
<loc>https://tim.kicker.dev/2023/07/18/telegram/</loc>
<lastmod>2024-06-27</lastmod>
<lastmod>2024-06-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
@ -40,7 +40,7 @@
<url>
<loc>https://tim.kicker.dev/2024/06/26/the-selfhosting-experience/</loc>
<lastmod>2024-06-27</lastmod>
<lastmod>2024-06-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
@ -49,7 +49,7 @@
<url>
<loc>https://tim.kicker.dev/2023/08/02/digital-nomad/</loc>
<lastmod>2024-06-27</lastmod>
<lastmod>2024-06-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
@ -58,7 +58,7 @@
<url>
<loc>https://tim.kicker.dev/2023/07/25/beautiful-internet/</loc>
<lastmod>2024-06-27</lastmod>
<lastmod>2024-06-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
@ -67,7 +67,7 @@
<url>
<loc>https://tim.kicker.dev/About/</loc>
<lastmod>2024-06-27</lastmod>
<lastmod>2024-06-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
@ -76,7 +76,7 @@
<url>
<loc>https://tim.kicker.dev/</loc>
<lastmod>2024-06-27</lastmod>
<lastmod>2024-06-30</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>

Loading…
Cancel
Save