--- title: Cloud File Manager emoji: 📁 colorFrom: green colorTo: blue sdk: docker app_port: 7860 pinned: false --- # Cloud File Manager (File Browser + Google Drive Sync) A fully-featured web-based file manager that looks like Google Drive/Dropbox, hosted on **Hugging Face Spaces (Free Tier)**. It persistent-syncs all files and settings to your **Google Drive** using **Rclone**. ## Features * **Google Drive Integration**: Syncs files and database automatically back to your Drive. * **Persistent Settings**: Saves user accounts, shares, and settings. * **UI**: File Browser (clean, mobile-friendly Google Drive alternative). * **Port**: 7860 (Hugging Face default). * **Resource**: 16 GB RAM / 2 vCPUs. ## How to Configure 1. Create a new Space on Hugging Face using the **Docker** SDK (Blank template). 2. Upload `Dockerfile`, `entrypoint.sh`, `README.md`, and the `setup_guide` folder to your Space. 3. Configure `RCLONE_CONFIG_DATA` in your Space Settings -> **Repository secrets**. Refer to the on-screen setup guide for details. 4. Restart your Space.