21700: Install Bundler system-wide in Rails postinst
[arvados.git] / tools / salt-install / config_examples / multi_host / aws / tofs / arvados / shell / config / files / default / shell-shellinabox.tmpl.jinja
1 {#
2 ##########################################################
3 # Copyright (C) The Arvados Authors. All rights reserved.
4 #
5 # SPDX-License-Identifier: CC-BY-SA-3.0
6 #}
7 ########################################################################
8 # File managed by Salt at <{{ source }}>.
9 # Your changes will be overwritten.
10 ########################################################################
11 # Should shellinaboxd start automatically
12 SHELLINABOX_DAEMON_START=1
13 # TCP port that shellinboxd's webserver listens on
14 SHELLINABOX_PORT={{ arvados.shell.shellinabox.service.port }}
15 # SSL is disabled because it is terminated in Nginx. Adjust as needed.
16 SHELLINABOX_ARGS="--disable-ssl --no-beep --service=/shell.{{ arvados.cluster.domain }}:AUTH:HOME:SHELL"