Syntox32 / ImageLight

A lightweight and simple web-based image viewer made for headless servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightweight Image Viewer

A lightweight, browser-based image viewer originally made to view enormous amounts of images on headless servers.

I suggest not running this on any port that is open to the internet.

How to run it

go run main.go

The program is now listening on port 8080

How to use it

Everything after the port in the URL is considered a path to a directory.
To view the example images you have to visit this URL in your browser: http://localhost:8080/tmp/ImageLight/examples

About

A lightweight and simple web-based image viewer made for headless servers

License:MIT License


Languages

Language:Go 53.9%Language:HTML 46.1%