<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.119he.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.119he.com/feed.php">
        <title>yanWiki</title>
        <description></description>
        <link>https://wiki.119he.com/</link>
        <image rdf:resource="https://wiki.119he.com/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-06-11T22:54:42+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?id=docker:teslamate&amp;rev=1781082162&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?id=docker:teslamate:tmbackupweb&amp;rev=1780889788&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?image=docker%3Ateslamate%3Apasted%3A20260411-205302.png&amp;ns=docker%3Ateslamate%3Apasted&amp;rev=1775911982&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?image=docker%3Ateslamate%3Apasted%3A20260411-205053.png&amp;ns=docker%3Ateslamate%3Apasted&amp;rev=1775911853&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?image=docker%3Aadd-nr-modules.sh_bdew4.tar.gz&amp;ns=docker&amp;rev=1770126623&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?image=docker%3Agotify-flows-example.rar&amp;ns=docker&amp;rev=1769845440&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?image=docker%3Apasted%3A20260129-183326.jpeg&amp;ns=docker%3Apasted&amp;rev=1769682806&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?image=docker%3Ateslamate_backup_restore.sh_p8rbf.tar.gz&amp;ns=docker&amp;rev=1769679735&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?image=docker%3Av5.0.0_hemfp.tar.gz&amp;ns=docker&amp;rev=1769489449&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://wiki.119he.com/doku.php?image=docker%3Ateslamate%3Apasted%3A20260126-195007.png&amp;ns=docker%3Ateslamate%3Apasted&amp;rev=1769428207&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.119he.com/lib/exe/fetch.php?media=wiki:logo.png">
        <title>yanWiki</title>
        <link>https://wiki.119he.com/</link>
        <url>https://wiki.119he.com/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.119he.com/doku.php?id=docker:teslamate&amp;rev=1781082162&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-10T09:02:42+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>teslamate - [sslocal-rust] </title>
        <link>https://wiki.119he.com/doku.php?id=docker:teslamate&amp;rev=1781082162&amp;do=diff</link>
        <description>teslamate

&lt;https://github.com/teslamate-org/teslamate/&gt;

teslamateCN一键脚本

[一键安装脚本源码 v4.0.0  2026.1.19]

teslamate traefik代理版，始于v5.0.0

特斯拉伴侣  特斯拉盒子 特斯拉魔盒

在CentOS7中安装完docker-compose后需要升级到最新版。



yum install docker-compose
sudo curl -L &quot;https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)&quot; -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose…</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?id=docker:teslamate:tmbackupweb&amp;rev=1780889788&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-08T03:36:28+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>teslamate backup web</title>
        <link>https://wiki.119he.com/doku.php?id=docker:teslamate:tmbackupweb&amp;rev=1780889788&amp;do=diff</link>
        <description>teslamate backup web

Dockerfile:



FROM python:3.11-slim

# 安装 docker.io + gzip
RUN apt-get update &amp;&amp; \
    apt-get install -y --no-install-recommends docker.io gzip &amp;&amp; \
    rm -rf /var/lib/apt/lists/*

WORKDIR /app
RUN pip install --no-cache-dir flask

COPY app.py .
COPY templates ./templates

EXPOSE 5000
CMD [&quot;python3&quot;, &quot;app.py&quot;]</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?image=docker%3Ateslamate%3Apasted%3A20260411-205302.png&amp;ns=docker%3Ateslamate%3Apasted&amp;rev=1775911982&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-11T12:53:02+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>20260411-205302.png - 创建</title>
        <link>https://wiki.119he.com/doku.php?image=docker%3Ateslamate%3Apasted%3A20260411-205302.png&amp;ns=docker%3Ateslamate%3Apasted&amp;rev=1775911982&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.119he.com/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=712717&amp;amp;media=docker:teslamate:pasted:20260411-205302.png&quot; alt=&quot;20260411-205302.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?image=docker%3Ateslamate%3Apasted%3A20260411-205053.png&amp;ns=docker%3Ateslamate%3Apasted&amp;rev=1775911853&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-11T12:50:53+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>20260411-205053.png - 创建</title>
        <link>https://wiki.119he.com/doku.php?image=docker%3Ateslamate%3Apasted%3A20260411-205053.png&amp;ns=docker%3Ateslamate%3Apasted&amp;rev=1775911853&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.119he.com/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=662659&amp;amp;media=docker:teslamate:pasted:20260411-205053.png&quot; alt=&quot;20260411-205053.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?image=docker%3Aadd-nr-modules.sh_bdew4.tar.gz&amp;ns=docker&amp;rev=1770126623&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-03T13:50:23+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>add-nr-modules.sh_bdew4.tar.gz - 创建</title>
        <link>https://wiki.119he.com/doku.php?image=docker%3Aadd-nr-modules.sh_bdew4.tar.gz&amp;ns=docker&amp;rev=1770126623&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.119he.com/lib/images/fileicons/svg/gz.svg&quot; alt=&quot;add-nr-modules.sh_bdew4.tar.gz&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?image=docker%3Agotify-flows-example.rar&amp;ns=docker&amp;rev=1769845440&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-31T07:44:00+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>gotify-flows-example.rar - 创建</title>
        <link>https://wiki.119he.com/doku.php?image=docker%3Agotify-flows-example.rar&amp;ns=docker&amp;rev=1769845440&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.119he.com/lib/images/fileicons/svg/rar.svg&quot; alt=&quot;gotify-flows-example.rar&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?image=docker%3Apasted%3A20260129-183326.jpeg&amp;ns=docker%3Apasted&amp;rev=1769682806&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-29T10:33:26+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>20260129-183326.jpeg - 创建</title>
        <link>https://wiki.119he.com/doku.php?image=docker%3Apasted%3A20260129-183326.jpeg&amp;ns=docker%3Apasted&amp;rev=1769682806&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.119he.com/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=2588d6&amp;amp;media=docker:pasted:20260129-183326.jpeg&quot; alt=&quot;20260129-183326.jpeg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?image=docker%3Ateslamate_backup_restore.sh_p8rbf.tar.gz&amp;ns=docker&amp;rev=1769679735&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-29T09:42:15+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>teslamate_backup_restore.sh_p8rbf.tar.gz - 创建</title>
        <link>https://wiki.119he.com/doku.php?image=docker%3Ateslamate_backup_restore.sh_p8rbf.tar.gz&amp;ns=docker&amp;rev=1769679735&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.119he.com/lib/images/fileicons/svg/gz.svg&quot; alt=&quot;teslamate_backup_restore.sh_p8rbf.tar.gz&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?image=docker%3Av5.0.0_hemfp.tar.gz&amp;ns=docker&amp;rev=1769489449&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-27T04:50:49+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>v5.0.0_hemfp.tar.gz - 创建</title>
        <link>https://wiki.119he.com/doku.php?image=docker%3Av5.0.0_hemfp.tar.gz&amp;ns=docker&amp;rev=1769489449&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.119he.com/lib/images/fileicons/svg/gz.svg&quot; alt=&quot;v5.0.0_hemfp.tar.gz&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://wiki.119he.com/doku.php?image=docker%3Ateslamate%3Apasted%3A20260126-195007.png&amp;ns=docker%3Ateslamate%3Apasted&amp;rev=1769428207&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-26T11:50:07+00:00</dc:date>
        <dc:creator>admin (admin@undisclosed.example.com)</dc:creator>
        <title>20260126-195007.png - 创建</title>
        <link>https://wiki.119he.com/doku.php?image=docker%3Ateslamate%3Apasted%3A20260126-195007.png&amp;ns=docker%3Ateslamate%3Apasted&amp;rev=1769428207&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://wiki.119he.com/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=284915&amp;amp;media=docker:teslamate:pasted:20260126-195007.png&quot; alt=&quot;20260126-195007.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
</rdf:RDF>
