Skip to content

gratis-katze/FileShare

Repository files navigation

FelixShare - Cloud Storage Server

A simple file transfer application that turns any laptop into personal cloud storage. Access your files locally or from anywhere on the internet!

Screenshot 2025-08-25 at 20 18 19

Features

  • Upload files and folders via web interface
  • Folder structure preservation with expandable folder view
  • Download files from any device
  • Delete files and folders remotely
  • Drag & drop file upload
  • Internet access via secure tunneling
  • Responsive web interface
  • Cross-platform compatibility

Setup

  1. Install Node.js (if not already installed)
  2. Install dependencies:
    npm install

Usage

Local Network Access

npm start
  • Runs server on port 3000
  • Access locally: http://localhost:3000
  • Access from network: http://[YOUR_IP]:3000

Internet Access

npm run tunnel
  • Automatically starts server and creates a public HTTPS tunnel (no signup required)
  • Provides a public URL for internet access
  • First-time visitors see a one-time localtunnel confirmation page
  • Press Ctrl+C to stop both server and tunnel

Getting Your IP Address

Windows:

ipconfig

macOS/Linux:

ifconfig

Look for your local IP address (usually starts with 192.168.x.x or 10.x.x.x)

How to Use

  1. Upload Files: Click "Choose Files" or drag & drop files/folders
  2. Upload Folders: Click "Choose Folder" to upload entire directory structures
  3. Browse Files: Folders appear as expandable items - click to view contents
  4. Download: Click download button on any file
  5. Delete: Remove files or entire folders with delete button

File Organization

  • Individual files appear with 📄 icon
  • Folders appear with 📁 icon and show file count
  • Click folders to expand/collapse and view contents
  • Folder structure is preserved exactly as uploaded

Files Storage

All uploaded files are stored in the uploads/ directory on the host machine.

About

Simple app to share data between devices in a local env

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors