A webpage to see your screenshots, similar to prnt.sc
Docker (recommended)
docker run -d \
-p 8757:8757/tcp \
-v /path/to/images:/app/public/raw \
-e KEY=(API Key of your choosing) \
-e TITLE=(site title) \
ghcr.io/diamkil/screenshots:main
This app uses Node.JS, TypeScript and Sass. To run it on your machine directly, you'll need to compile it.
git clone https://github.com/diamkil/screenshots
cd screenshots
yarn install (or npm i)
yarn build (or npm run build)
node .
(use in the directory where screenshots is located)
Change the Key and Site Title in config.js
They go in public/raw/(year)/(month)/(day)/(hour)(minute)(second).(ext)
You can use ShareX or manually add them, I'll only cover ShareX here