Commit Graph

1173 Commits

Author SHA1 Message Date
Thomas Borgen
83b6e26446 removes unused json import, replaces sys calls with argparse. renames variables with snake case. use preffered .format for string formatting 2020-08-09 23:02:56 +02:00
Kristian Haugene
12e6378bfe Replace dockerize, make settings persistent, let settings be overridden by env vars 2020-08-09 18:02:51 +02:00
Kristian Haugene
ec502689c0 Fixing the build 2020-08-07 15:10:54 +02:00
Kristian Haugene
561e8d2e2c Merge branch 'dev' of github.com:haugene/docker-transmission-openvpn into dev 2020-08-07 15:01:18 +02:00
Kristian Haugene
8e7de41153 Merge pull request #1319 from haugene/feature/remove-ubuntu-image
Make alpine based image the default and remove ubuntu image
2020-08-07 15:00:40 +02:00
Kristian Haugene
4cbce8e82a Merge pull request #1318 from haugene/feature/update-readme
Update readme with info about upcoming release
2020-08-07 15:00:32 +02:00
Kristian Haugene
65071e96ca Make alpine based image the default and remove ubuntu image 2020-08-06 18:47:23 +02:00
Kristian Haugene
8f7f80d68a Update readme with info about upcoming release 2020-08-06 18:40:45 +02:00
Kristian Haugene
a539549d66 Merge pull request #1317 from haugene/repo-renaming
Naming community repo as community
2020-08-06 18:16:14 +02:00
Kristian Haugene
f06edba978 Naming community repo as community 2020-08-06 17:45:47 +02:00
Kristian Haugene
a37004627e Merge branch 'master' into dev 2020-08-06 17:31:59 +02:00
Patrick Kishino
5fff5ec22e Updated ufw testing url (#1307) 2020-07-31 12:42:41 +09:00
kevinschultz
34c2f85811 Change TorGuard USA New York ovpn file to reflect server change. (#1301)
* Changed TorGuard USA New York ovpn file to reflect server change.

* Updating hostnames for TorGuard locations that are still in use since.

* Removing ovpn files for locs TG no longer has per torguard.net/network
2020-07-25 06:05:18 +09:00
Jerry
c408d9ca1d updates for pia server changes (#1296) 2020-07-22 08:47:16 +09:00
Moez Janmohammad
d2c65ac2e2 Update US Texas to US Dallas (#1294)
* Fix US Texas to US Dallas

PIA changed their servers and split Texas into Dallas and Houston.

* Update and rename US Texas.ovpn to US Dallas.ovpn

* Update US Dallas.ovpn
2020-07-17 11:38:43 +09:00
Kristian Haugene
a4c53926d6 Merge pull request #1287 from nexusmaniac/patch-3
Update Dockerfile.alpine
2020-07-14 22:15:13 +02:00
pdluke
868e5edd1e Added configs for Getflix VPN (#1289)
* Added getflix OpenVPN configs

* changed getflix auth to credentials file

* Added default.ovpn to getflix
2020-07-13 15:19:30 +09:00
nexusmaniac
b69434e13d Update Dockerfile.alpine
Using Alpine `3.12` to get access to Transmission `3.0.0` 🎉 

https://pkgs.alpinelinux.org/packages?name=transmission&branch=v3.12

https://github.com/transmission/transmission/releases/tag/3.00

I've tested this by upgrading the `3.11.6` APK's inside the container to `3.12` and it runs fine 👍 
- Gives me `Transmission 3.00 (bb6b5a062e)` 😎 
- VPN still connects & logs look tidy 👌
2020-07-10 22:46:37 +01:00
Kristian Haugene
6329ce1d4e Update stale bot message 2020-07-08 01:35:17 +02:00
SebastianFernstedt
022a0e8cd4 Fixed remote hosts in Sweden.ovpn (#1285)
From issue https://github.com/haugene/docker-transmission-openvpn/issues/1282
2020-07-08 07:42:58 +09:00
Kristian Haugene
efe2427778 Merge pull request #1238 from pkishino/healthfix2
Exclude grep from ps -ef result
2020-07-08 00:38:49 +02:00
Kristian Haugene
21426be5c7 Merge branch 'master' into dev 2020-07-08 00:28:24 +02:00
Kristian Haugene
d428c2dc67 Merge pull request #1232 from pkishino/rssregexp
Adds regexp support to rss
2020-07-08 00:24:20 +02:00
Erik Gustafsson
3700e14525 Adding p7zip and p7zip-full for unzipping on ARM archs (#1284)
Issue at https://github.com/haugene/docker-transmission-openvpn/issues/1283 . Unrar and similar packages are not included in armhf release, thus this package allows us to handle automatic extraction and similar.
2020-07-07 19:58:06 +09:00
jaygun
311b2dc35d Merge latest ProtronVPN OVPN configuration files (#1281)
Merge latest ProtonVPN OVPN configuration files to bring the following changes:

* Updated server hostnames/IPs (eg. se-01 through se-08)
* Added new servers (eg. hk-06, us-ca-33, etc.)
* Removed old servers (eg. nl-101, us-ca-101, etc.)
* Include Intermediate CA certificates
* Updated copyright notice

Manual changes for this project:

* "auth-user-pass" has been replaced with "auth-user-pass /config/openvpn-credentials.txt" to read credentials.
* "comp-lzo no" has been replaced with "compress" as the former is deprecated and existing OVPN files contain this change.

Co-authored-by: jaygun09 <>
2020-07-07 14:31:41 +09:00
Marc Runkel
dbe3419dfa Update OVPN configs (plus a small bonus bugfix) (#1265)
* Fix error message when $PUID is set and $PGID isn't set.

* Update hostnames for OVPN

Co-authored-by: Marc Runkel <marc.runkel@plusforta.de>
2020-06-27 19:28:03 +09:00
Patrick Kishino
9dd171d170 Exclude grep from ps -ef result 2020-06-25 10:31:25 +09:00
Daniel Spagnol
ac5bbc7648 Imported OVPN files from https://support.purevpn.com/openvpn-files (Linux / Recommended OpenVPN files). (#1251)
Given the certificates embeded in the new .ovpn files are up to date, this should fix connectivity problems mentioned in #1012.
The ca.crt and Wdc.key are no used, so I'm removing them.

Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
2020-06-12 09:01:59 +09:00
Patrick Kishino
b353bab454 Merge pull request #1245 from nWacher/master
Fix 1244
2020-06-08 22:57:50 +09:00
Niels Wacher
ba43cabe96 Updated server IPs 2020-06-07 21:33:39 -05:00
Patrick Kishino
2a7b28342d Merge pull request #1242 from dspagnol/issue_1012
Imported OVPN files from https://support.purevpn.com/openvpn-files (L…
2020-06-08 09:15:06 +09:00
Daniel Spagnol
93e9c99148 Imported OVPN files from https://support.purevpn.com/openvpn-files (Linux / Recommended OpenVPN files).
Given the certificates embeded in the new .ovpn files are up to date, this should fix connectivity problems mentioned in #1012.
The ca.crt and Wdc.key are no used, so I'm removing them.
2020-06-07 15:21:02 -04:00
Patrick Kishino
3fbcb49014 Adds regexp support to rss 2020-06-03 15:51:08 +09:00
Patrick Kishino
9083132669 Merge pull request #1228 from clambin/healthcheck
healthcheck
2020-06-03 08:29:50 +09:00
Christophe Lambin
1df9818a08 Fix healthcheck.sh 2020-06-02 20:01:22 +02:00
Kristian Haugene
69870446c8 Merge pull request #1226 from pkishino/tinyproxy-2
Fixed missing openrc on alpine for tinyproxy
2020-06-02 14:26:40 +02:00
Kristian Haugene
2abc9966bd Merge pull request #1224 from pkishino/healthcheck
Updated healthcheck to include openvpn and transmission process
2020-06-02 14:20:37 +02:00
Kristian Haugene
bcd1fc9a10 Merge pull request #1209 from pkishino/protonfix
Added default.ovpn to protonvpn
2020-06-02 14:15:28 +02:00
Kristian Haugene
d8f789cfba Merge pull request #1207 from pkishino/fastestvpnfix
Fixed fastestvpn default.ovpn symlink
2020-06-02 14:06:38 +02:00
Kristian Haugene
be87a3891f Merge pull request #1225 from pkishino/escape
Escape webproxy+rpc password
2020-06-02 13:57:11 +02:00
Patrick Kishino
8d9649a48d Fixed missing openrc on alpine for tinyproxy 2020-06-02 19:13:49 +09:00
Patrick Kishino
f2567fb662 Escape webproxy+rpc password 2020-06-02 19:11:03 +09:00
Patrick Kishino
2db2ce1f0d Updated healthcheck to include openvpn and transmission process 2020-06-02 13:12:45 +09:00
Patrick Kishino
f253c6f3f0 Merge pull request #1195 from caseyfw/master
Add automated forwarded port configuration for PrivateVPN
2020-06-02 10:46:00 +09:00
Casey Fulton
ef11398fbc Add automatic port forwarding script for PrivateVPN. 2020-06-02 10:44:54 +09:00
Patrick Kishino
5647f0d406 Merge pull request #1214 from pkishino/tinyproxy
Added BasicAuth to tinyproxy, updated docs and dockerfiles
2020-05-29 17:35:05 +09:00
Patrick Kishino
8fc5503879 Added BasicAuth to tinyproxy, updated docs and dockerfiles 2020-05-29 17:33:02 +09:00
Patrick Kishino
f7960fc8cd Added default.ovpn to protonvpn 2020-05-27 09:18:09 +09:00
Kristian Haugene
86951a97e5 Merge pull request #1208 from pkishino/utpfix
Default UTP false
2020-05-26 10:52:38 +02:00
Patrick Kishino
c2fe11b418 Default UTP false 2020-05-26 08:42:06 +09:00