Bruno Perel
b1e58bf5a8
Fetch transmission-web-control from its original repository
2019-03-26 15:41:01 +01:00
Tom Humphrey
aaab2f0155
Fixed issue with default.ovpn stopping container from running
...
container was being stopped due to sed not liking default.ovpn symlink. Updated so that sed skipped this symlink. container was then also being stopped due to updateConfigs.sh script erroring if default.ovpn existed when trying to create symlink. Added option 'f' so that the symlink would be recreated even if existed
2019-03-26 12:18:29 +00:00
Kristian Haugene
7d2ac66d04
Merge pull request #728 from Troubadoure/master
...
Integrated with NordVPN api to select recommend server based on criteria
2019-03-10 00:16:39 +01:00
Tom Humphrey
04b117c521
Update NordVPN.sh
...
Added NordVPN Variables to docker file
Update start.sh
Update NordVPN.sh
Update NordVPN configs on run
NordVPN was missing server files. Have updated to run the nordvpn updateConfigs.sh script on start
Update NordVPN_Server_Selector.sh
Update start.sh
Moved Selector script to NordVPN directory
Update NordVPN_Server_Selector.sh
Update NordVPN_Server_Selector.sh
Update updateConfigs.sh
Update updateConfigs.sh
Added auto-update of NordVPN
container will auto-update NordVPN files on start. This increases the start up time by a bit. But ensures that all configs are present for the auto-selector script
Create default.ovpn
Update default.ovpn
2019-03-09 21:48:47 +00:00
Kristian Haugene
43abe72c2a
Small rush up Dockerfile, extract lib versions
2019-03-09 18:02:20 +01:00
btimbermont
75b15a6389
Remove typo in Dockerfile
2019-02-14 09:21:39 +01:00
btimbermont
0abe1912f4
Added healthcheck that checks if network is still up
2019-02-14 09:19:14 +01:00
Dulanic
ee287b319e
Update Dockerfile
2018-11-14 12:52:35 -06:00
Dulanic
0fc558be66
Update Dockerfile
...
Update to link files for original UI option /w twc.
2018-11-14 12:19:25 -06:00
Kristian Haugene
464ae88340
Merge pull request #559 from sillyfrog/master
...
Option to disable iptable REJECT target
2018-08-06 14:54:20 +02:00
Kristian Haugene
91db352621
Merge branch 'master' of https://github.com/aseber/docker-transmission-openvpn into aseber-master
2018-07-31 16:32:24 +02:00
Kristian Haugene
fdeebe4248
Update package install after #562
2018-07-25 17:05:04 +02:00
Kristian Haugene
d278020dc3
Merge branch 'dev' of https://github.com/echaupynx/docker-transmission-openvpn into echaupynx-dev
2018-07-25 16:59:27 +02:00
sillyfrog
f2a1899649
Merge branch 'dev' into master
2018-07-25 21:30:15 +10:00
Kristian Haugene
b56480cadd
Merge branch 'master' of https://github.com/dcrdev/docker-transmission-openvpn into dcrdev-master
2018-07-23 16:00:23 +02:00
Pynx Echaup
19ce1ed6e5
Update Dockerfile
...
Install needed tools from dragfly
2018-07-19 15:28:36 +02:00
Austin Seber
30949600dc
Added support for 'watch-dir-force-generic'
2018-07-19 00:10:47 -07:00
sillyfrog
9c02d1637c
Merge branch 'dev' into master
2018-07-19 10:09:38 +10:00
Sillyfrog
cec73f96dd
Option to disable iptable REJECT target
...
New UFW_DISABLE_IPTABLES_REJECT option that hacks ufw to allow the
prevention of the use of the REJECT iptables target, as this is not
available on some NAS platforms (such as the Synology).
2018-07-17 17:00:29 +10:00
dcrdev
1abc76f066
Add option to disable setting of default permissions
2018-06-26 19:41:16 +01:00
Philip
6e35ed593f
this adds the possibility to configure port forwarding according to the specs of perfect-privacy
...
(see: https://www.perfect-privacy.com/faq/ section How are the default forwarding ports being calculated?)
2018-04-16 16:07:55 +02:00
davinkevin
182f2f2c70
feat(web-ui): add transmission-web-control UI
...
This is based upon the project https://github.com/ronggang/transmission-web-control/
2018-03-31 16:44:54 +02:00
Kristian Haugene
3226cc6f2e
Merge pull request #440 from alron/dev
...
Firewall feature changes & OPENVPN_CONFIG fix.
2018-03-06 10:20:08 +01:00
Dean Bailey
9f89da6522
Added UFW_ALLOW_GW_NET. Changes firewall rules from using GW to the GW network when set to true.
...
Extended LOCAL_NETWORK to support comma seperated list of /CIDR.
Minor firewall cleanups. Removed specified TCP in range allow. No point, we don't specify tcp/udp anywhere else.
Formatting changes (BASH 3+ style).
Cleaned removed external [ ] calls. Use builtin [[ ]].
Use ${VAR,,} to lowercase isntead of TR.
2018-03-04 23:39:38 -08:00
Kristian Haugene
c352bc2225
Transmission 2.93 released on ppa, activate repo. #392
2018-03-04 13:53:32 +01:00
Kristian Haugene
b4c2667f01
Issues running with whitelist enabled, default to false. #432
2018-02-23 21:42:31 +01:00
Kristian Haugene
b3b97e4237
Merge branch 'master' of https://github.com/jandrews377/docker-transmission-openvpn into feature/proxy
2018-02-22 18:33:41 +01:00
Kristian Haugene
fb289b489c
Fix environment script error on missing property
2018-02-21 23:12:48 +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
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
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
Andrew Erickson
7608155f83
add default values for env vars
2018-01-18 00:19:30 -08:00
Andrew Erickson
f27acc87f2
disabling use of ppa
2018-01-17 23:43:02 -08:00
Jeremy Andrews
ad0e33a463
typo
2018-01-02 09:06:42 +13:00
jandrews377
9bccc66beb
Merge branch 'dev' into master
2018-01-02 08:46:33 +13:00
Jeremy Andrews
f03778866c
fix the tinyproxy start script
2018-01-02 08:39:17 +13:00
Jeremy Andrews
ef66e85f34
tweaks
2018-01-01 13:38:25 +13:00
Kristian Haugene
0086514ae7
Removing empty string default values, didn't fix #339
2017-11-21 23:22:27 +01:00
pandrez
3f825828ef
Added Kettu Web UI
2017-11-19 12:37:07 +00:00
Kristian Haugene
383e6c2d3b
Setting default values for all environment variables #339
2017-11-18 17:08:58 +01:00
Kristian Haugene
c7a00b3525
Fix build and some restructuring after #324
2017-11-18 14:36:31 +01:00
Garret Hicks
70aef00546
docs and some more tweaks
2017-10-22 09:20:36 -07:00
Garret Hicks
4bc9a89e22
add combustion
2017-10-22 00:18:12 -07:00
Kristian Haugene
15920bd4ae
Cleanup after merge, autosave was off
2017-10-13 20:11:37 +02:00
Kristian Haugene
b4624096a7
Merge branch 'env-quotes' of git://github.com/kmccormick/docker-transmission-openvpn into kmccormick-env-quotes
...
Conflicts:
Dockerfile
Dockerfile.armhf
2017-10-13 20:08:11 +02:00
Kevin McCormick
84749c6244
Remove erroneous quotes from ENV statements
...
Fixes #315 . Only the value should be quoted, if necessary.
2017-10-12 16:21:36 -07:00
Kristian Haugene
b462cdda42
Adding support for setting TRANSMISSION_WEB_HOME env var, #255
2017-07-18 02:25:51 +02:00
Kristian Haugene
c8a667edc4
Removed legacy options, #278
2017-07-18 01:41:28 +02:00
Geoff Flarity
5c669fd8d0
clean up Dockerfile
2017-07-13 12:18:02 -04:00