3131- [ Performance Optimization] ( #performance-optimization )
3232- [ 📊 Examples] ( #-examples )
3333- [ 🚀 Installation] ( #-installation )
34- - [ 🐋 Docker Installation (Recommended)] ( #-docker-installation-recommended )
35- - [ 🔧 Manual Installation] ( #-manual-installation )
34+ - [ Option 1: Quick Start with Docker Hub (Recommended)] ( #option-1-quick-start-with-docker-hub-recommended )
35+ - [ Option 2: Build from Source] ( #option-2-build-from-source )
36+ - [ Option 3: Manual Installation] ( #option-3-manual-installation )
37+ - [ 🔄 Updates] ( #-updates )
38+ - [ Option 1: Using Watchtower (Automatic)] ( #option-1-using-watchtower-automatic )
39+ - [ Option 2: Manual Update] ( #option-2-manual-update )
3640- [ 📁 Project Structure] ( #-project-structure )
3741- [ ⚙️ Configuration] ( #️-configuration )
3842- [ Service Configuration] ( #service-configuration )
@@ -163,7 +167,7 @@ docker run -d \
163167# The application will be available at:
164168# - API Server: http://0.0.0.0:5000 (all interfaces)
165169# - Web Interface: http://0.0.0.0:8080 (all interfaces)
166- #
170+ #
167171# You can also access it via:
168172# - http://localhost:5000 and http://localhost:8080
169173# - http://your-ip:5000 and http://your-ip:8080
@@ -195,6 +199,7 @@ docker run -d \
195199<summary >Click to expand manual installation steps</summary >
196200
1972011 . Clone repository and install dependencies:
202+
198203``` bash
199204# Clone repository
200205git clone https://github.com/cansolele/exploit-seek.git
@@ -214,6 +219,7 @@ pip install -r requirements.txt
214219```
215220
2162212 . Build and start the client:
222+
217223``` bash
218224# Build client
219225cd ../client
@@ -225,6 +231,7 @@ npx serve -s dist -l tcp://0.0.0.0:8080
225231```
226232
2272333 . Start the server (in a new terminal):
234+
228235``` bash
229236# Activate virtual environment
230237cd exploit-seek
@@ -237,6 +244,7 @@ gunicorn --worker-class geventwebsocket.gunicorn.workers.GeventWebSocketWorker \
237244```
238245
239246The application will be available at:
247+
240248- API Server:http://0.0.0.0:5000 (all interfaces)
241249- Web Interface:http://0.0.0.0:8080 (all interfaces)
242250
@@ -379,7 +387,8 @@ Configure proxy settings in the application settings after installation.
379387##📱 Usage
380388
3813891 . ** Initial Setup**
382- - Configure server address
390+ - Server address is automatically detected when client and server are on the same host
391+ - If needed, configure server address manually in settings
383392- Set up API keys (NVD, VulnCheck)
384393- Choose interface language (English/Russian)
385394- Select theme mode (Dark/Light)