docs

created pr with 42.1 on 2025-01-13T01:24:09Z · by c8ef7d19
added 42.2 on 2025-01-13T01:25:24Z · by c8ef7d19
1: d1a7089 ! 1: 786b48a docs: global docs
added 42.3 on 2025-01-24T14:31:45Z · by c8ef7d19
-: ------- > 1: 1e37996 docs: global docs
-: ------- > 2: 4a7df87 changes
1: 786b48a ! 3: a2f41f6 changes
added 42.4 on 2025-01-24T14:32:16Z · by c8ef7d19
1: 1e37996 < -: ------- docs: global docs
3: a2f41f6 ! 1: 4b2c45c docs: global docs
2: 4a7df87 < -: ------- changes
cmds
checkout latest patchset:
ssh pr.pico.sh print 42 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 42.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 42

Patchset 42.3 on 2025-01-24T14:31:45Z · commit a2f41f6

changes
Eric Bower 2025-01-24T14:31:18Z
Semantic diff summary
0 added, 0 modified, 0 signature changed, 0 removed across 0 analyzed files (3 files skipped: unsupported file type)
+10 -7 posts/pgs.md #
......@@ -26,6 +26,7 @@ The easiest way to deploy static sites on the web.
2626 - [Image manipulation API](/images#image-manipulation)
2727 - [Private projects](#access-control-list)
2828 - [No bandwidth limitations](/faq#are-there-any-bandwidth-limitations)
29+- Multi-region support
2930
3031 ## Demo
3132
......@@ -53,6 +54,13 @@ Use our CLI to manage projects:
5354 ssh pgs.sh help
5455 ```
5556
57+# Regions
58+
59+> pgs.sh is a global service!
60+
61+See our [regions page](/regions) to learn more about our geographical service
62+coverage.
63+
5664 # Instant promotion and rollback
5765
5866 Additionally you can setup a pipeline for promotion and rollbacks, which will
......@@ -505,11 +513,6 @@ your browser cache manually.
505513 In case of issues, you can manually clear the server-side cache with
506514 `ssh pgs.sh cache project-name`.
507515
508-# Does pages have a CDN or multi-region support?
509-
510-Yes, we run pages in multiple regions, internationally. See our
511-[regions page](/regions) to learn more.
512-
513516 # Removing a project
514517
515518 The _only_ way to delete a project and its contents is with our remote cli:
......@@ -540,8 +543,8 @@ running the [rm command](#removing-a-project)
540543 The `prose` site is automatically generated when users upload images to their
541544 [prose](/prose) blog.
542545
543-It is protected, meaning users are **not** allowed to delete it. For all intents and
544-purposes users should just ignore it.
546+It is protected, meaning users are **not** allowed to delete it. For all intents
547+and purposes users should just ignore it.
545548
546549 However, just know, if you make changes to this project it will effect your
547550 blog. So if you upload images to it then you'll be able to reference those
+5 -5 posts/regions.md #
......@@ -1,7 +1,7 @@
11 ---
22 title: Regions
33 description: Where are our services located?
4-keywords: [pico, services, pgs, tuns]
4+keywords: [pico, services, pgs, tuns, global, international]
55 toc: 1
66 ---
77
......@@ -17,9 +17,9 @@ Service Locations:
1717 - nue.tuns.sh (eu)
1818 - pipe.pico.sh (us)
1919 - prose.sh (us)
20-- pastes.sh (us)
2120 - feeds.pico.sh (us)
21+- pastes.sh (us)
2222
23-As demand for our services increases we will increase our service location
24-coverage. Please feel free to request new regions or service location coverage,
25-that will only help us decide when to grow.
23+We are closely monitoring demand for more regions at pico. Our goal is to
24+provide excellent service latency for all users. Feel free to
25+[contact us](/contact) with recommendations on new locations.
+6 -8 posts/tuns.md #
......@@ -16,6 +16,7 @@ An `ngrok` alternative using just SSH.
1616 - Host public tcp services on `localhost`
1717 - Share your local webserver privately with another user
1818 - Managed [sish](https://docs.ssi.sh) service
19+- Multi-region support
1920
2021 Using SSH tunnels, we can forward requests to your localhost from https, wss,
2122 and tcp.
......@@ -59,16 +60,13 @@ ssh -R dev:80:localhost:8000 tuns.sh
5960
6061 # Regions
6162
62-We do **not** have geographical-based routing for tuns.sh.
63+> tuns.sh is a global service!
6364
64-However, we do provide a way for users to pick a server location. With that we
65-have a couple options:
65+We do **not** have geographical-based routing for tuns.sh, so users have to pick
66+the service location that best fits their needs.
6667
67-- tuns.sh (us, virginia)
68-- eu.tuns.sh (eu, amsterdam)
69-
70-As usage and demand increases we will add more regions. See [regions](/regions)
71-for our official list.
68+See our [regions page](/regions) to learn more about our geographical service
69+coverage.
7270
7371 # User namespace
7472
Back to top