<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker on almost done</title><link>https://nietaki.com/tags/docker/</link><description>Recent content in Docker on almost done</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>hello@nietaki.com (nietaki)</managingEditor><webMaster>hello@nietaki.com (nietaki)</webMaster><lastBuildDate>Fri, 27 Mar 2026 12:00:00 +0000</lastBuildDate><atom:link href="https://nietaki.com/tags/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Owning your music (collection) without losing your mind, part 2</title><link>https://nietaki.com/2026/03/27/owning-your-music-part-2/</link><pubDate>Fri, 27 Mar 2026 12:00:00 +0000</pubDate><author>hello@nietaki.com (nietaki)</author><guid>https://nietaki.com/2026/03/27/owning-your-music-part-2/</guid><description>&lt;p&gt;(&lt;a href="https://nietaki.com/2026/01/15/owning-your-music-without-losing-your-mind" &gt;part 1 here&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Now that we have a way to get our music and our player(s) picked out, let&amp;rsquo;s come up with
an easy to use workflow and an organisatonial structure that works for us. It&amp;rsquo;s going to be a lengthy one, so let&amp;rsquo;s just get started.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s the gist of the workflow:&lt;/p&gt;
&lt;pre class="not-prose mermaid"&gt;
flowchart TD


cd((CDs))
cd-- dBPoweramp CD Ripper --&gt;flac

bandcamp@{ shape: cloud }
bandcamp--&gt;flac

subgraph TrueNas
 direction TD
 flac@{ shape: documents, label: "/flac_music" }
 opus@{ shape: documents, label: "/opus_music" }
 mp3@{ shape: documents, label: "/mp3_music" }
 plex@{ shape: "lin-rect", label: "PLEX server" }
 flac-. lossifier-opus .-&gt;opus
 flac-. lossifier-mp3 .-&gt;mp3
 flac===plex
end

rb@{ shape: card, label: "rockbox DAP"}
android@{ shape: card, label: "Android DAP"}
snow@{ shape: card, label: "snowsky DAP"}
laptop@{ shape: card, label: "laptop"}

opus-- rclone --&gt;rb
mp3-- rclone --&gt;snow
opus-. autosync .-&gt;android
plex--&gt;laptop
plex--&gt;android
&lt;/pre&gt;

&lt;pre class="not-prose mermaid"&gt;
flowchart TD

subgraph legend [Legend]
 direction TD
 style legend fill:none
 smb@{ shape: documents, label: "SMB share" }
 docker@{ shape: "lin-rect", label: "docker service" }
 dap@{ shape: card, label: "player hardware"}
 Com@{ shape: braces, label: "dotted arrows run\n on a schedule" }
end
&lt;/pre&gt;

&lt;p&gt;As you can see the centerpiece of the system is a &lt;a href="https://www.truenas.com/truenas-community-edition/" target="_blank" rel="noreferrer"&gt;TrueNas&lt;/a&gt; NAS.&lt;/p&gt;</description></item></channel></rss>