diff --git a/posts/custom-domains.md b/posts/custom-domains.md index ec65701..e2530a6 100644 --- a/posts/custom-domains.md +++ b/posts/custom-domains.md @@ -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. diff --git a/posts/imgs.md b/posts/imgs.md index 9c18661..5ec05ad 100644 --- a/posts/imgs.md +++ b/posts/imgs.md @@ -93,7 +93,7 @@ jobs: tags: localhost:5000/image:latest ``` -# Ready to join pico? +Ready to join pico?
Create an account using only your SSH key.
diff --git a/posts/lab.md b/posts/lab.md index 6fb9a5a..6805242 100644 --- a/posts/lab.md +++ b/posts/lab.md @@ -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 diff --git a/posts/pastes.md b/posts/pastes.md index f55e7e0..ee46735 100644 --- a/posts/pastes.md +++ b/posts/pastes.md @@ -60,7 +60,7 @@ pipe command. echo "foobar" | ssh pastes.sh FILENAME hidden=true ``` -# Ready to join pico? +Ready to join pico?Create an account using only your SSH key.
diff --git a/posts/pgs.md b/posts/pgs.md index 605df27..27caa95 100644 --- a/posts/pgs.md +++ b/posts/pgs.md @@ -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 @@ -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?Create an account using only your SSH key.
diff --git a/posts/prose.md b/posts/prose.md index 4142294..4045b47 100644 --- a/posts/prose.md +++ b/posts/prose.md @@ -314,7 +314,7 @@ description: Where are you going? This page doesn't exist. ``` -# Ready to join pico? +Ready to join pico?Create an account using only your SSH key.
diff --git a/posts/tuns.md b/posts/tuns.md index 9cb388c..9c62ec7 100644 --- a/posts/tuns.md +++ b/posts/tuns.md @@ -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?Create an account using only your SSH key.