Skip to content

Commit

Permalink
UPDATE v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Morzomb committed Mar 31, 2024
1 parent 21f9146 commit 443d476
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Welcome to the All-jellyfin-media-server Repository! This repository contains ev
- [Prerequisites](#prerequisites)
- [Using Docker](#docker)
- [NVidia](#nvidia)
- [NordVPN](#vpn)
- [Installation](#installation)
- [Basic Installation](#basic-installation)
- [Installation with NVidia](#installation-with-nvidia-only)
Expand Down Expand Up @@ -227,6 +228,28 @@ cd nvidia-patch
./patch.sh
```

## VPN

Now we will see how to set up the VPN (Nord VPN). First, you need to connect to the Nord VPN website.

1. Go to Nord VPN services :

<div style="text-align: center">
<img src="image/vpn1.png">
</div>

2. Select manual configuration of NordVPN :

<div style="text-align: center">
<img src="image/vpn2.png">
</div>

3. Select manual configuration of NordVPN :

<div style="text-align: center">
<img src="image/vpn3.png">
</div>

# Installation

First, clone the repository :
Expand Down Expand Up @@ -361,6 +384,12 @@ services:
restart: unless-stopped
```
To launch the installation, simply run:
```bash
docker compose -f docker-compose.yaml up -d
```

## Installation with NVidia only :

Classic installation without `VPN` but with `NVidia`:
Expand Down Expand Up @@ -494,6 +523,12 @@ services:
restart: unless-stopped
```
To launch the installation, simply run:
```bash
docker compose -f docker-compose-nvidia.yaml up -d
```

## Installation with VPN only :

Classic installation with `VPN` but without `NVidia`:
Expand Down Expand Up @@ -634,6 +669,12 @@ services:
restart: unless-stopped
```
To launch the installation, simply run:
```bash
docker compose -f docker-compose-vpn.yaml up -d
```

## Installation with NVidia and VPN :

Classic installation with `VPN` and `NVidia`:
Expand Down Expand Up @@ -782,6 +823,12 @@ services:
restart: unless-stopped
```
To launch the installation, simply run:
```bash
docker compose -f docker-compose-nvidia-vpn.yaml up -d
```

# Disclaimer

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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added image/vpn1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/vpn2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/vpn3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 443d476

Please sign in to comment.