1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shellinabox_ynh.git synced 2024-09-03 20:26:12 +02:00

Stretch fix

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...
This commit is contained in:
Maniack Crudelis 2018-03-07 21:03:01 +01:00 committed by GitHub
parent b58775e442
commit 347a733d01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,4 +15,4 @@ SHELLINABOX_PORT=__PORT__
#
# Beeps are disabled because of reports of the VLC plugin crashing
# Firefox on Linux/x86_64.
SHELLINABOX_ARGS="--no-beep --localhost-only"
SHELLINABOX_ARGS="--no-beep --localhost-only --disable-ssl"