removed broken link, fixed typos, added more styling (#376)

This commit is contained in:
Gustavo 2024-03-21 11:52:46 -03:00 committed by GitHub
parent 78afa0e8f6
commit 3a4328fc3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 15 deletions

View File

@ -14,10 +14,10 @@ Running a hosting service is not easy. To provide a great hosting experience for
- SSL cert provisioning and management
- Storage
- Volume mounts
- Could computing or VPS deployment
- Cloud computing or VPS deployment
- CDN and static asset hosting
- Amazon AWS
- Lots more - scaling, firewalls, DDoS defense, user security, log rotation, patches, updates, build tools, CPU architectures, multitenancy, on and on
- Lots more - scaling, firewalls, DDoS protection, user security, log retention, patches, updates, build tools, CPU architectures, multitenancy, and the list goes on
If you're still interested in creating a PocketHost hosting environment for yourself, read on...
@ -35,7 +35,4 @@ git clone git@github.com:benallfree/pockethost.git pockethost-lts
cd pockethost-lts
pnpm
cd ..
```
Discussion about ulimits https://chat.openai.com/share/f9ff9df7-9afd-48ce-9a04-d44b4a8a3066
```

View File

@ -1,6 +1,6 @@
# 👋 Welcome to PocketHost
## Overview
## 🗺️ Overview
PocketHost hosts your [PocketBase](https://pocketbase.io) projects, so you don't have to. Create a project like you would in Firebase and Supabase and let PocketHost do the rest.
@ -8,14 +8,15 @@ PocketHost is a cloud hosting platform for PocketBase. You can use it to instant
- Create unlimited PocketBase projects, each with a custom subdomain
- Each instance runs on a subdomain of `pockethost.io`
- Access your PocketBase instance using the PocketBase JavaScript SDK as easily as `new PocketBase('https://my-project.pockethost.io')`
- Run your instance in an ultra-beefy shared environment
- Access your PocketBase instance using the PocketBase JavaScript SDK as easily as
`new PocketBase('https://my-project.pockethost.io')`
- Run your instance in an ultra-beefy shared environment.
## Focus on your app
## 🎯 Focus on your app
Get a live PocketBase instance in 10 seconds with no backend setup:
1. Create an account at pockethost.io
1. Create an account at [pockethost.io](https://pockethost.io/)
2. Provision your first PocketBase instance
3. Connect from anywhere
@ -25,16 +26,16 @@ import PocketBase from 'pocketbase'
const client = new PocketBase(`https://harvest.pockethost.io`)
```
## Batteries Included
## 🔋Batteries Included
Here's all the Linux/devops stuff that PocketHost does for you:
Here's all the Linux/DevOps stuff that PocketHost does for you:
- Email and DKIM+SPF and more
- DNS jargon: MX, TXT, CNAME
- SSL cert provisioning and management
- Storage
- Volume mounts
- Could computing or VPS deployment
- Cloud computing or VPS deployment
- CDN and static asset hosting
- Amazon AWS
- Lots more - scaling, firewalls, DDoS defense, user security, log rotation, patches, updates, build tools, CPU architectures, multitenancy, on and on
- Lots more - scaling, firewalls, DDoS protection, user security, log retention, patches, updates, build tools, CPU architectures, multitenancy, and the list goes on