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: community-solutions/copyparty-file-manager/overview.mdx
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,14 @@ CopyParty provides a webbased GUI that makes file management simple on Runpod in
10
10
11
11
## About CopyParty
12
12
13
-
CopyParty is an open-source project created by [9001](https://github.com/9001/copyparty)that provides a portable file server with a web UI. It's perfect for managing files on cloud GPU instances where traditional file transfer methods might be cumbersome.
13
+
CopyParty is an open-source project created that provides a portable file server with a web UI. It's perfect for managing files on cloud GPU instances where traditional file transfer methods might be cumbersome.
14
14
15
15
For a video demonstration, you can watch the [creator's YouTube tutorial](https://youtu.be/15_-hgsX2V0?si=AXArKvI79LEscpNn).
16
16
17
+
<Note>
18
+
Check the repository for additional features, updates, and documentation: [github.com/9001/copyparty](https://github.com/9001/copyparty)
19
+
</Note>
20
+
17
21
## Requirements
18
22
19
23
To use CopyParty on Runpod, you need:
@@ -34,15 +38,15 @@ If you have JupyterLab installed on your Pod, you can access the terminal there:
34
38
35
39
## Installation steps
36
40
37
-
### Step 1: Access your pod settings
41
+
### Step 1: Access your Pod settings
38
42
39
-
Navigate to your pod page and locate the settings:
43
+
Navigate to your Pod page and locate the settings:
40
44

41
45
42
46
### Step 2: Add an HTTP port
43
47
44
48
<Warning>
45
-
**Adding a new port will restart your pod and erase any data not stored in `/workspace`**
49
+
**Adding a new port will restart your Pod and erase any data not stored in `/workspace`**
46
50
47
51
Before proceeding, ensure all important files are saved in `/workspace` or backed up elsewhere. Any installed libraries or files outside of `/workspace` will be lost.
0 commit comments