Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sl1dee36/cloudnest
- Owner: SL1dee36
- License: mit
- Created: 2024-12-08T20:25:28.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-16T18:48:15.000Z (24 days ago)
- Last Synced: 2024-12-16T19:39:56.156Z (24 days ago)
- Topics: cloudnest, flask, python3, webfilemanager
- Language: HTML
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)