Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Squid proxy env variables. #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions OPENVAS_IMAGE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ After starting the remote scanner, you will find the scanner\'s Public Key and t

##### The following are variables that can be set/modified using the `--env` option

| Name | Description | Default Value |
| -------------- | -------------------------------------- | ------------------ |
| MASTER_ADDRESS | IP or Hostname of the GVM container | (No default value) |
| MASTER_PORT | SSH server port from the GVM container | 22 |
| Name | Description | Default Value |
| -------------- | ----------------------------------------------------------------------- | ------------------ |
| MASTER_ADDRESS | IP or Hostname of the GVM container | (No default value) |
| MASTER_PORT | SSH server port from the GVM container | 22 |
| RSYNC_PROXY | Optional Rsync proxy. Use 127.0.0.1:3128 to use GVM-Docker Squid proxy | (No default value) |

Steps to deploy remote scanner:

Expand Down
1 change: 1 addition & 0 deletions VARIABLES/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ These settings can be set in the docker command line with the --env parameter, o
| `DB_PASSWORD` | This sets the postgres DB password | random |
| `DB_PASSWORD_FILE` | Default no password file for Docker Swarm Secrets - if set DB_PASSWORD is ignored | |
| `SSHD` | This needs to be set to true if you are using the remote scanner | false |
| `SQUID` | Squid (rsync) proxy to start for remote scanner updates | false |
| `TZ` | Timezone name for a list look here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | UTC |
| `RELAYHOST` | The IP address or hostname to send emails through. | 127.17.0.1|
| `SMTPPORT` | The TCP port for the RELAYHOST | 25 |
Expand Down