Files
page-assist/page-share.md

38 lines
763 B
Markdown
Raw Normal View History

# Page Share
Page Share allows you to share the chat publicly, similar to ChatGPT Share. You can self-host Page Share for privacy and security.
2024-03-10 11:38:25 +05:30
The default Page Share is hosted at [https://pageassist.xyz](https://pageassist.xyz).
## Self-Host
You can self-host Page Share using two methods:
- Railway
- Docker
### Railway
Click the button below to deploy the code to Railway.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/VbiS2Q?referralCode=olbszX)
### Docker
1. Clone the repository
```bash
2024-03-28 09:49:05 +05:30
git clone https://github.com/n4ze3m/page-share-app.git
cd page-share-app
```
2. Run the server
```bash
docker-compose up
```
3. Open the app
2024-03-28 09:49:05 +05:30
Navigate to [http://localhost:3000](http://localhost:3000) in your browser.