https://github.com/flappygrantstudios/grantbin-hub
GrantBin Hub is a service that provides viewing of GrantBin Repositories. The default repository makes GrantBin Hub a website for downloading many kinds of applications/modifications for many platforms and use cases, while manually reviewing each submissions to prevent uploading of harmfull software.
https://github.com/flappygrantstudios/grantbin-hub
astro bin binaries binary grant grant-bin grant-bin-hub grant-binhub grantbin grantbinhub hub site vite website
Last synced: about 1 month ago
JSON representation
GrantBin Hub is a service that provides viewing of GrantBin Repositories. The default repository makes GrantBin Hub a website for downloading many kinds of applications/modifications for many platforms and use cases, while manually reviewing each submissions to prevent uploading of harmfull software.
- Host: GitHub
- URL: https://github.com/flappygrantstudios/grantbin-hub
- Owner: FlappyGrantStudios
- License: mit
- Created: 2025-03-23T15:42:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T03:35:15.000Z (about 1 month ago)
- Last Synced: 2025-03-29T04:25:39.607Z (about 1 month ago)
- Topics: astro, bin, binaries, binary, grant, grant-bin, grant-bin-hub, grant-binhub, grantbin, grantbinhub, hub, site, vite, website
- Language: Astro
- Homepage: https://gbin.babypowershell.com
- Size: 528 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GrantBin Hub
GrantBin Hub is a service that provides viewing of GrantBin Repositories. The default repository makes GrantBin Hub a website for downloading many kinds of applications/modifications for many platforms and use cases, while manually reviewing each submissions to prevent uploading of harmfull software.## Features
- **Searchability** on most engines such as Google, to prevent the pain of going through many categories and subcategories.
- **Frequent updates**, or whenever a binary is updated/uploaded.
- **Category list** for sections to tell the difference between *e.g. Minecraft Mods and OtherGame Mods*.
- **Subcategories** for determining more specifically what type of binary it is.
- **Item list** in each subcategory so you can finally find that binary you wanted.## For Programmers
### Those who want to upload their binary(s)
To upload your app/game-mod/etc, email [[email protected]](mailto:[email protected]) a request, along with your binary. You ***will*** get a response at some point, and you may apply again if you fixed any issues I had.### Those who are interested in expanding GrantBin Hub
This repository is just the client, meaning programmers can create their own repository of binaries, and fork this website to use their own repository. However, it is crucial to change how items/groups are discovered, as right now the web app depends on a specific HTML template from the repository. The default repository is hosted on a server running **Windows Server** with **Internet Information Services *(IIS)***, so replicating that setup will make adding your own repository as easy as editing the `.env` file (it is safe to upload the `.env` file publicly unless you add protected/sensitive content).