<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Svelte on wollomatic</title>
		<link>https://blog.wollomatic.de/tags/svelte/</link>
		<description>Recent content in Svelte on wollomatic</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
			<copyright>CC BY 4.0 W. Ellsaesser</copyright>
		
		
			<lastBuildDate>Sat, 30 May 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://blog.wollomatic.de/tags/svelte/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Introducing the socket-proxy configuration converter</title>
				<link>https://blog.wollomatic.de/posts/2026-05-30-introducing-socket-proxy-configuration-converter/</link>
				<pubDate>Sat, 30 May 2026 00:00:00 +0000</pubDate>
				<guid>https://blog.wollomatic.de/posts/2026-05-30-introducing-socket-proxy-configuration-converter/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;Website: &lt;a href=&#34;https://socket-proxy-configurator.wollomatic.dev/&#34;&gt;https://socket-proxy-configurator.wollomatic.dev&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Repo: &lt;a href=&#34;https://github.com/wollomatic/socket-proxy-configurator&#34;&gt;https://github.com/wollomatic/socket-proxy-configurator&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;One of the most common questions from users migrating from &lt;a href=&#34;https://github.com/Tecnativa/docker-socket-proxy&#34;&gt;tecnativa/docker-socket-proxy&lt;/a&gt;&#xA;or &lt;a href=&#34;https://github.com/linuxserver/docker-socket-proxy&#34;&gt;linuxserver/docker-socket-proxy&lt;/a&gt; is how to translate an existing environment-variable&#xA;based configuration into the regular-expression based allowlists used by &lt;code&gt;socket-proxy&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;While &lt;a href=&#34;https://github.com/wollomatic/socket-proxy&#34;&gt;wollomatic/socket-proxy&lt;/a&gt; is designed to provide more flexibility and&#xA;finer-grained control over Docker API access, this flexibility comes at the cost of a more complex configuration model.&lt;/p&gt;&#xA;&lt;p&gt;A simple configuration such as:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;environment&lt;/span&gt;:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  - &lt;span style=&#34;color:#ae81ff&#34;&gt;CONTAINERS=1&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  - &lt;span style=&#34;color:#ae81ff&#34;&gt;EVENTS=1&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  - &lt;span style=&#34;color:#ae81ff&#34;&gt;PING=1&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  - &lt;span style=&#34;color:#ae81ff&#34;&gt;VERSION=1&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;needs to be translated into the corresponding regular expressions that match the Docker API endpoints required by those permissions.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
