https://github.com/plebbit/plebbit-provider
https://github.com/plebbit/plebbit-provider
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plebbit/plebbit-provider
- Owner: plebbit
- License: gpl-2.0
- Created: 2022-04-18T01:26:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-29T03:06:06.000Z (11 months ago)
- Last Synced: 2025-07-29T04:32:36.289Z (11 months ago)
- Language: JavaScript
- Size: 437 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Note: Cannot use the pubsub provider with Cloudflare to run a subplebbit because Cloudflare timesout the keepalive connection after 2 minutes, and the IPFS HTTP client doesn't automatically reconnect.
#### Install and start
```sh
npm install
node start [--ipfs-gateway-use-subdomains] [--shutdown-key ]
```
#### Install and start with Docker
```sh
./start-docker.sh
```
#### Guides
- Docker guide https://github.com/plebbit/pubsub-provider/blob/master/docs/docker-guide.md