Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 2.02 KB

File metadata and controls

47 lines (41 loc) · 2.02 KB

⛅ Filet Cloud: Low Cost Simple Deployment on Raspberry Pi Zero W

This deployment aims to be the simplest, easiest, and cheapest option.

Hardware

Features

  • Easy Setup.
  • Connect from your local network.
  • Automatic OS updates.
  • ~24GB of storage

Setup

  • Use the Raspberry Pi Imager to setup a new bootable SD Card:
  • Insert the SD Card.
  • Power on the Raspberry Pi.
  • Setup FiletCloud:
    • Connect to the Pi via SSH using your username: ssh [email protected]
    • Run the following command - note this will run admin commands on your device:
 wget https://raw.githubusercontent.com/fuglaro/filet-cloud/main/deployments/raspberry-pi-zero-w-sdcard-no-domain/setup -O - | sudo sh
  • You should now be able to access your Filet Cloud from any device on your home network: https://filetcloud.local/

Metrics

  • Idle power consumption: ~ 0.5W
  • List folder speed: 25ms (tested with 8 entries over WiFi)
  • Retrieve small file speed: 40ms (tested with 5KB file over WiFi)
  • Retrieve big file wait time: 200ms (tested with 4.4MB JPEG over WiFi)
  • Retrieve big file retrieval time: 8.5s (tested with 4.4MB JPEG over WiFi)
  • Retrieve big file thumbnail wait time: 7s (tested with 4.4MB JPEG over WiFi)
  • Retrieve big file thumbnail time: 0ms (tested with 4.4MB JPEG over WiFi)