https://github.com/dexus/gitrest
https://github.com/dexus/gitrest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dexus/gitrest
- Owner: Dexus
- Created: 2018-11-05T09:19:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T11:01:55.000Z (over 7 years ago)
- Last Synced: 2025-02-24T22:11:16.100Z (over 1 year ago)
- Language: HTML
- Size: 112 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
raw.git.rest [](https://opensource.org/licenses/MIT)
===============
This is the source code behind [raw.git.rest](https://raw.git.rest).
The idea of this service is inspired from [rawgit.com](http://rawgit.com)
(formerly rawgithub.com). I just realized that using a whole framework (node.js
with express.js) for such simple thing as requests proxying is overkilling, and
made same stuff using nginx only.
This is also a game: I am trying to implement the same functionality using nginx
config files only. No programming languages allowed. Come join me!