Skip to content

Commit 443d476

Browse files
committed
UPDATE v4
1 parent 21f9146 commit 443d476

File tree

8 files changed

+47
-0
lines changed

8 files changed

+47
-0
lines changed

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Welcome to the All-jellyfin-media-server Repository! This repository contains ev
3232
- [Prerequisites](#prerequisites)
3333
- [Using Docker](#docker)
3434
- [NVidia](#nvidia)
35+
- [NordVPN](#vpn)
3536
- [Installation](#installation)
3637
- [Basic Installation](#basic-installation)
3738
- [Installation with NVidia](#installation-with-nvidia-only)
@@ -227,6 +228,28 @@ cd nvidia-patch
227228
./patch.sh
228229
```
229230

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+
<div style="text-align: center">
238+
<img src="image/vpn1.png">
239+
</div>
240+
241+
2. Select manual configuration of NordVPN :
242+
243+
<div style="text-align: center">
244+
<img src="image/vpn2.png">
245+
</div>
246+
247+
3. Select manual configuration of NordVPN :
248+
249+
<div style="text-align: center">
250+
<img src="image/vpn3.png">
251+
</div>
252+
230253
# Installation
231254

232255
First, clone the repository :
@@ -361,6 +384,12 @@ services:
361384
restart: unless-stopped
362385
```
363386
387+
To launch the installation, simply run:
388+
389+
```bash
390+
docker compose -f docker-compose.yaml up -d
391+
```
392+
364393
## Installation with NVidia only :
365394

366395
Classic installation without `VPN` but with `NVidia`:
@@ -494,6 +523,12 @@ services:
494523
restart: unless-stopped
495524
```
496525
526+
To launch the installation, simply run:
527+
528+
```bash
529+
docker compose -f docker-compose-nvidia.yaml up -d
530+
```
531+
497532
## Installation with VPN only :
498533

499534
Classic installation with `VPN` but without `NVidia`:
@@ -634,6 +669,12 @@ services:
634669
restart: unless-stopped
635670
```
636671
672+
To launch the installation, simply run:
673+
674+
```bash
675+
docker compose -f docker-compose-vpn.yaml up -d
676+
```
677+
637678
## Installation with NVidia and VPN :
638679

639680
Classic installation with `VPN` and `NVidia`:
@@ -782,6 +823,12 @@ services:
782823
restart: unless-stopped
783824
```
784825
826+
To launch the installation, simply run:
827+
828+
```bash
829+
docker compose -f docker-compose-nvidia-vpn.yaml up -d
830+
```
831+
785832
# Disclaimer
786833

787834
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.
File renamed without changes.

image/vpn1.png

3.04 KB
Loading

image/vpn2.png

26.4 KB
Loading

image/vpn3.png

17.5 KB
Loading

0 commit comments

Comments
 (0)