mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-07 06:36:43 +00:00
removed broken link, fixed typos, added more styling (#376)
This commit is contained in:
parent
78afa0e8f6
commit
3a4328fc3b
@ -14,10 +14,10 @@ Running a hosting service is not easy. To provide a great hosting experience for
|
|||||||
- SSL cert provisioning and management
|
- SSL cert provisioning and management
|
||||||
- Storage
|
- Storage
|
||||||
- Volume mounts
|
- Volume mounts
|
||||||
- Could computing or VPS deployment
|
- Cloud computing or VPS deployment
|
||||||
- CDN and static asset hosting
|
- CDN and static asset hosting
|
||||||
- Amazon AWS
|
- 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...
|
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
|
cd pockethost-lts
|
||||||
pnpm
|
pnpm
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Discussion about ulimits https://chat.openai.com/share/f9ff9df7-9afd-48ce-9a04-d44b4a8a3066
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# 👋 Welcome to PocketHost
|
# 👋 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.
|
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
|
- Create unlimited PocketBase projects, each with a custom subdomain
|
||||||
- Each instance runs on a subdomain of `pockethost.io`
|
- 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')`
|
- Access your PocketBase instance using the PocketBase JavaScript SDK as easily as
|
||||||
- Run your instance in an ultra-beefy shared environment
|
`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:
|
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
|
2. Provision your first PocketBase instance
|
||||||
3. Connect from anywhere
|
3. Connect from anywhere
|
||||||
|
|
||||||
@ -25,16 +26,16 @@ import PocketBase from 'pocketbase'
|
|||||||
const client = new PocketBase(`https://harvest.pockethost.io`)
|
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
|
- Email and DKIM+SPF and more
|
||||||
- DNS jargon: MX, TXT, CNAME
|
- DNS jargon: MX, TXT, CNAME
|
||||||
- SSL cert provisioning and management
|
- SSL cert provisioning and management
|
||||||
- Storage
|
- Storage
|
||||||
- Volume mounts
|
- Volume mounts
|
||||||
- Could computing or VPS deployment
|
- Cloud computing or VPS deployment
|
||||||
- CDN and static asset hosting
|
- CDN and static asset hosting
|
||||||
- Amazon AWS
|
- 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
|
Loading…
x
Reference in New Issue
Block a user