Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sl1dee36/cloudnest

CloudNest is a web-based file manager that allows you to upload, download, manage, edit text files, and extract archives, all within your browser.
https://github.com/sl1dee36/cloudnest

cloudnest flask python3 webfilemanager

Last synced: 23 days ago
JSON representation

CloudNest is a web-based file manager that allows you to upload, download, manage, edit text files, and extract archives, all within your browser.

Awesome Lists containing this project

README

        

# CloudNest

A simple and user-friendly web file manager built with Python (Flask), HTML, CSS, and JavaScript. Upload, download, organize, edit text files, and extract archives directly in your browser.

> [!NOTE]
> * File uploading and downloading.
> * Folder management.
> * In-browser text file editing.
> * Archive extraction (ZIP, TAR, etc.).
> * Easy to set up and use.

> [!TIP]
> ```bash
> git clone https://github.com/SL1dee36/CloudNest
> cd CloudNest
> pip install -r requirements.txt
> flask run
> ```
>
> Visit `http://127.0.0.1:5000/` in your browser.

![{5354EAD5-701F-466A-891D-5390E6E232DB}](https://github.com/user-attachments/assets/5e47ace7-34e6-406a-9267-ac5e2caab80f)

## License

[[License information]](https://github.com/SL1dee36/CloudNest/blob/main/LICENSE)