Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sbws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
juga
sbws
Commits
b4da570a
Commit
b4da570a
authored
6 years ago
by
juga
Browse files
Options
Downloads
Patches
Plain Diff
docs: add scanner and destination requirements
based on Torflow's documentation. Closes bug #28647. Bugfix v0.4.0
parent
c2b85b3f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DEPLOY.rst
+9
-1
9 additions, 1 deletion
DEPLOY.rst
INSTALL.rst
+1
-1
1 addition, 1 deletion
INSTALL.rst
with
10 additions
and
2 deletions
DEPLOY.rst
+
9
−
1
View file @
b4da570a
...
...
@@ -19,8 +19,16 @@ destination requirements
- A Web server installed and running that supports HTTP GET, HEAD and
Range (:rfc:`7233`) requests.
``Apache`` HTTP Server and ``Nginx`` support them.
- Optional support for TLS
- TLS support to avoid HTTP content caches at the various exit nodes.
- Certificates can be self-signed.
- A large file; at the time of writing, at least 1 GiB in size
It can be created running::
head -c $((1024*1024*1024)) /dev/urandom > 1GiB
- A fixed IP address or a domain name.
- Bandwidth: at least 12.5MB/s (100 Mbit/s).
- Network traffic: around 12-15GB/day.
scanner setup
----------------------
...
...
This diff is collapsed.
Click to expand it.
INSTALL.rst
+
1
−
1
View file @
b4da570a
...
...
@@ -58,7 +58,7 @@ to configure, deploy and run ``sbws``.
System physical requirements
-----------------------------
- Bandwidth: at least
20
MB/s (1
6
0 Mbit/s).
The more the better.
- Bandwidth: at least
12.5
MB/s (1
0
0 Mbit/s).
- Free RAM: at least 1.5GB
- Free disk: at least 3GB
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment