https://github.com/lexoyo/grrhost-core
Free hosting service based on git and github pages
https://github.com/lexoyo/grrhost-core
Last synced: 7 months ago
JSON representation
Free hosting service based on git and github pages
- Host: GitHub
- URL: https://github.com/lexoyo/grrhost-core
- Owner: lexoyo
- Created: 2016-08-23T00:19:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T10:34:10.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T17:20:50.897Z (8 months ago)
- Language: JavaScript
- Homepage: http://lexoyo.me/GrrHost/
- Size: 263 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://grrhosting.herokuapp.com/)
[](https://grrhosting2.herokuapp.com/)## Grrhost your files online now!!
### What is it?
Grrhost!! is a free hosting service based on git and github pages. It lets users host files on github pages without even having to login.
### How does it work?
Install Grrhost!! on your server or use the [online demo here](https://grrhosting.herokuapp.com/) (may be down sometimes).
Select a `.zip` file and click "Grrhost!!!". Your files will be extracted and available online for you to share it to the world.
[](https://grrhosting.herokuapp.com/)
You may want to have an `index.html` file at the root of your archive to serve a website, but it is not mandatory and Grrhost will host any file.
The upload and grrhosting process will take around 20s.
After a few seconds it will redirect you to an URL where your unzipped files are accessible online.
If you do not have a ".zip" file, you can use this one: [sample.zip](./public/sample.zip)
## Host your own Grrhost!!
Clone this repository, and then:
```
$ npm i
$ PORT=3000 GRR_USER="lexoyo" GRR_PASSWORD="857241a5c5c3590ffc6b218dd65596d6d65f" npm start
```[Password can be generated here](https://github.com/settings/tokens)