Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyfic/snorlax
A local cloud storage system.
https://github.com/hyfic/snorlax
file file-manager golang react rust tauri tauri-app typescript
Last synced: 2 months ago
JSON representation
A local cloud storage system.
- Host: GitHub
- URL: https://github.com/hyfic/snorlax
- Owner: hyfic
- License: mit
- Created: 2023-01-04T07:04:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T15:40:23.000Z (over 1 year ago)
- Last Synced: 2024-09-30T04:06:13.230Z (3 months ago)
- Topics: file, file-manager, golang, react, rust, tauri, tauri-app, typescript
- Language: TypeScript
- Homepage:
- Size: 1.48 MB
- Stars: 55
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SNORLAX
> Abandoned
A local cloud storage system.
## ABOUT 📖
Snorlax is an open source cloud storage software, where users can run [Server](./server/), and connect to multiple server and manage files in server using [Client](./desktop/).
## SETUP ⚒️
- [Server](./server/README.md)
- [Client](./desktop/README.md)## FEATURES ⭐
- [x] Connect to multiple servers
- [x] Create folder
- [x] Upload files
- [x] Rename file/folder
- [x] Delete file/folder
- [x] Display folder contents
- [ ] Download file to custom folder
- [ ] Multiple file download/upload
- [ ] Background task to monitor download/upload
- [ ] Use RUST http client instead of axios#### POST MVP
- [ ] Control servers using app
- [ ] Mobile app