Skip to content

Commit

Permalink
Update qbittorrentvpn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Oct 28, 2023
1 parent 95cfd95 commit 65f346a
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions docs/sandbox/apps/qbittorrentvpn.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# qbittorrentvpn

## THIS DOCUMENTATION IS NOT YET COMPLETED

## What is it?

[qbittorrentvpn](https://qbittorrentvpn.url) is a...
[qbittorrentvpn](https://github.com/binhex/arch-qbittorrentvpn) is a qbittorrent container which includes OpenVPN and WireGuard to ensure a secure and private connection to the Internet, including use of iptables to prevent IP leakage when the tunnel is down. It also includes Privoxy to allow unfiltered access to index sites.

| Details | | | |
|-------------|-------------|-------------|-------------|
| [:material-home: Project home](https://qbittorrentvpn.url){: .header-icons } | [:octicons-link-16: Docs](https://qbittorrentvpn.docs.url){: .header-icons } | [:octicons-mark-github-16: Github](https://github.com/qbittorrentvpn/qbittorrentvpn){: .header-icons } | [:material-docker: Docker](https://hub.docker.com/r/qbittorrentvpn/qbittorrentvpn){: .header-icons }|
| [:material-home: Project home](https://github.com/binhex/arch-qbittorrentvpn){: .header-icons } | [:octicons-link-16: Docs](https://github.com/binhex/arch-qbittorrentvpn){: .header-icons } | [:octicons-mark-github-16: Github](https://github.com/binhex/arch-qbittorrentvpn){: .header-icons } | [:material-docker: Docker](https://hub.docker.com/r/binhex/arch-qbittorrentvpn){: .header-icons }|

### 1. Installation

In `/opt/sandbox/settings.yml`, adjust the following:

```
qbittorrentvpn:
vpn_pass: your_vpn_password
vpn_prov: pia
vpn_user: your_vpn_username
vpn_client: wireguard
```

As described in the github readme linked above, then run the role:

``` shell

sb install sandbox-qbittorrentvpn
Expand All @@ -21,7 +31,3 @@ sb install sandbox-qbittorrentvpn
### 2. URL

- To access qbittorrentvpn, visit `https://qbittorrentvpn._yourdomain.com_`

### 3. Usage

- Instructions for qbittorrentvpn

0 comments on commit 65f346a

Please sign in to comment.