bin
created pr with
108.1
changed status to
closed
Wrong
cmds
checkout latest patchset:
ssh pr.pico.sh print 108 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print 108.[rev] | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 108set PR to open (enables RSS notifications):
ssh pr.pico.sh pr open 108set PR to draft (stops RSS notifications):
ssh pr.pico.sh pr draft 108
Patchset
108.1
docs(tuns): Fix typo
Noelle Leigh
2026-02-20T17:05:23Z"set's" → "sets"
Semantic diff summary
0 added,
0 modified,
0 signature changed,
0 removed
across 0 analyzed files
(1 file skipped: unsupported file type)
+1
-1
posts/tuns.md
#
| ... | ... | @@ -181,7 +181,7 @@ SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE | |
| 181 | 181 | ||
| 182 | 182 | A tunnel manager for docker services. | |
| 183 | 183 | ||
| 184 | - | tunmgr automatically set's up tunnels for docker services. It utilizes `Expose` ports as well as DNSNames (and the container name/id) to setup different permutations of tunnels. | |
| 184 | + | tunmgr automatically sets up tunnels for docker services. It utilizes `Expose` ports as well as DNSNames (and the container name/id) to setup different permutations of tunnels. | |
| 185 | 185 | ||
| 186 | 186 | > [source code](https://github.com/picosh/tunmgr) | |
| 187 | 187 |