<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Redis mit Authenifizierung, TLS und Select DB]]></title><description><![CDATA[<p dir="auto">Hallo,<br />
wie kann ich ioBroker erklären, dass es sich authentifizieren muss bei Redis, TLS verwenden soll und eine andere Datenbank verwenden soll als die Default-DB?<br />
Vielen Dank schon mal</p>
<p dir="auto">Gruß Vincent</p>
]]></description><link>https://forum.iobroker.net/topic/36733/redis-mit-authenifizierung-tls-und-select-db</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 16:07:04 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/36733.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 Sep 2020 22:47:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Redis mit Authenifizierung, TLS und Select DB on Sat, 12 Sep 2020 11:28:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/v1nc3nt" aria-label="Profile: v1nc3nt">@<bdi>v1nc3nt</bdi></a> Also "das volle Redis 6 Featureset? ;-)</p>
<p dir="auto">Zwei der Dinge gehen per manuellem editieren der iobroker.json (im ioBroker-Dir unter iobroker-data) auf jeden Fall.</p>
<p dir="auto"><a href="https://github.com/ioBroker/ioBroker.js-controller/blob/master/conf/iobroker-dist.json#L35" rel="nofollow ugc">https://github.com/ioBroker/ioBroker.js-controller/blob/master/conf/iobroker-dist.json#L35</a></p>
<p dir="auto">auth_pass -&gt; Passwort<br />
db: &lt;nummer&gt; --&gt; die zu verwendende DB</p>
<p dir="auto">TLS kenne ich bisher nur indem man eigene Ports hat und es durchtunnelt - ab Redis 6 ist da ein optionaler Support den man selber einkompilieren muss. Von daher ist das eher kein Standard-Featureset ...</p>
<p dir="auto"><a href="https://redis.io/topics/encryption" rel="nofollow ugc">https://redis.io/topics/encryption</a></p>
<p dir="auto">Generell kann ioredis (die genutzte Lib) wohl auch TLS (<a href="https://github.com/luin/ioredis#tls-options" rel="nofollow ugc">https://github.com/luin/ioredis#tls-options</a>).</p>
<p dir="auto">Am ende kannst du also in dem oben gelinkten "options" Objekt in der Konfig ein "tls" key mit den Daten wie von ioredis definiert definieren, dann wird das durchgereicht.</p>
<p dir="auto">Wenn Du es geschafft hast bitte gern mal zurückmelden wie oder gern gleich einen PR gegen die Doku bei <a href="https://github.com/ioBroker/ioBroker.js-controller#configure-redis" rel="nofollow ugc">https://github.com/ioBroker/ioBroker.js-controller#configure-redis</a> das man es allen Usern bereitstellen kann.</p>
<p dir="auto">Ingo</p>
]]></description><link>https://forum.iobroker.net/post/487487</link><guid isPermaLink="true">https://forum.iobroker.net/post/487487</guid><dc:creator><![CDATA[apollon77]]></dc:creator><pubDate>Sat, 12 Sep 2020 11:28:59 GMT</pubDate></item><item><title><![CDATA[Reply to Redis mit Authenifizierung, TLS und Select DB on Sat, 12 Sep 2020 07:08:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/apollon77" aria-label="Profile: apollon77">@<bdi>apollon77</bdi></a></p>
]]></description><link>https://forum.iobroker.net/post/487372</link><guid isPermaLink="true">https://forum.iobroker.net/post/487372</guid><dc:creator><![CDATA[AlCalzone]]></dc:creator><pubDate>Sat, 12 Sep 2020 07:08:43 GMT</pubDate></item></channel></rss>