Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Commit 70d4cc1

Browse files
committed
source-only
1 parent f40e1e2 commit 70d4cc1

File tree

10 files changed

+7
-266
lines changed

10 files changed

+7
-266
lines changed

ACKNOWLEDGMENTS.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

AUTHORS.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CONTRIBUTORS.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

INSTALL.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# Sharder
1+
<img width="200" src="https://github.com/user-attachments/assets/d7a874a5-296a-4192-94cd-f4cb9271ebb8" />
22

3-
Sharder is a distributed file storage platform that splits your files into encrypted chunks and spreads them across multiple storage nodes—so your data is safe, private, and always available.
3+
![academic project](https://img.shields.io/badge/academic%20project-3DB420)
4+
![source only](https://img.shields.io/badge/source%20only-545454)
5+
6+
> Sharder is a distributed file storage platform that splits your files into encrypted chunks and spreads them across multiple storage nodes—so your data is safe, private, and always available.
7+
8+
<img width="2144" height="1280" alt="sharder" src="https://github.com/user-attachments/assets/5b7eff4c-0732-4017-aa86-d8246f91eedd" />
49

510
## 🛠️ Installation
611

@@ -16,7 +21,6 @@ Sharder is a distributed file storage platform that splits your files into encry
1621
python3 docker-compose-generator.py \
1722
--chunks-per-file 2 \
1823
--replicas 3 \
19-
--public-port 3333 \
2024
--dev-shards 7
2125
```
2226

@@ -31,7 +35,6 @@ You can tweak your deployment with these options:
3135

3236
- `--chunks-per-file`: How many chunks to split each file into (default: 3)
3337
- `--replicas`: How many copies of each chunk to keep (default: 2)
34-
- `--public-port`: Which port to use for the app (default: 80)
3538
- `--dev-shards`: How many local shards to spin up for testing (default: 0)
3639

3740
---

SECURITY.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

SUPPORT.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)