mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-06 06:15:22 +02:00
documentation
This commit is contained in:
parent
0ae15ea542
commit
e3a718f1f9
3 changed files with 35 additions and 9 deletions
33
INSTALL.md
33
INSTALL.md
|
@ -11,9 +11,34 @@ That's all, no other packages needed
|
|||
|
||||
After reboot, login with the user create during the install and type :
|
||||
|
||||
sudo apt install git
|
||||
git clone https://github.com/dbarzin/pandora-box
|
||||
cd pandora-box
|
||||
sudo ./install.sh
|
||||
sudo apt install git
|
||||
git clone https://github.com/dbarzin/pandora-box
|
||||
cd pandora-box
|
||||
sudo ./install.sh
|
||||
|
||||
You can configura Pandora-box in the _pandora-box.ini_ file :
|
||||
|
||||
[DEFAULT]
|
||||
; Curses mode (full text)
|
||||
CURSES = False
|
||||
|
||||
; Screen size (graphic mode)
|
||||
SCREEN_SIZE = "1024x600"
|
||||
|
||||
; Set USB_AUTO_MOUNT to true is if the OS mount automaticaly mount USB keys
|
||||
USB_AUTO_MOUNT = False
|
||||
|
||||
; Set PANDORA_ROOT_URL to the URL of the Pandora server
|
||||
; the default value is "http://127.0.0.1:6100"
|
||||
PANDORA_ROOT_URL = http://127.0.0.1:6100
|
||||
|
||||
; Set FAKE_SCAN to true to fake the scan process (used during developement only)
|
||||
FAKE_SCAN = False
|
||||
|
||||
; Set to true to copy infected files to the quarantine folder
|
||||
; in the USB scanning station
|
||||
QUARANTINE = True
|
||||
|
||||
; Set quarantine folder
|
||||
QUARANTINE_FOLDER = /var/quarantine
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue