Skip to content

Commit

Permalink
docs: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jul 13, 2024
1 parent 6d14a20 commit a0d2797
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 8 deletions.
4 changes: 4 additions & 0 deletions posts/custom-domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@ and then use that as an `A` record.

> WARNING: We make **no** guarantees that our IP addresses will stay the same.
> Use at your own risk!
# Can I use an `ALIAS` record instead of `CNAME`?

Yes, it should work the exact same way.
2 changes: 1 addition & 1 deletion posts/imgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
tags: localhost:5000/image:latest
```

# Ready to join pico?
Ready to join pico?

<div class="flex flex-col items-center justify-center">
<p>Create an account using only your SSH key.</p>
Expand Down
12 changes: 9 additions & 3 deletions posts/lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@ title: Lab
description: Experimental ideas, projects, and oss libs
---

# git-pr

The simplest git collaboration service

[Source code](https://github.com/picosh/git-pr)

# pobj

rsync, scp, sftp for your object store.

[Source code](https://github.com/picosh/pobj)

# ptun
# tunkit

A passwordless authentication experience for the browser leveraging SSH tunnels.
SSH tunnel tooling

[Source code](https://github.com/picosh/ptun)
[Source code](https://github.com/picosh/tunkit)

# pgit

Expand Down
2 changes: 1 addition & 1 deletion posts/pastes.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pipe command.
echo "foobar" | ssh pastes.sh FILENAME hidden=true
```

# Ready to join pico?
Ready to join pico?

<div class="flex flex-col items-center justify-center">
<p>Create an account using only your SSH key.</p>
Expand Down
18 changes: 17 additions & 1 deletion posts/pgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,22 @@ override this preference by adding a force flag to your redirect entry:
/space / 301!
```

## Redirect `www` to naked domain

Our recommended solution is to create a separate project with just a
`_redirects` file inside of it.

1. Create a `_redirects` file with a 301 to naked domain:

```bash
echo "/* nake-domain.com 301" >> _www_redirects
rsync _www_redirects pgs.sh:/www-proj/_redirects
```

2. Add a `www` CNAME and TXT record to point to www project

See our [custom domains](/custom-domains#pgssh) page.

## Rewrites

Not completely supported at this point but actively being worked on. You can
Expand Down Expand Up @@ -339,7 +355,7 @@ At this point in time, we are able to serve content from a single VM. If this
service gains traction we will commit to having a CDN with multiple regions in
the US.

# Ready to join pico?
Ready to join pico?

<div class="flex flex-col items-center justify-center">
<p>Create an account using only your SSH key.</p>
Expand Down
2 changes: 1 addition & 1 deletion posts/prose.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ description: Where are you going?
This page doesn't exist.
```

# Ready to join pico?
Ready to join pico?

<div class="flex flex-col items-center justify-center">
<p>Create an account using only your SSH key.</p>
Expand Down
2 changes: 1 addition & 1 deletion posts/tuns.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ssh -R dev:80:localhost:8000 tuns.sh
# now anyone can access it at https://dev.tuns.sh
```

# Ready to join pico?
Ready to join pico?

<div class="flex flex-col items-center justify-center">
<p>Create an account using only your SSH key.</p>
Expand Down

0 comments on commit a0d2797

Please sign in to comment.