Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makhosi6/browser
https://github.com/makhosi6/browser
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/makhosi6/browser
- Owner: makhosi6
- Created: 2022-08-27T17:11:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T02:01:47.000Z (over 1 year ago)
- Last Synced: 2024-11-08T20:12:05.990Z (about 2 months ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)"
```