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 4a7df87

changes
Eric Bower 2025-01-21T04:48:10Z
Semantic diff summary
0 added, 0 modified, 0 signature changed, 0 removed across 0 analyzed files (1 file skipped: unsupported file type)
+7 -4 posts/regions.md #
......@@ -5,18 +5,21 @@ keywords: [pico, services, pgs, tuns]
55 toc: 1
66 ---
77
8+As of **2025/01** we have two locations:
9+
810 - Ashburn, Virginia ([oci](https://cloud.oracle.com))
9-- Amsterdam, Netherlands ([netcup](https://www.netcup.com))
11+- Nuremberg, Germany ([netcup](https://www.netcup.com))
1012
11-# Service Locations
13+Service Locations:
1214
1315 - pgs.sh (us, eu)
1416 - tuns.sh (us)
15-- eu.tuns.sh (eu)
17+- nue.tuns.sh (eu)
1618 - pipe.pico.sh (us)
1719 - prose.sh (us)
1820 - pastes.sh (us)
1921 - feeds.pico.sh (us)
2022
2123 As demand for our services increases we will increase our service location
22-coverage.
24+coverage. Please feel free to request new regions or service location coverage,
25+that will only help us decide when to grow.
Back to top