lighttpd-Link icon indicating copy to clipboard operation
lighttpd-Link copied to clipboard

A lighttpd powered lightweight web server for the Steam Link

lighttpd-Link

A lighttpd powered lightweight web server for the Steam Link

Could be used for system monitoring pages, web dashboards and so on...

ALSO AVAILABLE WITH 100% MORE PHP 7:
https://github.com/fuzzymannerz/lighttpd-link-php7


Requirements


How To Install

  1. Download the archive and extract it somewhere.
  2. Upload everything inside the "Upload" folder to the steam link's filesystem root via SSH. (Mounted or WinSCP etc...)

Usage

To Start:

lighttpd -f /home/steam/http/serve.conf

Note: You may first need to chmod +x /usr/local/sbin/lighttpd

It will now run as a background process until stopped or until the Steam Link is turned off.

To Stop:

pkill lighttpd

See home/steam/http/serve.conf for a basic configuration example.
Refer to https://redmine.lighttpd.net/projects/1/wiki/TutorialConfiguration for more info.


Uninstallation

If you factory reset your Steam Link lighttpd-Link will be removed.
Otherwise you can run the fancy uninstall script.

To unininstall everything, including the "/home/steam/http" folder:

wget https://raw.githubusercontent.com/fuzzymannerz/lighttpd-Link/master/rmLighttpd-Link.sh && chmod +x rmLighttpd-Link.sh && sh rmLighttpd-Link.sh

To just remove all files apart from the "/home/steam/http" folder:

wget https://raw.githubusercontent.com/fuzzymannerz/lighttpd-Link/master/rmLighttpd-Link.sh && chmod +x rmLighttpd-Link.sh && sh rmLighttpd-Link.sh keephttp