feat(components,version): add extra components, new version
[arvados-formula.git] / arvados / shell / config / files / default / shell-shellinabox.tmpl.jinja
1 ########################################################################
2 # File managed by Salt at <{{ source }}>.
3 # Your changes will be overwritten.
4 ########################################################################
5 # Should shellinaboxd start automatically
6 SHELLINABOX_DAEMON_START=1
7 # TCP port that shellinboxd's webserver listens on
8 SHELLINABOX_PORT={{ arvados.shell.shellinabox.service.port }}
9 # SSL is disabled because it is terminated in Nginx. Adjust as needed.
10 SHELLINABOX_ARGS="--disable-ssl --no-beep --service=/shell.{{ arvados.cluster.name }}.{{ arvados.cluster.domain }}:AUTH:HOME:SHELL"