Skip to content

devity84pro/filehost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voltzy File Host

A high-performance, secure file hosting platform with monetization support.

๐Ÿš€ Setup & Deployment

1. Prerequisites

  • Node.js 18+
  • MongoDB Database (MongoDB Atlas is recommended)
  • S3 Compatible Storage (Backblaze B2 is recommended for cheap bandwidth)

2. Configuration

Create a file named .env in the root folder and copy the contents of .env.example into it. Fill in your real API keys.

3. Installation (Local)

Run the following commands to install dependencies and build the frontend:

npm install
npm run build

4. Running the Server (Local)

To start the production server:

npm start

โ˜๏ธ Deploying to Render.com

When creating a New Web Service on Render, use these exact settings:

Setting Value
Build Command npm install && npm run build
Start Command npm start

Important: Go to the Environment tab in Render and add your variables (MONGODB_URI, B2_KEY_ID, ADMIN_EMAIL, etc.) or the server will not start.

๐Ÿ’ฐ Monetization

To add ads, edit the file components/DownloadView.tsx. Look for the AdUnit component and paste your ad network script tags into the designated cases (e.g., popunder_script, banner_top).

๐Ÿ› ๏ธ Admin Access

  1. Set your email as ADMIN_EMAIL in the .env file (or Render Environment variables).
  2. Log in on the website.
  3. You will automatically be granted Super Admin permissions.

About

The large file hosting, safe and fast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors