Commit c6eaa6ba authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: shellinabox doesn't use post 8080 anymore, which is widely used by other services

parent 895a14a6
...@@ -144,7 +144,7 @@ As you can see in instance-runner-*.cfg, the buildout section extends a hard-cod ...@@ -144,7 +144,7 @@ As you can see in instance-runner-*.cfg, the buildout section extends a hard-cod
List of ports used by the webrunner: List of ports used by the webrunner:
------------------------------------ ------------------------------------
8602 : slapproxy, while running tests 8602 : slapproxy, while running tests
8080 : shellinabox 8949 : shellinabox
9684 : apache (monitoring of slaprunner, git access) 9684 : apache (monitoring of slaprunner, git access)
22222 : dropbear 22222 : dropbear
50000 : slapproxy 50000 : slapproxy
...@@ -152,4 +152,4 @@ List of ports used by the webrunner: ...@@ -152,4 +152,4 @@ List of ports used by the webrunner:
Tips: Tips:
----- -----
You can use shellinabox in fullscreen, by accessing : https://[IPV6]:8080 You can use shellinabox in fullscreen, by accessing : https://[IPV6]:8949
...@@ -44,7 +44,7 @@ mode = 0644 ...@@ -44,7 +44,7 @@ mode = 0644
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg.in output = ${buildout:directory}/template-runner.cfg.in
md5sum = 1c084d9aa33202ccba58be750f0698a5 md5sum = eee94d599cf53aae74bea28b3d037a1f
mode = 0644 mode = 0644
[template-runner-import-script] [template-runner-import-script]
......
...@@ -509,7 +509,7 @@ context = ...@@ -509,7 +509,7 @@ context =
[shellinabox] [shellinabox]
recipe = slapos.cookbook:shellinabox recipe = slapos.cookbook:shellinabox
ipv6 = $${slap-network-information:global-ipv6} ipv6 = $${slap-network-information:global-ipv6}
port = 8080 port = 8949
shell = $${shell:wrapper} shell = $${shell:wrapper}
wrapper = $${directory:bin}/shellinaboxd wrapper = $${directory:bin}/shellinaboxd
shellinabox-binary = ${shellinabox:location}/bin/shellinaboxd shellinabox-binary = ${shellinabox:location}/bin/shellinaboxd
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment