Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alash3al/lightify
a reverse proxy that boosts the web app performance!
https://github.com/alash3al/lightify
css-minifier js-minifier middleware minifier nginx performance-tuning reverse-proxy
Last synced: 12 days ago
JSON representation
a reverse proxy that boosts the web app performance!
- Host: GitHub
- URL: https://github.com/alash3al/lightify
- Owner: alash3al
- License: mit
- Created: 2018-06-26T19:25:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T12:00:04.000Z (over 5 years ago)
- Last Synced: 2024-08-02T02:14:43.422Z (3 months ago)
- Topics: css-minifier, js-minifier, middleware, minifier, nginx, performance-tuning, reverse-proxy
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 192
- Watchers: 8
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Lightify
=========
> Let's minify, compress & combine static files on the fly.![](http://preview.ibb.co/nkCgpy/36283128_1069026009937885_5431723196539731968_o_1.jpg)
Features
==========
- Simple & Stupid.
- Minify `css, js, html, xml, json`.
- Gzip each minified file.
- Combine and inline self-hosted `css, js` on the fly!
- Automatically fixes internal relative css imports!
- Supports any http upstream.
- Portable, no dependancies.Download
========
- Docker `$ docker pull alash3al/lightify`
- Binaries go to [releases page](https://github.com/alash3al/lightify/releases)
- From Source `go get github.com/alash3al/lightify`Usage
======
- Docker `$ docker run --network=host alash3al/lightify --upstream="http://localhost:8080"`
- Binaries `./lightify -http :80 -upstream http://localhost:8080`
- From Source `lightify -http :80 -upstream http://localhost:8080`Help
====
- Docker `$ docker run alash3al/lightify --help`
- Binaries `./lightify --help`
- From Source `lightify --help`Credits
========
Mohamed Al Ashaal, a Gopher ;)License
========
MIT LicenseContribution
=============
The door is always open ;)