mirror of
https://github.com/YunoHost-Apps/shellinabox_ynh.git
synced 2024-09-03 20:26:12 +02:00
347a733d01
Add disable-ssl to prevent a failure of shellinabox because of the reverse proxy without ssl. (Not tested on jessie) Still there's a problem, no login prompt are printed. The sysvinit script need to be tweaked to remove this fucking `-q` to see anything in syslog...
18 lines
601 B
Text
18 lines
601 B
Text
# Should shellinaboxd start automatically
|
|
SHELLINABOX_DAEMON_START=1
|
|
|
|
# TCP port that shellinboxd's webserver listens on
|
|
SHELLINABOX_PORT=__PORT__
|
|
|
|
# Parameters that are managed by the system and usually should not need
|
|
# changing:
|
|
# SHELLINABOX_DATADIR=/var/lib/shellinabox
|
|
# SHELLINABOX_USER=shellinabox
|
|
# SHELLINABOX_GROUP=shellinabox
|
|
|
|
# Any optional arguments (e.g. extra service definitions). Make sure
|
|
# that that argument is quoted.
|
|
#
|
|
# Beeps are disabled because of reports of the VLC plugin crashing
|
|
# Firefox on Linux/x86_64.
|
|
SHELLINABOX_ARGS="--no-beep --localhost-only --disable-ssl"
|