Skip to content

gbraad/lighttpd-Link

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

lighttpd-Link

A lighttpd powered lightweight web server for the Steam Link

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


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

About

A lighttpd powered lightweight web server for the Steam Link

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 69.7%
  • Roff 28.2%
  • HTML 2.1%