website shot
v0.10.2

온라인으로 웹 사이트 스크린 샷을 캡처하십시오.
앱에 대한 언급 된 기사보기»
참고 : 웹 사이트 샷은 활발한 개발 중이며, 대부분의 목록 기능은 여전히 실험적이며 변경 될 수 있습니다.
인증이 필요한 페이지의 스크린 샷을 찍을 수 없습니다. 개인 은행 페이지, 이메일받은 편지함 또는 다른 페이지를 보려면 로그인 해야하는 기타 페이지에서 사용자 정의 JS를 사용하여 PayPass를 사용해야 할 수도 있습니다.

docker pull flowko1/website-shot
docker run -it -d -p 3000:3000 flowko1/website-shot
# to enable password protection | to disabled it set PASSWORD_PROTECT to 0
# default password is admin
# you'll notice a password field on the homepage, make sure to add the password there as well
docker run -it -d -p 3000:3000 -e PASSWORD_PROTECT=1 -e PASSWORD=yourpassword flowko1/website-shot
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate