Need to get 115 kB of archives.
After this operation, 506 kB of additional disk space will be used.


Vote for it on FeatHub: https://feathub.com/MichaIng/DietPi/+25
/etc/default/shellinabox
SHELLINABOX_ARGS="--no-beep --disable-ssl"
@Fourdee
Nice, if one needs to access from many different clients and/or mobile, where not always SSH client is available. But for security reasons I would always prefer a real SSH client where possible. Also for this reason --disable-ssl should be never added? Standalone webserver included which needs SSL certificates? Perhaps we can add self-signed/snakeoil certs first and then handle it within dietpi-letsencrypt as well.
For Allo GUI images it could be interesting to add it and implement into the Allo GUI? But on other images I would not add it by default. So far no one asked for it (?) and due to above reasons I also would not use it. I access to my server from local network only.
@MichaIng
--disable-ssl should be never added? Standalone webserver included which needs SSL certificates?
Yep.
But on other images I would not add it by default.
Agree, lets make it a optional software title in dietpi-software. Pre-installed for Allo GUI
without adding --disable-ssl users can still access by https://192.168.0.100:4200 ,then need to add permission on advanced option
by adding --disable-ssl access by 192.168.0.100:4200 or http://192.168.0.100:4200
Added to FeatHub, feel free to vote for it: https://feathub.com/MichaIng/DietPi/+25
Most helpful comment
@Fourdee
Nice, if one needs to access from many different clients and/or mobile, where not always SSH client is available. But for security reasons I would always prefer a real SSH client where possible. Also for this reason
--disable-sslshould be never added? Standalone webserver included which needs SSL certificates? Perhaps we can add self-signed/snakeoil certs first and then handle it withindietpi-letsencryptas well.For Allo GUI images it could be interesting to add it and implement into the Allo GUI? But on other images I would not add it by default. So far no one asked for it (?) and due to above reasons I also would not use it. I access to my server from local network only.