<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lxmusic on Dick's Tech Notes</title><link>https://gods.1681588.xyz/tags/lxmusic/</link><description>Recent content in Lxmusic on Dick's Tech Notes</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 02 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://gods.1681588.xyz/tags/lxmusic/index.xml" rel="self" type="application/rss+xml"/><item><title>飞牛NAS Docker：LX Music 同步服务</title><link>https://gods.1681588.xyz/posts/fnos-lxmusic/</link><pubDate>Sat, 02 May 2026 00:00:00 +0000</pubDate><guid>https://gods.1681588.xyz/posts/fnos-lxmusic/</guid><description>&lt;h2 id="功能">功能&lt;/h2>
&lt;p>LX Music（洛雪音乐助手）的自定义同步服务器，多设备之间同步歌单、收藏、播放记录。&lt;/p>
&lt;p>&lt;strong>核心能力：&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>歌单云同步&lt;/li>
&lt;li>收藏列表同步&lt;/li>
&lt;li>播放历史同步&lt;/li>
&lt;li>自建服务，数据自控&lt;/li>
&lt;/ul>
&lt;h2 id="部署">部署&lt;/h2>
&lt;h3 id="docker-composeyml">docker-compose.yml&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-yaml" data-lang="yaml">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#f92672">services&lt;/span>:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">lxmusic&lt;/span>:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">image&lt;/span>: &lt;span style="color:#ae81ff">imsyy/lx-music-source-sync:latest&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">container_name&lt;/span>: &lt;span style="color:#ae81ff">lxmusic&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">restart&lt;/span>: &lt;span style="color:#ae81ff">unless-stopped&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">ports&lt;/span>:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> - &lt;span style="color:#e6db74">&amp;#34;9527:9527&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">volumes&lt;/span>:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> - &lt;span style="color:#ae81ff">./data:/app/data&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">environment&lt;/span>:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> - &lt;span style="color:#ae81ff">http_proxy=&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> - &lt;span style="color:#ae81ff">https_proxy=&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> - &lt;span style="color:#ae81ff">ALL_PROXY=&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h3 id="配置">配置&lt;/h3>
&lt;p>部署后访问 &lt;code>http://192.168.x.x:9527&lt;/code>，在 LX Music 客户端中设置同步服务器地址即可。&lt;/p>
&lt;h3 id="反向代理">反向代理&lt;/h3>
&lt;p>通过 Lucky 反向代理，外网也可访问：&lt;/p>
&lt;ul>
&lt;li>&lt;code>lx.1581688.xyz:8888&lt;/code> → &lt;code>localhost:9527&lt;/code>&lt;/li>
&lt;/ul>
&lt;h2 id="使用">使用&lt;/h2>
&lt;p>LX Music 桌面端 → 设置 → 同步 → 填入服务器地址 → 登录 → 开启自动同步&lt;/p></description></item></channel></rss>