# rawgithack **Repository Path**: mirrors_jcoleman/rawgithack ## Basic Information - **Project Name**: rawgithack - **Description**: Serves files from github, bitbucket and gitlab, but with the correct content types - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README raw.githack.com [![](https://img.shields.io/badge/license-MIT-green.svg?style=flat-square)](https://opensource.org/licenses/MIT) =============== This is the source code behind [raw.githack.com](https://raw.githack.com). 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!