8000 GitHub - cmcintosh/SOYO: SOYO - Stream Own Your Own || Effortlessly stream files from your local system via local network and enjoy your personal collection anywhere in your home.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ SOYO Public
forked from fal3n-4ngel/SOYO

SOYO - Stream Own Your Own || Effortlessly stream files from your local system via local network and enjoy your personal collection anywhere in your home.

License

Notifications You must be signed in to change notification settings

cmcintosh/SOYO

 
 

Repository files navigation

Soyo - Stream On Your Own

What is Soyo?

Soyo is a Next.js website designed to display video files stored on a local drive (default: F:/). The website is accessible throughout the local network, providing a convenient way to browse and view videos without needing a central server.
Wanted to watch animes on phone but low on storage , so proceeded to spend hours in this

Technical Details

Framework: Next.js
Styling: Tailwind CSS

Features

  • Displays all video files from the specified local drive.
  • Accessible across devices on the same local network.
  • User-friendly interface for easy navigation and viewing.

Screenshots

Laptop view Mobile view Mobile view Laptop view

Instructions to Run the Project

Clone the Repository:

git clone https://github.com/fal3n-4ngel/soyo.git
cd soyo

Install Dependencies:

npm install

Create .env.local

MOVIE_DIR=F:/

Run the Development Server:

npm run dev

Run the Production Server:

npm run build
npm run start

Access the Website:

Open your browser and navigate to

http://{ip}:3000   # if Development Server
http://{ip}:8311   # if Production Server

to view the website.

Troubleshooting

Create or edit .env.local

MOVIE_DIR=F:/ <- your movie directory here

Contributors

Jes-ny
Adithya Krishnan

License

This project is open-source and available under the MIT License.

About

SOYO - Stream Own Your Own || Effortlessly stream files from your local system via local network and enjoy your personal collection anywhere in your home.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.8%
  • CSS 5.6%
  • JavaScript 0.6%
0