Lineshell goes open source on github
Background
4 months ago I've launched Lineshell.io, a website dedicated to sysadmins and devops to manage servers and execute shell scripts on them, directly through your browser.
I received some really good comments, but also some feedbacks about people who were not confident enough to allow connection to their servers from a tier website.
I perfectly understand it, and I'm happy to tell you that it's now fixed.
Open source on Github
The tool is now completly open-source and available on Github at https://github.com/TehesFR/Lineshell
Docker easy install
As mentioned on the Github page, you can use the docker container, packed with everything you need by running :
docker run -it -d --name lineshell -p 8080:8080 -e MONGODB_USERNAME=lineshell_user -e MONGODB_PASSWORD=lineshell_pass -e MONGODB_DBNAME=admin tehes/lineshell-docker
Hope you will enjoy it. Thanks!