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: README.md
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ Welcome to the All-jellyfin-media-server Repository! This repository contains ev
32
32
-[Prerequisites](#prerequisites)
33
33
-[Using Docker](#docker)
34
34
-[NVidia](#nvidia)
35
+
-[NordVPN](#vpn)
35
36
-[Installation](#installation)
36
37
-[Basic Installation](#basic-installation)
37
38
-[Installation with NVidia](#installation-with-nvidia-only)
@@ -227,6 +228,28 @@ cd nvidia-patch
227
228
./patch.sh
228
229
```
229
230
231
+
## VPN
232
+
233
+
Now we will see how to set up the VPN (Nord VPN). First, you need to connect to the Nord VPN website.
234
+
235
+
1. Go to Nord VPN services :
236
+
237
+
<divstyle="text-align: center">
238
+
<img src="image/vpn1.png">
239
+
</div>
240
+
241
+
2. Select manual configuration of NordVPN :
242
+
243
+
<divstyle="text-align: center">
244
+
<img src="image/vpn2.png">
245
+
</div>
246
+
247
+
3. Select manual configuration of NordVPN :
248
+
249
+
<divstyle="text-align: center">
250
+
<img src="image/vpn3.png">
251
+
</div>
252
+
230
253
# Installation
231
254
232
255
First, clone the repository :
@@ -361,6 +384,12 @@ services:
361
384
restart: unless-stopped
362
385
```
363
386
387
+
To launch the installation, simply run:
388
+
389
+
```bash
390
+
docker compose -f docker-compose.yaml up -d
391
+
```
392
+
364
393
## Installation with NVidia only :
365
394
366
395
Classic installation without `VPN` but with `NVidia`:
@@ -494,6 +523,12 @@ services:
494
523
restart: unless-stopped
495
524
```
496
525
526
+
To launch the installation, simply run:
527
+
528
+
```bash
529
+
docker compose -f docker-compose-nvidia.yaml up -d
530
+
```
531
+
497
532
## Installation with VPN only :
498
533
499
534
Classic installation with `VPN` but without `NVidia`:
@@ -634,6 +669,12 @@ services:
634
669
restart: unless-stopped
635
670
```
636
671
672
+
To launch the installation, simply run:
673
+
674
+
```bash
675
+
docker compose -f docker-compose-vpn.yaml up -d
676
+
```
677
+
637
678
## Installation with NVidia and VPN :
638
679
639
680
Classic installation with `VPN` and `NVidia`:
@@ -782,6 +823,12 @@ services:
782
823
restart: unless-stopped
783
824
```
784
825
826
+
To launch the installation, simply run:
827
+
828
+
```bash
829
+
docker compose -f docker-compose-nvidia-vpn.yaml up -d
830
+
```
831
+
785
832
# Disclaimer
786
833
787
834
This code is provided for informational purposes only and should not be used for illegal activities. I am not responsible for the actions performed by users of this code. This code is for informational purposes, and if people wish to use it, they should consult the laws of their countries.
0 commit comments