Domain yarn.social
United States
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80

  • Open service 2606:4700:3036::ac43:8d8e:8443 · yarn.social

    2024-11-02 02:52

    
                                
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 172.67.141.142:443 · yarn.social

    2024-11-02 02:52

    HTTP/1.1 200 OK
    Date: Sat, 02 Nov 2024 02:52:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    access-control-allow-headers: *
    access-control-allow-origin: *
    last-modified: Wed, 11 Oct 2023 14:22:22 GMT
    vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=LO1DqUKiK0YpBF%2F9xcQMn7GUgJ62o5uvKaqcIvO3hbT13%2FG4W6rUT7oK3iGgbfigIMId52eqF%2BB8fevlPEoXxZ6XWxPEg%2BYMjXzX5NuChXQwNW5zfFXdC%2FXizM0W7g%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dc0d38caa6fd9d0-FRA
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=882&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3095&recv_bytes=554&delivery_rate=4842809&cwnd=252&unsent_bytes=0&cid=6c6b4ce0c7d31b54&ts=833&x=0"
    
    Page title: Yarn.social - The decentralised social micro-blogging platform that actually respects your privacy
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <link rel="stylesheet" href="/css/water.css">
    <link rel="stylesheet" href="/css/style.css">
    
      <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
      <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
      <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
      <title>Yarn.social - The decentralised social micro-blogging platform that actually respects your privacy</title>
      <meta name="title" content="Yarn.social - The decentralised social micro-blogging platform that actually respects your privacy" />
      <meta name="description" content="Yarn.social is a decentralised self-hosted social media based on the Twtxt format that has a privacy-first focus. There are no ads, no tracking, and no personal information is ever collected or stored." />
      <meta name="keywords" content="yarn, social media, twtxt, decentralized, decentralised, privacy first" />
    </head>
    
    <body>
      <main><h1 id="yarnsocial">Yarn.social <a class="anchor" href="#yarnsocial"> </a></h1>
    <img align="left" width="100" height="100" src="/logo.png" style="padding-right: 5pt" />
    <p><a href="https://yarn.social">Yarn.social</a> is a decentralised self-hosted social media<br />
    based on the <a href="https://twtxt.readthedocs.org">Twtxt</a> format<br />
    (with <a href="https://dev.twtxt.net">Extensions</a>) that has a privacy-first focus.</p>
    <p>There are <strong>no</strong> ads, <strong>no</strong> tracking, and <strong>no</strong> personal information is ever collected or stored.</p>
    <p>Read more <a href="/about.html">About Yarn.social</a> or try the <a href="https://demo.yarn.social">Demo Pod</a> today!</p>
    <p>Please contribute financially if you can!  🙏</p>
    <a href="https://opencollective.com/yarnsocial/donate" target="_blank">
      <img src="https://opencollective.com/yarnsocial/donate/button@2x.png?color=blue" width=300 />
    </a>
    <h2 id="getting-started">👉 Getting Started <a class="anchor" href="#getting-started"> </a></h2>
    <p><a class="button" href="https://demo.yarn.social/">Try it <strong>now</strong>!</a></p>
    <p>Yarn.social is completely decentralized and operates on a &lsquo;pull&rsquo;-based model – not unlike ActivityPub based platforms like Mastodon. In order to get onboard and start following your friends, family or colleagues, you need a feed and a client.</p>
    <ul>
    <li><a href="#run-a-pod">Run-a-pod</a> yourself on your own server (or even on a Raspberry Pi <img src="./2792-rpi-scaled.png" alt="Raspberry Pi logo" />)!</li>
    <li><a href="#manually">Manually</a> host your own feed and use any &ldquo;compatible&rdquo; client of your choosing, or write a new one that implements the <a href="https://dev.twtxt.net">specifications</a>. Enjoy! 🤗</li>
    </ul>
    <h3 id="run">🧶 Run-a-Pod <a class="anchor" href="#run"> </a></h3>
    <p><a class="button" href="https://my.vultr.com/deploy?marketplace_app=yarn&marketplace_vendor_username=prologic">Deploy to Vultr!</a></p>
    <p>📣 <strong>NEW:</strong> (17 April 2022) <a href="https://my.vultr.com/deploy?marketplace_app=yarn&amp;marketplace_vendor_username=prologic">Yarn</a> is now available in the <a href="https://vultr.com">Vultr</a> App Marketplace! See <a href="https://www.vultr.com/marketplace/apps/yarn">https://www.vultr.com/marketplace/apps/yarn</a> for more details.</p>
    <p>If you have <a href="https://www.docker.com">Docker</a> installed and available to run containers you can run a <code>yarnd</code> instance by simply running:</p>
    <pre style="background-color:#fff;"><code><span style="display:flex;"><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1</span><span>$ docker run -p 8000:8000 prologic/yarnd
    </span></span></code></pre><p>Pre-compiled binaries can be found on the <a href="https://git.mills.io/yarnsocial/yarn/releases">yarn Releases page</a>,<br />
    and are compiled by <a href="https://prologic.shortcircuit.net.au">Jame
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:8d8e:80 · yarn.social

    2024-11-02 02:52

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 02 Nov 2024 02:52:03 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Sat, 02 Nov 2024 03:52:03 GMT
    Location: https://yarn.social/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YBAaWUycaKYCGqbCZgD5bZjQvXSMEAw6xDMYEPtk26gMkCQIbXriucBNdnKEqTldU2OC2mgpg081E2%2BTNQDkPJ%2BMnTW%2FHGnHDHIC64z5P1POwfD9pM2UU21gAQzDt2I8rdvXLV8oMFvVNg%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dc0d3877dbeaab9-YYZ
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=102356&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=206&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:2ebd:8443 · yarn.social

    2024-11-02 02:52

    
                                
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:8d8e:443 · yarn.social

    2024-11-02 02:52

    HTTP/1.1 200 OK
    Date: Sat, 02 Nov 2024 02:52:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    access-control-allow-headers: *
    access-control-allow-origin: *
    last-modified: Wed, 11 Oct 2023 14:22:22 GMT
    vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=kwJy6S4HBVEazKHaWT4Gs6Oem6ALL69ho423f196mJW3qfRbcReaaEo4smPqTNex%2B6w1ScS6qe7uegj7gdevXQ045yeHj32klbCM9cfJfJCgxd6rQcXKvkSMJEE%2Bh6DQids%2F6%2F6Z9VzTiQ%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dc0d38c9b2537e6-FRA
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=1048&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3096&recv_bytes=551&delivery_rate=3468267&cwnd=252&unsent_bytes=0&cid=c33d322f7a7255d1&ts=810&x=0"
    
    Page title: Yarn.social - The decentralised social micro-blogging platform that actually respects your privacy
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <link rel="stylesheet" href="/css/water.css">
    <link rel="stylesheet" href="/css/style.css">
    
      <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
      <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
      <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
      <title>Yarn.social - The decentralised social micro-blogging platform that actually respects your privacy</title>
      <meta name="title" content="Yarn.social - The decentralised social micro-blogging platform that actually respects your privacy" />
      <meta name="description" content="Yarn.social is a decentralised self-hosted social media based on the Twtxt format that has a privacy-first focus. There are no ads, no tracking, and no personal information is ever collected or stored." />
      <meta name="keywords" content="yarn, social media, twtxt, decentralized, decentralised, privacy first" />
    </head>
    
    <body>
      <main><h1 id="yarnsocial">Yarn.social <a class="anchor" href="#yarnsocial"> </a></h1>
    <img align="left" width="100" height="100" src="/logo.png" style="padding-right: 5pt" />
    <p><a href="https://yarn.social">Yarn.social</a> is a decentralised self-hosted social media<br />
    based on the <a href="https://twtxt.readthedocs.org">Twtxt</a> format<br />
    (with <a href="https://dev.twtxt.net">Extensions</a>) that has a privacy-first focus.</p>
    <p>There are <strong>no</strong> ads, <strong>no</strong> tracking, and <strong>no</strong> personal information is ever collected or stored.</p>
    <p>Read more <a href="/about.html">About Yarn.social</a> or try the <a href="https://demo.yarn.social">Demo Pod</a> today!</p>
    <p>Please contribute financially if you can!  🙏</p>
    <a href="https://opencollective.com/yarnsocial/donate" target="_blank">
      <img src="https://opencollective.com/yarnsocial/donate/button@2x.png?color=blue" width=300 />
    </a>
    <h2 id="getting-started">👉 Getting Started <a class="anchor" href="#getting-started"> </a></h2>
    <p><a class="button" href="https://demo.yarn.social/">Try it <strong>now</strong>!</a></p>
    <p>Yarn.social is completely decentralized and operates on a &lsquo;pull&rsquo;-based model – not unlike ActivityPub based platforms like Mastodon. In order to get onboard and start following your friends, family or colleagues, you need a feed and a client.</p>
    <ul>
    <li><a href="#run-a-pod">Run-a-pod</a> yourself on your own server (or even on a Raspberry Pi <img src="./2792-rpi-scaled.png" alt="Raspberry Pi logo" />)!</li>
    <li><a href="#manually">Manually</a> host your own feed and use any &ldquo;compatible&rdquo; client of your choosing, or write a new one that implements the <a href="https://dev.twtxt.net">specifications</a>. Enjoy! 🤗</li>
    </ul>
    <h3 id="run">🧶 Run-a-Pod <a class="anchor" href="#run"> </a></h3>
    <p><a class="button" href="https://my.vultr.com/deploy?marketplace_app=yarn&marketplace_vendor_username=prologic">Deploy to Vultr!</a></p>
    <p>📣 <strong>NEW:</strong> (17 April 2022) <a href="https://my.vultr.com/deploy?marketplace_app=yarn&amp;marketplace_vendor_username=prologic">Yarn</a> is now available in the <a href="https://vultr.com">Vultr</a> App Marketplace! See <a href="https://www.vultr.com/marketplace/apps/yarn">https://www.vultr.com/marketplace/apps/yarn</a> for more details.</p>
    <p>If you have <a href="https://www.docker.com">Docker</a> installed and available to run containers you can run a <code>yarnd</code> instance by simply running:</p>
    <pre style="background-color:#fff;"><code><span style="display:flex;"><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1</span><span>$ docker run -p 8000:8000 prologic/yarnd
    </span></span></code></pre><p>Pre-compiled binaries can be found on the <a href="https://git.mills.io/yarnsocial/yarn/releases">yarn Releases page</a>,<br />
    and are compiled by <a href="https://prologic.shortcircuit.net.au">Jame
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:2ebd:80 · yarn.social

    2024-11-02 02:52

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 02 Nov 2024 02:52:03 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Sat, 02 Nov 2024 03:52:03 GMT
    Location: https://yarn.social/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=lxyQPU5SAJMTQN95FJfCPWAodLQ2FlxpAklnC7uzipKLr9tMjPN%2F9p79iOYC57df2GUidHJ%2BBNnmowNEu8TthVZhxNPNFNQKKsyK6DyziUdE6t2Hud0UDPo8WU8LkXHcfugkHIxcFedjug%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dc0d3870bc99e8b-CDG
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=8962&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=206&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 104.21.46.189:80 · yarn.social

    2024-11-02 02:52

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 02 Nov 2024 02:52:02 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Sat, 02 Nov 2024 03:52:02 GMT
    Location: https://yarn.social/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=JClM%2FnloFi3r2wYwJ5Ni8%2Fod0YlNTCwkAIM4l0Y9S76vAJFVtWEotKJHXJXuLN5cngHzkEEqpEu822kfVP097u%2BQ4jAs2lQHXWl%2B%2FpJ%2B9Y3ExZF4D%2FcK8go6Xonv9A%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dc0d3869c7f2bbb-FRA
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=916&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=246&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 172.67.141.142:8443 · yarn.social

    2024-11-02 02:52

    
                                
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 104.21.46.189:8443 · yarn.social

    2024-11-02 02:52

    
                                
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 172.67.141.142:80 · yarn.social

    2024-11-02 02:52

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 02 Nov 2024 02:52:02 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Sat, 02 Nov 2024 03:52:02 GMT
    Location: https://yarn.social/
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YDpQzWlJEhN19fOf0MPzguwRA0owXvMV2O8k4gk6xi09INnNVzFO6ARbsDiq%2FcYfPhur6JajJPaEXxbSEFOAGG69%2BbY%2BoIrBxONucKmVCe%2BRdjSsXBHlUIF0AVGwMw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dc0d38689303660-FRA
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=913&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 104.21.46.189:443 · yarn.social

    2024-11-02 02:52

    HTTP/1.1 200 OK
    Date: Sat, 02 Nov 2024 02:52:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    access-control-allow-headers: *
    access-control-allow-origin: *
    last-modified: Wed, 11 Oct 2023 14:22:22 GMT
    vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3MYLVu7huq4fy46vNdxKPWkcYDdtewGZ%2F1wvXp0FhAbYmvpQgjnjIlc6n3d1S7721aCH7HdK1uCMo9iinmuwludAzqkk9F9HzfvYLAF7KWJdh%2BxcQiKeLQSrh3wMpw%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dc0d38cacdddc5e-FRA
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=892&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3096&recv_bytes=554&delivery_rate=4998849&cwnd=252&unsent_bytes=0&cid=908f4c56a104316a&ts=838&x=0"
    
    Page title: Yarn.social - The decentralised social micro-blogging platform that actually respects your privacy
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <link rel="stylesheet" href="/css/water.css">
    <link rel="stylesheet" href="/css/style.css">
    
      <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
      <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
      <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
      <title>Yarn.social - The decentralised social micro-blogging platform that actually respects your privacy</title>
      <meta name="title" content="Yarn.social - The decentralised social micro-blogging platform that actually respects your privacy" />
      <meta name="description" content="Yarn.social is a decentralised self-hosted social media based on the Twtxt format that has a privacy-first focus. There are no ads, no tracking, and no personal information is ever collected or stored." />
      <meta name="keywords" content="yarn, social media, twtxt, decentralized, decentralised, privacy first" />
    </head>
    
    <body>
      <main><h1 id="yarnsocial">Yarn.social <a class="anchor" href="#yarnsocial"> </a></h1>
    <img align="left" width="100" height="100" src="/logo.png" style="padding-right: 5pt" />
    <p><a href="https://yarn.social">Yarn.social</a> is a decentralised self-hosted social media<br />
    based on the <a href="https://twtxt.readthedocs.org">Twtxt</a> format<br />
    (with <a href="https://dev.twtxt.net">Extensions</a>) that has a privacy-first focus.</p>
    <p>There are <strong>no</strong> ads, <strong>no</strong> tracking, and <strong>no</strong> personal information is ever collected or stored.</p>
    <p>Read more <a href="/about.html">About Yarn.social</a> or try the <a href="https://demo.yarn.social">Demo Pod</a> today!</p>
    <p>Please contribute financially if you can!  🙏</p>
    <a href="https://opencollective.com/yarnsocial/donate" target="_blank">
      <img src="https://opencollective.com/yarnsocial/donate/button@2x.png?color=blue" width=300 />
    </a>
    <h2 id="getting-started">👉 Getting Started <a class="anchor" href="#getting-started"> </a></h2>
    <p><a class="button" href="https://demo.yarn.social/">Try it <strong>now</strong>!</a></p>
    <p>Yarn.social is completely decentralized and operates on a &lsquo;pull&rsquo;-based model – not unlike ActivityPub based platforms like Mastodon. In order to get onboard and start following your friends, family or colleagues, you need a feed and a client.</p>
    <ul>
    <li><a href="#run-a-pod">Run-a-pod</a> yourself on your own server (or even on a Raspberry Pi <img src="./2792-rpi-scaled.png" alt="Raspberry Pi logo" />)!</li>
    <li><a href="#manually">Manually</a> host your own feed and use any &ldquo;compatible&rdquo; client of your choosing, or write a new one that implements the <a href="https://dev.twtxt.net">specifications</a>. Enjoy! 🤗</li>
    </ul>
    <h3 id="run">🧶 Run-a-Pod <a class="anchor" href="#run"> </a></h3>
    <p><a class="button" href="https://my.vultr.com/deploy?marketplace_app=yarn&marketplace_vendor_username=prologic">Deploy to Vultr!</a></p>
    <p>📣 <strong>NEW:</strong> (17 April 2022) <a href="https://my.vultr.com/deploy?marketplace_app=yarn&amp;marketplace_vendor_username=prologic">Yarn</a> is now available in the <a href="https://vultr.com">Vultr</a> App Marketplace! See <a href="https://www.vultr.com/marketplace/apps/yarn">https://www.vultr.com/marketplace/apps/yarn</a> for more details.</p>
    <p>If you have <a href="https://www.docker.com">Docker</a> installed and available to run containers you can run a <code>yarnd</code> instance by simply running:</p>
    <pre style="background-color:#fff;"><code><span style="display:flex;"><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1</span><span>$ docker run -p 8000:8000 prologic/yarnd
    </span></span></code></pre><p>Pre-compiled binaries can be found on the <a href="https://git.mills.io/yarnsocial/yarn/releases">yarn Releases page</a>,<br />
    and are compiled by <a href="https://prologic.shortcircuit.net.au">Jame
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:2ebd:443 · yarn.social

    2024-11-02 02:52

    HTTP/1.1 200 OK
    Date: Sat, 02 Nov 2024 02:52:05 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    access-control-allow-headers: *
    access-control-allow-origin: *
    last-modified: Wed, 11 Oct 2023 14:22:22 GMT
    vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=e17AA1dv2V4RTgU5RskjlXPQKENCILjrEfi7RIzgB2pgz3lXBORyFSjuf4YfYEcPgtiIt2LMYOxAJOnriO%2BDS5BZo%2FJ6dcxHTiYd5aSkHXbRA297RFqmHRmZtWp3qavnjh4PwmkBtHbSCA%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8dc0d3901de23a86-FRA
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=1146&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3097&recv_bytes=551&delivery_rate=4060240&cwnd=252&unsent_bytes=0&cid=5742dec2752353aa&ts=848&x=0"
    
    Page title: Yarn.social - The decentralised social micro-blogging platform that actually respects your privacy
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <link rel="stylesheet" href="/css/water.css">
    <link rel="stylesheet" href="/css/style.css">
    
      <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
      <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
      <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
      <title>Yarn.social - The decentralised social micro-blogging platform that actually respects your privacy</title>
      <meta name="title" content="Yarn.social - The decentralised social micro-blogging platform that actually respects your privacy" />
      <meta name="description" content="Yarn.social is a decentralised self-hosted social media based on the Twtxt format that has a privacy-first focus. There are no ads, no tracking, and no personal information is ever collected or stored." />
      <meta name="keywords" content="yarn, social media, twtxt, decentralized, decentralised, privacy first" />
    </head>
    
    <body>
      <main><h1 id="yarnsocial">Yarn.social <a class="anchor" href="#yarnsocial"> </a></h1>
    <img align="left" width="100" height="100" src="/logo.png" style="padding-right: 5pt" />
    <p><a href="https://yarn.social">Yarn.social</a> is a decentralised self-hosted social media<br />
    based on the <a href="https://twtxt.readthedocs.org">Twtxt</a> format<br />
    (with <a href="https://dev.twtxt.net">Extensions</a>) that has a privacy-first focus.</p>
    <p>There are <strong>no</strong> ads, <strong>no</strong> tracking, and <strong>no</strong> personal information is ever collected or stored.</p>
    <p>Read more <a href="/about.html">About Yarn.social</a> or try the <a href="https://demo.yarn.social">Demo Pod</a> today!</p>
    <p>Please contribute financially if you can!  🙏</p>
    <a href="https://opencollective.com/yarnsocial/donate" target="_blank">
      <img src="https://opencollective.com/yarnsocial/donate/button@2x.png?color=blue" width=300 />
    </a>
    <h2 id="getting-started">👉 Getting Started <a class="anchor" href="#getting-started"> </a></h2>
    <p><a class="button" href="https://demo.yarn.social/">Try it <strong>now</strong>!</a></p>
    <p>Yarn.social is completely decentralized and operates on a &lsquo;pull&rsquo;-based model – not unlike ActivityPub based platforms like Mastodon. In order to get onboard and start following your friends, family or colleagues, you need a feed and a client.</p>
    <ul>
    <li><a href="#run-a-pod">Run-a-pod</a> yourself on your own server (or even on a Raspberry Pi <img src="./2792-rpi-scaled.png" alt="Raspberry Pi logo" />)!</li>
    <li><a href="#manually">Manually</a> host your own feed and use any &ldquo;compatible&rdquo; client of your choosing, or write a new one that implements the <a href="https://dev.twtxt.net">specifications</a>. Enjoy! 🤗</li>
    </ul>
    <h3 id="run">🧶 Run-a-Pod <a class="anchor" href="#run"> </a></h3>
    <p><a class="button" href="https://my.vultr.com/deploy?marketplace_app=yarn&marketplace_vendor_username=prologic">Deploy to Vultr!</a></p>
    <p>📣 <strong>NEW:</strong> (17 April 2022) <a href="https://my.vultr.com/deploy?marketplace_app=yarn&amp;marketplace_vendor_username=prologic">Yarn</a> is now available in the <a href="https://vultr.com">Vultr</a> App Marketplace! See <a href="https://www.vultr.com/marketplace/apps/yarn">https://www.vultr.com/marketplace/apps/yarn</a> for more details.</p>
    <p>If you have <a href="https://www.docker.com">Docker</a> installed and available to run containers you can run a <code>yarnd</code> instance by simply running:</p>
    <pre style="background-color:#fff;"><code><span style="display:flex;"><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1</span><span>$ docker run -p 8000:8000 prologic/yarnd
    </span></span></code></pre><p>Pre-compiled binaries can be found on the <a href="https://git.mills.io/yarnsocial/yarn/releases">yarn Releases page</a>,<br />
    and are compiled by <a href="https://prologic.shortcircuit.net.au">Jame
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 104.207.128.236:80 · demo.yarn.social

    2024-10-01 06:41

    HTTP/1.1 302 Found
    Content-Type: text/html; charset=utf-8
    Location: https://demo.yarn.social/
    Date: Tue, 01 Oct 2024 06:41:12 GMT
    Content-Length: 48
    Connection: close
    
    
    <a href="https://demo.yarn.social/">Found</a>.
    
    
    Found 2024-10-01 by HttpPlugin
    Create report
  • Open service 104.207.128.236:443 · demo.yarn.social

    2024-10-01 06:41

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=utf-8
    Set-Cookie: yarnd_token=ZlVKTXJrSlFRQUZuS25xUl92MGJNOWFZWnd6UjYxUkJuSVRTdzUzTGhES0YtUUJsMl9NMzB6c25TRWYwRnZkbzJocm12am94WmNqcDdWdmVRSXlpZnc9PQ==|1727764874|412cada193983ec2d69cd4567dbbdc7a0ee7b2ab; Path=/; Expires=Fri, 11 Oct 2024 06:41:14 GMT; Max-Age=864000; HttpOnly; Secure; SameSite=Lax
    Set-Cookie: csrf_token=O8W6XIpv/ofD1XFnnpzEkq+WJkR16dADkDUXwLxBDwM=; Max-Age=31536000
    Vary: Accept-Encoding
    Vary: Cookie
    Date: Tue, 01 Oct 2024 06:41:14 GMT
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: demo.yarn.local Local timeline
    
    
    <!DOCTYPE html>
    <html lang="en" >
      <head>
        
          <link href="/css/b66b4ba/yarn.min.css" rel="stylesheet" />
          <link rel="icon" type="image/png" href="/img/b66b4ba/favicon.png" />
        
    
        
    
        
        <link rel="authorization_endpoint" href="/indieauth/auth" />
        <link rel="me" href="/" />
    
        
        <link rel="webmention" href="/webmention" />
    
        
        <meta name="yarn-uri" content="/user/%s/twtxt.txt" />
    
        
          <link rel="alternate" type="application/atom&#43;xml" title="demo.yarn.local local feed" href="https://demo.yarn.social/atom.xml" />
        
    
        
    
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
    
        <title>demo.yarn.local Local timeline</title>
        
        <meta name="author" content="Yarn.social">
        <meta name="keywords" content="twtxt, twt, yarn, blog, micro-blog, microblogging, social, media, decentralised, pod">
        <meta name="description" content="🧶 Yarn.social is a Self-Hosted, Twitter™-like Decentralised Microblogging social media platform. No ads, no tracking, your content, your data!">
    
        
        
        <meta property="og:description" content="🧶 Yarn.social is a Self-Hosted, Twitter™-like Decentralised Microblogging social media platform. No ads, no tracking, your content, your data!">
        
        
        
        <meta property="og:site_name" content="demo.yarn.local">
    
        
        <meta name="twitter:card" content="summary" />
        <meta name="twitter:site" content="Yarn.social" />
        
        <meta name="twitter:description" content="🧶 Yarn.social is a Self-Hosted, Twitter™-like Decentralised Microblogging social media platform. No ads, no tracking, your content, your data!" />
        
    
        
        
    
        
        
        
      </head>
    <body class="preload">
      
      
      <alert class="panic float">
        <div>This is a demo Yarn.social Pod!</div>
      </alert>
      
      
      <div id="podLogo" class="float">
        <a href="/"><svg width="210px" height="70px" aria-hidden="true" viewBox="0 0 210 70" xmlns="http://www.w3.org/2000/svg">
    <g>
    <text letter-spacing="2px" font-weight="bolder" font-family="-apple-system, BlinkMacSystemFont, 'egoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'" text-anchor="middle" text-rendering="geometricPrecision" transform="matrix(0.573711, 0, 0, 0.74566, 41.630024, 46.210407)" font-size="35" x="137.16561" y="-9.908" fill="currentColor" stroke="null" id="svg_3" style="white-space: pre;">Demo</text>
    <text font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'" stroke-width="0" fill="currentColor" stroke="null" font-size="22" y="54.92" x="80.674" id="svg_4" style="font-size: 13px;">a Yarn.social pod</text>
    <circle fill-opacity="0.0" cx="35.997" cy="36.087" r="31.699"/>
    <path fill="currentColor" d="M 23.787 55.282 C 18.211 55.282 14.55 54.611 14.278 54.56 C 13.205 54.354 12.5 53.32 12.703 52.248 C 12.905 51.172 13.941 50.465 15.013 50.666 C 15.13 50.691 26.62 52.771 39.939 49.28 C 53.236 45.792 61.041 38.43 61.12 38.357 C 61.905 37.601 63.161 37.628 63.921 38.419 C 64.676 39.21 64.649 40.463 63.858 41.22 C 63.512 41.551 55.227 49.366 40.945 53.114 C 34.462 54.81 28.453 55.282 23.787 55.282 Z"/>
    <path fill="currentColor" d="M 20.414 48.389 C 13.616 48.389 8.639 47.636 8.274 47.58 C 7.194 47.411 6.456 46.399 6.624 45.317 C 6.791 44.237 7.798 43.503 8.885 43.663 C 9.035 43.689 24.126 45.958 37.5 42.449 C 50.819 38.957 61.962 28.788 62.075 28.687 C 62.88 27.947 64.132 27.999 64.873 28.801 C 65.614 29.607 65.564 30.861 64.758 31.602 C 64.277 32.047 52.77 42.543 38.505 46.284 C 32.255 47.924 25.771 48.389 20.414 48.389 Z"/>
    <path fill="currentColor" d="M 18.555 40.487 C 12.404 40.487 8.117 39.798 7.798 39.747 C 6.72 39.569 5.991 38.55 6.168 37.471 C 6.344 36.392 7.354 35.644 8.444 35.839 C 8.577 35.86 22.041 38.005 35.395 34.503 C 48.694 31.015 58.505 21.738 58.599 21.644 C 59.386 20.888 60.644 20.913 61.4 21
    Found 2024-10-01 by HttpPlugin
    Create report
yarn.social*.yarn.social
CN:
yarn.social
Key:
ECDSA-256
Issuer:
WE1
Not before:
2024-11-02 01:51
Not after:
2025-01-31 01:51
demo.yarn.social
CN:
demo.yarn.social
Key:
ECDSA-256
Issuer:
E5
Not before:
2024-08-02 16:12
Not after:
2024-10-31 16:12