SkiddedHost is a free and unlimited file hosting service developed by User319183. The service is built with Node.js and Express, and it provides an easy-to-use interface for uploading and hosting files.
- Free and unlimited file hosting
- File upload via drag-and-drop or file selection
- Terms of Service agreement required before file upload
- IP and user-agent logging for uploaded files
- Blacklist for blocking specific IPs
You can access the live version of the application at https://skiddedhost.replit.app/
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run
npm install
to install the project dependencies. - Create a
.env
file in the root directory and add your environment variables (e.g.,DISCORD_WEBHOOK_URL
andPORT
). - Run
node index.js
to start the application.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License