Kristian Haugene
e86852f273
Merge branch 'master' into dev
2018-07-18 23:22:15 +02:00
Fidel Ramos
9242c6aa08
Pass on arguments to pre and post start/stop hooks
...
The start.sh and stop.sh scripts receive a set of arguments from
openvpn when invoked from tunnelUp.sh and tunnelDown.sh. They are:
* $1: network interface for the VPN (e.g. tun0)
* $2: interface MTU (e.g. 1500)
* $3: link MTU (e.g. 1570)
* $4: local IP (e.g. 10.47.10.6)
* $5: remote IP if TUN (e.g. 10.47.10.5), network mask if TAP
* $6: "init" or "restart"
This commit makes these arguments available in
transmission-pre-start.sh, transmission-post-start.sh,
transmission-pre-stop.sh and transmission-post-stop.sh.
2018-06-26 15:35:00 +00:00
Kristian Haugene
1f590ff802
Merge pull request #482 from pkaufman/master
...
add perfect privacy port forwarding
2018-04-21 23:05:11 +02:00
Kristian Haugene
df4bb76ffb
Getting error if watch folder doesn't exist
2018-04-21 22:31:47 +02: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
e89ed2cfa2
Wait a bit before requesting port #381
2018-03-30 18:49:33 +02:00
Kristian Haugene
32c0b1002f
Change owner to transmission user for all transmission folders. #423 #435
2018-03-04 14:03:16 +01:00
Kristian Haugene
71caf1c53f
Merge pull request #435 from evsasha/fix-settings-file-atr
...
Fix settings.json file attributes on Synology NAS.
2018-03-04 13:44:27 +01:00
evsasha
a152a575eb
Update userSetup.sh
...
Move file permission settings to userSetup.sh
2018-02-24 22:15:30 +03:00
evsasha
040c09299d
Update start.sh
...
Move file permission settings to userSetup.sh
2018-02-24 22:14:33 +03:00
evsasha
9087bf7465
Fix settings.json file attributes on Synology NAS.
...
By default in Synology NAS the user Root creates files with the permissions "---------" (0).
Other users can't access to file after chown.
Fix #423
2018-02-23 10:37:47 -05: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
291d3b9fa6
Merge pull request #394 from T4cC0re/dev
...
add option to drop the default route on providers, that do not override it properly
2018-02-21 21:46:53 +01: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
Ryan Echter
da0c67328e
set /bin/bash as shell for user when starting transmission
2018-02-07 22:32:09 -06:00
Kristian Haugene
ae4db89696
Merge pull request #395 from aerickson/True_fixes
...
Use CVE-patched packages
2018-02-05 20:02:05 +01:00
e7d
7451401980
Simplify transmission stop script
2018-01-19 15:52:47 +01:00
e7d
b894215d14
Remove sudo dependency
2018-01-19 15:13:29 +01:00
Andrew Erickson
52885e054f
add env vars in missing spots
2018-01-18 00:35:11 -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
Hendrik Jonas Meyer
e37641653c
add option to drop the default route on providers, that do not override it properly
2018-01-16 22:24:17 +01: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
Brian Martin
f63181ba5f
restart openvpn if the up script is executed and no ipv4 is bound to the tun0 adapter
2017-11-30 15:08:29 -05:00
pandrez
3f825828ef
Added Kettu Web UI
2017-11-19 12:37:07 +00:00
Kristian Haugene
44b0dee395
Fix symlink, add AnonVPN to provider list and remove redundant argument to dockerize
2017-11-18 15:02:14 +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
8e72c504e5
Merge branch 'master' of git://github.com/illegalprime/docker-transmission-openvpn into illegalprime-master
...
Conflicts:
Dockerfile
2017-10-13 20:18:41 +02:00
Michael Eden
644a8b3325
Updated port forward script for PIA.
2017-09-13 10:40:55 -04: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
Kristian Haugene
03e6cdcce9
Update UFW rules when changing peer port
2017-05-05 21:10:46 +02:00
Kristian Haugene
7023d50501
Merge pull request #231 from ullbergm/master
...
Added firewall support
2017-05-05 21:07:25 +02:00
Magnus Ullberg
5df12b5b17
Added firewall support
2017-04-06 13:14:19 -04:00
Kurs Developer
0ba2a55cbb
Delay --up script execution until after TCP/UDP connection establishment with peer. Also add error handling with logging when PIA port response is empty, issue #220
2017-04-02 21:31:17 +02:00
Jake Lee
3d1dfc3af9
Use new PIA port forwarding API (2017)
2017-02-09 20:36:26 -08:00
Ross Hettel
9e634a70da
change logging
2016-12-21 09:45:54 -06:00
Ross Hettel
65213b9755
added more robust error handling around checking for new port from PIA
2016-12-20 15:26:21 -06:00
Branden Cash
8cb81cc588
added support for uid/gid ... by default transmission will still run as root so as to not break backwards compatibility.
2016-09-26 23:42:04 -07:00
Kristian Haugene
f1547dfcbe
Removing references to tun/tap device name, read from provided parameters
2016-04-03 00:30:17 +02:00
rolandb5
c0a8b6faa8
Update start.sh
2016-03-09 07:48:14 +01:00
Kristian Haugene
e126e6d502
Only symlink /dev/urandom if /dev/random doesn't exist
2015-10-31 18:39:56 +01:00
Matthew Crenshaw
64770087f9
Fix entropy error, enable transmission logging
2015-10-29 12:08:20 -04:00