You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/send.md
+10-39Lines changed: 10 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,18 @@
1
1
---
2
2
title: 'Send'
3
-
description:
3
+
description:"Simple, private file sharing"
4
4
tags:
5
5
- guides
6
6
keywords:
7
-
-
7
+
- wetransfer
8
+
- nodejs
9
+
- javascript
10
+
- redis
11
+
- cellar
12
+
- s3
8
13
9
14
draft: false
10
-
type: docs
15
+
type: send
11
16
---
12
17
13
18
{{< hextra/hero-subtitle >}}
@@ -16,7 +21,7 @@ type: docs
16
21
17
22
## Send architecture overview
18
23
19
-
[Send](https://github.com/timvisee/send) is a Node.js application that provides secure file sharing with automatic expiration. It uses Redis for metadata storage and supports multiple storage backends including local filesystem, S3-compatible services, and Google Cloud Storage.
24
+
[Send](https://github.com/timvisee/send) is a Node.js application providing secure file sharing with automatic expiration. It uses Redis for metadata storage and supports multiple storage backends including local filesystem, S3-compatible services, and Google Cloud Storage.
20
25
21
26
```mermaid
22
27
flowchart TD
@@ -34,7 +39,7 @@ flowchart TD
34
39
35
40
Before deploying Send on Clever Cloud, make sure you have:
0 commit comments