Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/makhosi6/browser


https://github.com/makhosi6/browser

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

### deployment

```bash

docker pull ghcr.io/puppeteer/puppeteer:16.2.0 # pulls the image that contains Puppeteer v16.2.0
```

```bash
docker run -d -i --name yt_pptr --init --cap-add=SYS_ADMIN -p 3400:3400 --restart unless-stopped ghcr.io/puppeteer/puppeteer:16.2.0 node -e "$(cat index.js)"
```