repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
bb837ba
parent
4be366d
author
Eric Bower
date
2024-02-28 14:22:51 +0000 UTC
docs(pgs): private projects
1 files changed,  +17, -7
M pgs/html/marketing.page.tmpl
+17, -7
 1@@ -42,7 +42,8 @@
 2     <div class="box">
 3       <h2 class="text-xl">Features</h2>
 4       <ul>
 5-        <li>10GB asset storage</li>
 6+        <li>25MB asset storage with our free tier</li>
 7+        <li>10GB asset storage with <a href="https://pico.sh/plus">pico+</a></li>
 8         <li>Terminal workflows</li>
 9         <li>No client-side installation required to fully manage static sites</li>
10         <li>Distinct static sites as projects</li>
11@@ -72,18 +73,15 @@
12 
13       <p>
14         That's it! There's no need to formally create a project, we create them
15-        on-the-fly. Further, we provide TLS for every project automatically. In this
16-        case the url for the project above would look like:
17+        on-the-fly. Further, we provide TLS for every project automatically.
18       </p>
19-
20-      <pre>https://{username}-myproj.pgs.sh</pre>
21     </div>
22 
23     <div class="box">
24       <h2 class="text-xl">Manage your projects with a remote CLI</h2>
25 
26       <p>
27-        Use our CLI to manage projects:
28+        Use our CLI to manage your projects:
29       </p>
30 
31       <pre>ssh pgs.sh help</pre>
32@@ -97,7 +95,19 @@
33         instantly update your project.
34       </p>
35 
36-      <pre>ssh pgs.sh link project-prod project-d0131d4</pre>
37+      <pre>ssh pgs.sh link project-prod --to project-d0131d4</pre>
38+    </div>
39+
40+    <div class="box">
41+      <h2 class="text-xl">Private projects</h2>
42+
43+      <p>
44+        With SSH tunnels we support private sites with an access control list API.  Try it out:
45+      </p>
46+
47+      <pre>ssh -L 5000:localhost:80 -N hey-tunnels@pgs.sh</pre>
48+
49+      <p>Then go to <a href="http://localhost:5000">localhost:5000</a></p>
50     </div>
51 
52     <div>