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
60223ac3
Commit
60223ac3
authored
Jul 17, 2022
by
Boxiang Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow some ports
parent
8ef3b249
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 @
60223ac3
...
...
@@ -449,6 +449,72 @@
destination
:
cdn.cypress.io
jump
:
ACCEPT
# Needed by metabase
-
name
:
Allow to access localhost:8443
iptables
:
ip_version
:
ipv6
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
8443
destination
:
2001:67c:1254:105:28ad::d94
jump
:
ACCEPT
# Needed by metabase caucase
-
name
:
Allow to access localhost:8009
iptables
:
ip_version
:
ipv6
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
8009
destination
:
2001:67c:1254:105:28ad::d94
jump
:
ACCEPT
# Needed by metabase caddy-frontend
-
name
:
Allow to access 2001:67c:1254:4::1/index.html
iptables
:
ip_version
:
ipv6
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
443
destination
:
2001:67c:1254:4::1
jump
:
ACCEPT
# Required by the SR html5as
-
name
:
Allow to access localhost:8087
iptables
:
ip_version
:
ipv6
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
8087
destination
:
2001:67c:1254:105:28ad::d94
jump
:
ACCEPT
# Required by the SR html5as
-
name
:
Allow to access localhost:8097
iptables
:
ip_version
:
ipv6
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
8097
destination
:
2001:67c:1254:105:28ad::d94
jump
:
ACCEPT
# Required by the SR html5as-base
-
name
:
Allow to access localhost:8081
iptables
:
ip_version
:
ipv6
action
:
append
chain
:
OUTPUT
protocol
:
tcp
destination_port
:
8081
destination
:
2001:67c:1254:105:28ad::d94
jump
:
ACCEPT
-
name
:
Allow to access localhost:8086
iptables
:
ip_version
:
ipv6
...
...
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