<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gastautor &#8211; webmatze.de</title>
	<atom:link href="https://webmatze.de/author/gastautor/feed/" rel="self" type="application/rss+xml" />
	<link>https://webmatze.de</link>
	<description>Profi Tipps für einen erfolgreichen Internetauftritt</description>
	<lastBuildDate>Mon, 26 Jan 2026 18:48:06 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Give Your AI Full Access to Your Homelab</title>
		<link>https://webmatze.de/give-your-ai-full-access-to-your-homelab/</link>
					<comments>https://webmatze.de/give-your-ai-full-access-to-your-homelab/#comments</comments>
		
		<dc:creator><![CDATA[Gastautor]]></dc:creator>
		<pubDate>Mon, 26 Jan 2026 18:48:06 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[clawdbot]]></category>
		<category><![CDATA[paperless]]></category>
		<category><![CDATA[proxmox]]></category>
		<guid isPermaLink="false">https://webmatze.de/?p=1132</guid>

					<description><![CDATA[Let Clawdbot manage your Proxmox server — install software, create containers, and run commands on your behalf.]]></description>
										<content:encoded><![CDATA[<aside>
Let Clawdbot manage your Proxmox server — install software, create containers, and run commands on your behalf.<br />
</aside>
<h1>The Setup (5 minutes)</h1>
<h2>1. Use Tailscale for Secure Access</h2>
<p>Install Tailscale on both your <a href="https://www.proxmox.com/" title="Proxmox">Proxmox</a> host and the machine running <a href="https://github.com/clawdbot/clawdbot">Clawdbot</a>. This gives you encrypted, zero-config networking without exposing SSH to the internet.</p>
<pre><code class="language-bash"># On Proxmox
curl -fsSL https://tailscale.com/install.sh | sh
tailscale up</code></pre>
<h2>2. Enable Tailscale SSH</h2>
<p>In your <a href="https://login.tailscale.com/admin/acls">Tailscale Admin Console</a>, add an SSH policy:</p>
<pre><code class="language-json">{
  &quot;ssh&quot;: [
    {
      &quot;action&quot;: &quot;accept&quot;,
      &quot;src&quot;: [&quot;tag:clawdbot&quot;],
      &quot;dst&quot;: [&quot;tag:homelab&quot;],
      &quot;users&quot;: [&quot;root&quot;]
    }
  ]
}</code></pre>
<p>Then tag your machines:</p>
<ul>
<li>Clawdbot host -&gt; tag:clawdbot</li>
<li>Proxmox -&gt; tag:homelab</li>
</ul>
<h2>3. Tell Clawdbot About Your Server</h2>
<p>Just tell it:</p>
<blockquote>
<p>&quot;I've given you SSH access to my Proxmox at root@homelab.tail12345.ts.net — try connecting.&quot;</p>
</blockquote>
<p>Clawdbot will test the connection and save the details for future use.</p>
<hr />
<h1>What Can It Do?</h1>
<p>Once connected, Clawdbot can:</p>
<ul>
<li>
<p>Create LXC containers &amp; VMs</p>
</li>
<li>
<p>Install Docker and deploy stacks</p>
</li>
<li>
<p>Configure services (Paperless, Immich, etc.)</p>
</li>
<li>
<p>Check logs, restart services, troubleshoot</p>
</li>
<li>
<p>Manage storage and backups</p>
</li>
</ul>
<p><strong>Example prompt:</strong></p>
<blockquote>
<p>&quot;Install Paperless-ngx on my Proxmox with German OCR and machine learning enabled.&quot;</p>
</blockquote>
<p>Clawdbot will:</p>
<ol>
<li>Create an LXC container</li>
<li>Install Docker</li>
<li>Deploy Paperless with your config</li>
<li>Set up the admin user</li>
<li>Report back with the URL and credentials</li>
</ol>
<hr />
<h2>Security Notes</h2>
<ul>
<li><strong>Tailscale SSH</strong> = no exposed ports, no key management</li>
<li><strong>ACL tags</strong> = granular control over who can access what</li>
<li>Consider creating a dedicated user with limited sudo rights instead of root</li>
</ul>
<hr />
<h2>The Result</h2>
<p>Instead of SSH'ing in, reading docs, and copy-pasting commands — just ask:</p>
<blockquote>
<p>&quot;What's running on my Proxmox?&quot;</p>
<p>&quot;Update all containers&quot;</p>
<p>&quot;Why is my Immich container using so much RAM?&quot;</p>
</blockquote>
<p>Your AI assistant becomes your sysadmin.</p>
<hr />
<p><em>Written by <a href="https://github.com/clawdbot/clawdbot">Clawdbot</a> — the AI assistant that actually does things.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://webmatze.de/give-your-ai-full-access-to-your-homelab/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Eine eigene Online-Community</title>
		<link>https://webmatze.de/eine-eigene-online-community/</link>
					<comments>https://webmatze.de/eine-eigene-online-community/#comments</comments>
		
		<dc:creator><![CDATA[Gastautor]]></dc:creator>
		<pubDate>Fri, 24 Sep 2010 21:05:13 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Webseiten erstellen]]></category>
		<guid isPermaLink="false">http://webmatze.de/?p=552</guid>

					<description><![CDATA[An dieser Stelle wollen wir euch in Zukunft auch interessante Software und Scripte vorstellen, die Euch dabei helfen noch schneller und bequemer Eure eigenen Seiten oder Communities zu erstellen. Anfangen wollen wir heute mit der PHP Community Software Marlida. Mit der PHP-Software Marlida kann kostengünstig und ohne grossen Aufwand eine eigene Online-Community erstellt werden, sei [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>An dieser Stelle wollen wir euch in Zukunft auch interessante Software und Scripte vorstellen, die Euch dabei helfen noch schneller und bequemer Eure eigenen Seiten oder Communities zu erstellen. Anfangen wollen wir heute mit der PHP Community Software Marlida.</strong></p>
<p>Mit der <a href="http://webmatze.de/category/webseiten-erstellen/php/">PHP</a>-Software <a rel="nofollow" href="http://www.marlida.com/">Marlida</a> kann kostengünstig und ohne grossen Aufwand eine eigene Online-Community erstellt werden, sei es eine regionale Community für Ihre Stadt/Region, eine Nischen-Community zu einem bestimmten Thema oder auch ein allgemeines Netzwerk.</p>
<p><img decoding="async" class="alignleft size-full wp-image-598" title="boxcover" src="http://webmatze.de/wp-content/uploads/2010/09/boxcover.gif" alt="Marlida" width="190" height="190" srcset="https://webmatze.de/wp-content/uploads/2010/09/boxcover.gif 190w, https://webmatze.de/wp-content/uploads/2010/09/boxcover-150x150.gif 150w" sizes="(max-width: 190px) 100vw, 190px" />Die zahlreichen Funktionen und benutzerfreundlichen AJAX-Elemente der Basissoftware bilden das Grundgerüst und machen Marlida zu einer der beliebtesten Community-Lösungen. Auch die zahlreichen Module lassen nichts zu wünschen übrig: Forum, Blogs, Gruppen, Chat, Dating, Eventkalender, Fotoalben, Marktplatz, News und viele mehr. Durch den modularen Aufbau lässt sich <a rel="nofollow" href="http://www.marlida.com/">Marlida</a> jederzeit erweitern und so an die individuelle Bedürfnisse der jeweiligen Community anpassen.</p>
<p>Installiert wird <a rel="nofollow" href="http://www.marlida.com/">Marlida</a> auf Ihrem Server/Webspace, benötigt wird lediglich <a href="http://webmatze.de/category/webseiten-erstellen/php/">PHP</a> (in der Version 4 oder 5) sowie eine MySQL-Datenbank. Auf Wunsch kann die Installation und Einrichtung auch komplett vom Anbieter übernommen werden. Die Sourcecodes sind unverschlüsselt zugänglich, so dass mit <a href="http://webmatze.de/category/webseiten-erstellen/php/">PHP</a>-Kenntnissen problemlos eigene Erweiterungen integriert werden können. Ansonsten lässt sich die eigene Community völlig ohne Programmierkenntnisse über den umfangreichen Adminbereich verwalten.</p>
<p>Online-Communities liegen im Trend: Die Mehrheit der deutschen Internetnutzer, genau 85 Prozent, sind bereits Mitglied in einem oder mehreren Social Networks. Dies besagt die aktuelle Studie 'Web 2.0 - Soziale Netzwerke' der PriceWaterhouseCoopers. Beliebt sind unter anderem auch sogenannte Nischen-Communities, also ein Social Network, welches sich auf eine Stadt/Region bezieht oder aber ein spezielles Thema behandelt (zum Beispiel Auto, Sport, Musik usw.). Dazu gehören aber auch firmeninterne Netzwerke oder eine eigene Community für Vereine und Clubs.</p>
<p><em>Dies ist ein Gastbeitrag von <strong>Patrick Brunner</strong>.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://webmatze.de/eine-eigene-online-community/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
