All Projects → fuzzymannerz → lighttpd-Link

fuzzymannerz / lighttpd-Link

Licence: other
A lighttpd powered lightweight web server for the Steam Link

Programming Languages

shell
77523 projects
Roff
2310 projects
HTML
75241 projects

Projects that are alternatives of or similar to lighttpd-Link

Proxy.py
⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging
Stars: ✭ 1,291 (+6047.62%)
Mutual labels:  lightweight, http-server
Framework
Swoole, PSR-15, PSR-7, PSR-11 lightweight modular anti-framework for REST micro-services.
Stars: ✭ 259 (+1133.33%)
Mutual labels:  lightweight, http-server
logger
☠ 😈 👀 Simple,Secure & Undetected (6.11.2017) keylogger for Windows :)
Stars: ✭ 37 (+76.19%)
Mutual labels:  lightweight
http4ts
Server as a Function http toolkit for TypeScript & JavaScript
Stars: ✭ 30 (+42.86%)
Mutual labels:  http-server
lfs
Lightweight file system
Stars: ✭ 12 (-42.86%)
Mutual labels:  lightweight
quiki
a file-based web engine and server featuring a productive source language, markdown, image generation, categories, templates, and revision tracking
Stars: ✭ 20 (-4.76%)
Mutual labels:  http-server
steam-group-members
A node module to get a steam groups members list using promises.
Stars: ✭ 17 (-19.05%)
Mutual labels:  steam
phorklift
Phorklift is an HTTP server and proxy daemon, with clear, powerful and dynamic configuration.
Stars: ✭ 43 (+104.76%)
Mutual labels:  http-server
Adium-Steam-IM
Adium protocol plugin to support Steam instant messaging
Stars: ✭ 50 (+138.1%)
Mutual labels:  steam
minidenticons
Super lightweight SVG identicon (icon avatar) generator
Stars: ✭ 89 (+323.81%)
Mutual labels:  lightweight
wombag
Wombag is the alternative, lightweight backend for your Wallabag apps. Wombag supports the Wallabag API.
Stars: ✭ 42 (+100%)
Mutual labels:  lightweight
libmicrohttpd-http2
HTTP/2 support for libmicrohttpd
Stars: ✭ 21 (+0%)
Mutual labels:  http-server
Steam-Games-Idle
❤️ Node.js based script for steam game idling / hour boosting for chosen game without using computer resources. Built by @Refloow
Stars: ✭ 46 (+119.05%)
Mutual labels:  steam
temps-lite
A smart, good-looking little app which tries to speak your language the way you are used to.
Stars: ✭ 40 (+90.48%)
Mutual labels:  lightweight
csgo-league-web
League web panel
Stars: ✭ 42 (+100%)
Mutual labels:  steam
FaceRecognitionCpp
Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
Stars: ✭ 40 (+90.48%)
Mutual labels:  lightweight
mapserver-docker
Mapserver OGR GDAL PostGIS WMS WCS WFS with Lighttpd in Docker
Stars: ✭ 18 (-14.29%)
Mutual labels:  lighttpd
CSGOItemDB
An API to retrieve accurate CS:GO prices for high- and low-tier items
Stars: ✭ 35 (+66.67%)
Mutual labels:  steam
esl
Lightweight and flexible UI component library based on web components technology for creating basic UX modules
Stars: ✭ 53 (+152.38%)
Mutual labels:  lightweight
http-server-pwa
👾 http-server alike but for serving and rendering PWA: pwa-server
Stars: ✭ 14 (-33.33%)
Mutual labels:  http-server

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].