A web interface for Sherlock. All credits belong to them, this is just a simple frontend.
https://sherlock.ziemlich-schnell.de
docker run --name sherlock-web -p 3000:3000 -e NODE_ENV=production -e SECURITY=enabled --restart unless-stopped ghcr.io/arthur2500/sherlock-web:latest
or
mkdir Sherlock-Web &&
cd Sherlock-Web &&
wget https://raw.githubusercontent.com/Arthur2500/Sherlock-Web/main/docker-compose.yml &&
docker-compose up -d
git clone https://github.com/Arthur2500/Sherlock-Web.git &&
docker-compose -f docker-compose.local.yml up -d --build
Requirements:
Node.js >= 16
Sherlock (https://github.com/sherlock-project/sherlock)
Clone Repository
git clone https://github.com/Arthur2500/Sherlock-Web.git
Install dependencies
npm install
Run main.js
node server.js
For improved security, set environment variable SECURITY=enabled if exclusively accessed via Cloudflare Tunnel or localhost
SECURITY=enabled node main.js
docker-compose.yml
Environment Settings:
SECURITY: [enabled/disabled]
: Enable/Disable Security features such as Helmet header protection