repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
2aab941
parent
6f838d2
author
Eric Bower
date
2025-02-02 21:16:15 -0500 EST
docs(pipe): most content on pico.sh/pipe now
1 files changed,  +4, -25
M pipe/html/marketing.page.tmpl
+4, -25
 1@@ -22,6 +22,10 @@
 2     <hr width="100%" class="m-0" />
 3   </div>
 4   <h1 class="text-2xl font-bold text-center">Authenticated *nix pipes over ssh</h1>
 5+  <div class="text-center flex gap">
 6+    <a href="https://pico.sh/getting-started" class="btn-link mt inline-block">GET STARTED</a>
 7+    <a href="https://pico.sh/pipe" class="btn-link mt inline-block">DOCS</a>
 8+  </div>
 9 </header>
10 
11 <article class="flex flex-col gap-2">
12@@ -253,32 +257,7 @@
13     <pre>ssh {{.Site.Domain}} sub mychan -p</pre>
14   </div>
15 
16-  <div>
17-    <h2 class="text-xl">Caveats</h2>
18-    <p>
19-      You must always pipe something into <code>pub</code> or else it will block
20-      indefinitely until the process is killed.  However, you can provide a
21-      flag to send an empty message: <code>pub xyz -e</code>.
22-    </p>
23-  </div>
24-
25-  <div>
26-    <h2 class="text-xl">Inspiration</h2>
27-    <p>
28-      A special thanks to <a href="https://patchbay.pub">patchbay.pub</a> for our inspiration.
29-    </p>
30-  </div>
31-
32-  <div>
33-    <h2 class="text-xl">Latest posts</h2>
34-    <div class="flex items-center">
35-      <div class="mr font-italic">2024-10-06</div>
36-      <div><a href="https://blog.pico.sh/ann-022-pubsub">pipe: our pubsub ssh service</a></div>
37-    </div>
38-  </div>
39-
40   <div class="text-center mb-2">
41-    <p>built on our <a href="https://github.com/picosh/pubsub">go pkg</a>.</p>
42     <a href="https://pico.sh/getting-started" class="btn-link inline-block">GET STARTED</a>
43   </div>
44 </article>