Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boxiang Sun
slapos.package
Commits
954a00e8
Commit
954a00e8
authored
May 09, 2022
by
Boxiang Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow npm and github
parent
a0c6491e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
66 additions
and
0 deletions
+66
-0
playbook/slapos-standalone.yml
playbook/slapos-standalone.yml
+66
-0
No files found.
playbook/slapos-standalone.yml
View file @
954a00e8
...
@@ -107,6 +107,72 @@
...
@@ -107,6 +107,72 @@
destination
:
lab.nexedi.com
destination
:
lab.nexedi.com
jump
:
ACCEPT
jump
:
ACCEPT
# Allow to access github.com and raw.githubusercontent.com
# Somehow not working
-
name
:
Allow to access github.com
iptables
:
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
443
dst_range
:
140.82.121.3-140.82.121.4
jump
:
ACCEPT
-
name
:
Allow to access github.com
iptables
:
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
80
dst_range
:
140.82.121.3-140.82.121.4
jump
:
ACCEPT
-
name
:
Allow to access github.com
iptables
:
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
80
destination
:
github.com
jump
:
ACCEPT
-
name
:
Allow to access raw.githubusercontent.com
iptables
:
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
80
destination
:
raw.githubusercontent.com
jump
:
ACCEPT
-
name
:
Allow to access github.com
iptables
:
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
443
destination
:
github.com
jump
:
ACCEPT
-
name
:
Allow to access raw.githubusercontent.com
iptables
:
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
443
destination
:
raw.githubusercontent.com
jump
:
ACCEPT
# Workaround to allow to access registry.npmjs.org
-
name
:
Allow to access registry.npmjs.org
iptables
:
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
443
dst_range
:
104.16.16.35-104.16.27.35
jump
:
ACCEPT
# This is for connect to the test suite and upload the test result.
# This is for connect to the test suite and upload the test result.
# You need to replace it with your own ERP5 instance domain s
# You need to replace it with your own ERP5 instance domain s
-
name
:
Allow to access ERP5 test suite address
-
name
:
Allow to access ERP5 test suite address
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment