<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[ElectronicMonkey]]></title>
        <description><![CDATA[Author of nostr blogging client: https://flycat.club/ ]]></description>
        <link>https://electronicmonkey.npub.pro/tag/relay/</link>
        <atom:link href="https://electronicmonkey.npub.pro/tag/relay/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://electronicmonkey.npub.pro/tag/relay/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[ElectronicMonkey]]></itunes:author>
        <itunes:subtitle><![CDATA[Author of nostr blogging client: https://flycat.club/ ]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[ElectronicMonkey]]></itunes:name>
          <itunes:email><![CDATA[ElectronicMonkey]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Fri, 03 Mar 2023 03:51:20 GMT</pubDate>
      <lastBuildDate>Fri, 03 Mar 2023 03:51:20 GMT</lastBuildDate>
      
      <itunes:image href="https://nostr.build/i/1804.jpeg" />
      <image>
        <title><![CDATA[ElectronicMonkey]]></title>
        <link>https://electronicmonkey.npub.pro/tag/relay/</link>
        <url>https://nostr.build/i/1804.jpeg</url>
      </image>
      <item>
      <title><![CDATA[Introduce fly-castle, a gui relay for flycat]]></title>
      <description><![CDATA[FlyCastle is a desktop app written in rust to build a simple interface for users to handle Nostr relays effortlessly.]]></description>
             <itunes:subtitle><![CDATA[FlyCastle is a desktop app written in rust to build a simple interface for users to handle Nostr relays effortlessly.]]></itunes:subtitle>
      <pubDate>Fri, 03 Mar 2023 03:51:20 GMT</pubDate>
      <link>https://electronicmonkey.npub.pro/post/4ea7950a/</link>
      <comments>https://electronicmonkey.npub.pro/post/4ea7950a/</comments>
      <guid isPermaLink="false">naddr1qqyrgetpxuun2vrpqgsyt3qly8su7u2l5mvu5g9cuqp22axm0w6fa9hw3xp5cek6c4zxk7srqsqqqa28lz6lkq</guid>
      <category>flycastle</category>
      
        <media:content url="https://nostr.build/i/nostr.build_ab1a66e29abe407286f59a3f77462535484262e86ecac10297a3d304c516b718.png" medium="image"/>
        <enclosure 
          url="https://nostr.build/i/nostr.build_ab1a66e29abe407286f59a3f77462535484262e86ecac10297a3d304c516b718.png" length="0" 
          type="image/png" 
        />
      <noteId>naddr1qqyrgetpxuun2vrpqgsyt3qly8su7u2l5mvu5g9cuqp22axm0w6fa9hw3xp5cek6c4zxk7srqsqqqa28lz6lkq</noteId>
      <npub>npub1ghzp7g0peac4lfkeegst3cqz546dk7a5n6twazvrf3nd432yddaqa3qtwq</npub>
      <dc:creator><![CDATA[ElectronicMonkey]]></dc:creator>
      <content:encoded><![CDATA[<p><img src="https://nostr.build/i/nostr.build_18b9348fc9bbcef5d9c9bd4f78966a9ad70d514c9685ba1309180039c314ae86.png" alt="img"></p>
<p>tonight I just <a href="https://github.com/digi-monkey/fly-castle">release</a> the very first rough version of fly-castle, it is a very simple desktop app to provide a GUI for your own private backup relay written in Rust. the core relay implementation is forked from <a href="https://github.com/scsibug/nostr-rs-relay.git">scsibug/nostr-rs-relay</a>, I might touch the code there to experiment some ideas later. </p>
<p>Currently, I only build for macOS since that's the only OS on my laptop, but maybe I will find a windows computer to build windows one.</p>
<p>Here is how I would love to use it:</p>
<h2>macOS</h2>
<ol>
<li>download the software from <a href="https://github.com/digi-monkey/fly-castle/suites/10948132678/artifacts/554018902">here</a></li>
<li>unzip it, you will get a file named <code>fly-castle</code></li>
<li>create a folder named <code>my-relay</code> and put <code>fly-castle</code> into the folder</li>
<li>Start the relay by running the following command on your terminal:</li>
</ol>
<pre><code class="language-sh">cd my-relay
sudo chmod 755 fly-castle
./fly-castle
</code></pre>
<ol start="5">
<li><p>Open flycat website, click the private backup menu on the left side of the page. add the ws://localhost:8080 to your relay via the right side of the new page.</p>
</li>
<li><p>if you want to stop running your little relay, just close the window of fly-castle, it is that simple.</p>
</li>
</ol>
]]></content:encoded>
      <itunes:author><![CDATA[ElectronicMonkey]]></itunes:author>
      <itunes:summary><![CDATA[<p><img src="https://nostr.build/i/nostr.build_18b9348fc9bbcef5d9c9bd4f78966a9ad70d514c9685ba1309180039c314ae86.png" alt="img"></p>
<p>tonight I just <a href="https://github.com/digi-monkey/fly-castle">release</a> the very first rough version of fly-castle, it is a very simple desktop app to provide a GUI for your own private backup relay written in Rust. the core relay implementation is forked from <a href="https://github.com/scsibug/nostr-rs-relay.git">scsibug/nostr-rs-relay</a>, I might touch the code there to experiment some ideas later. </p>
<p>Currently, I only build for macOS since that's the only OS on my laptop, but maybe I will find a windows computer to build windows one.</p>
<p>Here is how I would love to use it:</p>
<h2>macOS</h2>
<ol>
<li>download the software from <a href="https://github.com/digi-monkey/fly-castle/suites/10948132678/artifacts/554018902">here</a></li>
<li>unzip it, you will get a file named <code>fly-castle</code></li>
<li>create a folder named <code>my-relay</code> and put <code>fly-castle</code> into the folder</li>
<li>Start the relay by running the following command on your terminal:</li>
</ol>
<pre><code class="language-sh">cd my-relay
sudo chmod 755 fly-castle
./fly-castle
</code></pre>
<ol start="5">
<li><p>Open flycat website, click the private backup menu on the left side of the page. add the ws://localhost:8080 to your relay via the right side of the new page.</p>
</li>
<li><p>if you want to stop running your little relay, just close the window of fly-castle, it is that simple.</p>
</li>
</ol>
]]></itunes:summary>
      <itunes:image href="https://nostr.build/i/nostr.build_ab1a66e29abe407286f59a3f77462535484262e86ecac10297a3d304c516b718.png"/>
      </item>
      
      </channel>
      </rss>
    