Commit Graph

452 Commits

Author SHA1 Message Date
Kristian Haugene
ca67fb1f27 add header 2018-02-21 21:40:07 +01:00
Kristian Haugene
a1de4f4efe Merge pull request #421 from himred/dev
Enable use of custom transmission pre/post scripts #372
2018-02-21 21:36:18 +01:00
Kristian Haugene
348748db68 Merge pull request #431 from eugenioseveri/master
Add PIA strong profiles
2018-02-21 21:23:59 +01:00
eugenioseveri
78ae0a703b Add missing PIA profiles 2018-02-17 14:36:49 +01:00
eugenioseveri
323d9195f4 Add PIA strong profiles 2018-02-16 18:37:53 +01:00
Kristian Haugene
14f26c7e78 Merge pull request #406 from ryanlauterbach/issue-404-PureVPN-updates
Update PureVPN configs
2018-02-15 17:29:58 +01:00
Ryan Lauterbach
8e7997f781 * Add .git to .dockerignore so we don't send to docker build context
* Add all purevpn servers list, as of 2016. This includes non-p2p
servers but they still work after testing
2018-02-15 16:05:04 +00:00
Kristian Haugene
f05a286b46 Add new env variables to alpine and armhf Dockerfiles #294 2018-02-13 19:21:34 +01:00
Kristian Haugene
f88ff38d35 Revert "Reverting to ppa source, not running patched version anymore #418"
This reverts commit c0b959e168.
2018-02-13 19:18:37 +01:00
Kristian Haugene
2f2268b627 Merge pull request #424 from Zsoldier/master
Update DockerEnv
2018-02-13 19:14:37 +01:00
Kristian Haugene
5ec7ca50bf Merge pull request #429 from avion540/master
Add US OVPN.com servers
2018-02-13 19:13:49 +01:00
Avion
59a2804c0b Add US OVPN.com servers
Automatically chooses between Los Angeles, CA and Miami, FL servers
2018-02-11 12:45:37 -08:00
Chris Nakagaki
1b99d30583 Update DockerEnv
Added OPENVPN_OPTS example.
2018-02-08 19:21:03 -05:00
himred
977fd4984e Update stop.sh 2018-02-08 10:27:24 +01:00
himred
e3d38b2d63 Update start.sh 2018-02-08 10:26:33 +01:00
himred
040e3e1eb6 Update README.md 2018-02-08 10:24:08 +01:00
Kristian Haugene
56fa6590dc Merge pull request #420 from heckface/dev
set /bin/bash as shell for user when starting transmission
2018-02-08 09:34:53 +01:00
Ryan Echter
da0c67328e set /bin/bash as shell for user when starting transmission 2018-02-07 22:32:09 -06:00
Kristian Haugene
a7043d6473 Increase max request body size #419 2018-02-07 21:51:52 +01:00
Kristian Haugene
c0b959e168 Reverting to ppa source, not running patched version anymore #418 2018-02-07 10:27:06 +01:00
Kristian Haugene
ae4db89696 Merge pull request #395 from aerickson/True_fixes
Use CVE-patched packages
2018-02-05 20:02:05 +01:00
Kristian Haugene
9fc60ee93a Merge pull request #416 from flipflopsandrice/dev
Updated cryptostorm openvpn files, fixes #371
2018-02-05 19:53:42 +01:00
Erik Beijerman
4f0a87f6eb Updated cryptostorm openvpn files, fixes #371 2018-02-01 09:17:44 +01:00
Kristian Haugene
3abdc36e3f Merge pull request #397 from e7d/dev
Add a Dockerfile to build an Alpine based version
2018-01-27 18:54:13 +01:00
Kristian Haugene
4263519b8e Merge pull request #401 from infothrill/infothrill/arm-stretch
Upgrade armhf image to debian stretch. This will remove the need for …
2018-01-27 18:46:29 +01:00
Kristian Haugene
64455fc271 Merge pull request #408 from alron/dev
Added UFW_EXTRA_PORTS, Updated start.sh script, Added python2.7
2018-01-27 18:33:03 +01:00
Dean Bailey
970c9c576f Added UFW_EXTRA_PORTS, Updated start script shell, Added python2.7
UFW_EXTRA_PORTS Allows for exposing of ports when binding to the image for the vpn functionality. Accepts comma seperated list.

Changed from /bin/sh to /bin/bash. If you got bash, why use busybox? Plus busybox doesn't allow for advanced string manipulations.

Added python2.7 and pysqlite2. torrentToMedia from the nzbToMedia package needs python2.7.
2018-01-24 22:41:28 -08:00
Paul Kremer
78aa5ac448 Upgrade armhf image to debian stretch. This will remove the need for a custom dumb-init as well as upgrade to the latest transmission.
Should resolve issue #392 for the arm platform.
2018-01-21 10:51:13 +01:00
e7d
6e0c44e682 Install UFW with dockerfile 2018-01-19 18:11:56 +01:00
e7d
e68e8c3660 Remove UFW installation at runtime 2018-01-19 18:11:37 +01:00
e7d
91c450ba62 Get dockerize from Git instead of Alpine repository 2018-01-19 15:53:32 +01:00
e7d
d6cc30e9f5 Install UFW only if needed 2018-01-19 15:53:09 +01:00
e7d
7451401980 Simplify transmission stop script 2018-01-19 15:52:47 +01:00
e7d
f65408126d Regroup necessary directories creation 2018-01-19 15:18:22 +01:00
e7d
37994734a5 Remove unecessary file reading 2018-01-19 15:16:19 +01:00
e7d
a586ceacd6 Reduce dependency chain 2018-01-19 15:15:30 +01:00
e7d
39435df09d Remove useless final echo 2018-01-19 15:14:40 +01:00
e7d
2dd1dbd141 Install UFW at runtime if needed only 2018-01-19 15:14:02 +01:00
e7d
b894215d14 Remove sudo dependency 2018-01-19 15:13:29 +01:00
e7d
04c5b79f84 Add a Dockerfile to build a Alpine based version 2018-01-19 13:13:10 +01:00
Andrew Erickson
52885e054f add env vars in missing spots 2018-01-18 00:35:11 -08:00
Andrew Erickson
7608155f83 add default values for env vars 2018-01-18 00:19:30 -08:00
Andrew Erickson
b8743f8ae3 fix spacing 2018-01-18 00:19:14 -08:00
Andrew Erickson
c56b7c66cb typo fix 2018-01-18 00:08:58 -08:00
Andrew Erickson
09544f8074 add new rpc host whitelist settings to template 2018-01-18 00:05:35 -08:00
Andrew Erickson
38a4dcfbac using sed to fix True to true 2018-01-17 23:43:19 -08:00
Andrew Erickson
f27acc87f2 disabling use of ppa 2018-01-17 23:43:02 -08:00
Kristian Haugene
165c187525 Merge pull request #377 from ksanislo/dev
Allow a pre-existing /config/openvpn-credentials.txt file.
2018-01-12 10:04:16 +01:00
Kristian Haugene
ec22470a40 Merge pull request #386 from shuaiscott/master
Modify Netherlands OVPN config for SlickVPN
2018-01-12 10:02:01 +01:00
Kristian Haugene
bfd12b7d7e Merge pull request #384 from izeberq/ipvanish_update
Updating IPVanish configurations
2018-01-12 10:00:54 +01:00