SkyHighSundaeFileBin is an open-source alternative to Gofile, designed for secure file sharing and storage. It provides an easy-to-deploy solution that can be self-hosted for complete control over your file-sharing needs.
- Open Source: Free to use and modify under the MIT license.
- Secure: Self-host your file-sharing platform for total control over security.
- Simple Setup: Get your server up and running quickly with minimal configuration.
Follow these steps to set up your own SkyHighSundaeFileBin instance:
- Node.js (v14 or later)
- npm (Node package manager)
-
Clone the repository to your server:
git clone https://github.com/your-repo/SkyHighSundaeFileBin.git cd SkyHighSundaeFileBin
-
Install the required dependencies:
npm install
-
Set the admin key:
- Open the
admin.json
file. - Replace the default admin key with a secure key of your choice (do NOT use the default one).
- Open the
-
Run the application:
node app.js
-
Access your instance:
- Open your web browser and go to
http://localhost:3000
to start using SkyHighSundaeFileBin.
- Open your web browser and go to
You can modify files and ban IPs in the Admin Panel
Feel free to contribute to this project! Open issues, fork the repository, and submit pull requests. We welcome all improvements and ideas to make SkyHighSundaeFileBin better.
Happy hosting with SkyHighSundaeFileBin!