Skip to content

Commit d84c4c2

Browse files
committed
docs: copy
1 parent f48cade commit d84c4c2

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

posts/file-uploads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ rsync -rv public/ {service}:/site/
2828
### What rsync options are supported?
2929

3030
Because in our Go SSH server we re-implement `rsync`, many options are currently
31-
not supported. For example, `--dry-run` is not supported. At
32-
this time, the only options we supported are the following:
31+
not supported. For example, `--dry-run` is not supported. At this time, the only
32+
options we supported are the following:
3333

3434
- `-r`
3535
- `-v`

posts/home.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: hacker labs
3-
description: Open source and managed web services leveraging SSH
2+
title: pico.sh
3+
description: The ultimate ssh powered services for developers
44
slug: index
55
template: home.page.tmpl
66
---

posts/pgs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ The easiest way to deploy static sites on the web.
1616
- Distinct static sites as projects
1717
- Unlimited projects, created instantly upon upload
1818
- Deploy using [rsync, sftp, or scp](/file-uploads)
19-
- Managed HTTPS for all projects
19+
- Automatic TLS for all projects
20+
- Github action
2021
- Promotion and rollback support
2122
- Site [analytics](/analytics)
2223
- Custom domains for projects

posts/tuns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ toc: 1
1212
- A zero-install developer tool using `ssh`
1313
- Host public web services on `localhost`
1414
- Host public tcp services on `localhost`
15+
- Automatic TLS
1516
- Custom domains
1617
- Alerting for tunnel connect/disconnects
1718
- Per-site [analytics](/analytics)
1819
- [Multi-region support](/regions)
1920
- Share your local webserver privately with another user
20-
- Managed [sish](https://docs.ssi.sh) service
2121

2222
Using SSH tunnels, we can forward requests to your localhost from https, wss,
2323
and tcp.

0 commit comments

Comments
 (0)