-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from geekau/main
commit deployment workflow to gh-pages
- Loading branch information
Showing
135 changed files
with
6,837 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
mediastack.guide |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# mediastack.guide | ||
Content for MediaStack.Guide Website | ||
|
||
Goto: [https://MediaStack.Guide](https://MediaStack.Guide) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Bazarr - Subtitle Manager | ||
|
||
Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you. | ||
|
||
## Heading One | ||
|
||
!!! Danger "Warning: Page Under Development" | ||
|
||
This page is still under development and may not have accurate information, and should be considered incomplete / inaccurate until this notice is removed. | ||
|
||
|
||
|
||
Basic intro to Docker... embed Docker intro video etc.. | ||
|
||
Provide steps to install Docker on Windows, Linux, MacOS, Synology NAS and other hosts where possible | ||
|
||
|
||
## Heading Two | ||
|
||
## Heading Three |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Gluetun VPN - Secure Outbound Network Traffic | ||
|
||
## Heading One | ||
|
||
!!! Danger "Warning: Page Under Development" | ||
|
||
This page is still under development and may not have accurate information, and should be considered incomplete / inaccurate until this notice is removed. | ||
|
||
|
||
|
||
Basic intro to Docker... embed Docker intro video etc.. | ||
|
||
Provide steps to install Docker on Windows, Linux, MacOS, Synology NAS and other hosts where possible | ||
|
||
--- | ||
|
||
## Intro | ||
|
||
Gluetun is a "Lightweight swiss-knife-like VPN client to multiple VPN service providers", it has built-in support for many Internet VPN Providers such as NordVPN / Private Internet Access (PIA), and also supports customised configurations that support OpenVPN and Wireguard solutions. | ||
|
||
|
||
|
||
The Gluetun docker container is the MOST IMPORTANT container in the Media-Guide, as it | ||
|
||
|
||
|
||
The Gluetun docker container will establish a secure VPN tunnel to your choice of VPN service provider, and then it will force all of the other docker applications in the stack to use the VPN tunnel, if they need to communicate out to the Internet. If Gluetun drops the VPN tunnel at any time, for any reason, then all Internet traffic between the docker applications and the Internet are blocked until the VPN connection is re-established. This provides encrypted security to all data transfers, and assurance that unencrypted data will not be sent if there is a network error. | ||
|
||
All local data traffic between the applications in the docker stack, use the basic HTTP / unencrypted protocol, as the data in not going out to the Internet. This saves a considerable amount of configuration of digital certificates on portals / data traffic which will only be used internally. | ||
|
||
**NOTE:** All network traffic going in and out of the **DOCKER\_SUBNET** goes through the Gluetun security container. Some guides advise to only secure the network traffic for the download clients, this guide takes a more secure approach and secures ALL network going out to the Internet. | ||
|
||
|
||
|
||
|
||
- Gluetun Docker Image: [https://hub.docker.com/r/qmcgaw/gluetun](https://hub.docker.com/r/qmcgaw/gluetun) | ||
- Gluetun Wiki: [https://github.com/qdm12/gluetun/wiki](https://github.com/qdm12/gluetun/wiki) | ||
|
||
|
||
|
||
> NOTE: If the Gluetun container is not running, or does not have an active VPN connection, then no traffic from any of the Docker containers will be allowed to go out to the Internet; it is all blocked unless a secure VPN tunnel is active through Gluetun VPN. | ||
> NOTE: If you are using an active VPN account and are not able to secure a VPN connection, you should seek assistance before progressing. | ||
> Synology users may need to check VPN / TUN prerequisite details in this article, and seek guidance from the Synology community: [Synology prerequisites · qdm12/gluetun Wiki](https://github.com/qdm12/gluetun/wiki/Synology-prerequisites) |
Oops, something went wrong.