Kusha Gharahi 
							
						 
					 
					
						
						
							
						
						e3d27e8172 
					 
					
						
						
							
							Add LOG_TO_STDOUT variable + documentation ( #1379 )  
						
						
						
						
					 
					
						2020-09-29 08:51:59 +09:00 
						 
				 
			
				
					
						
							
							
								Patrick Kishino 
							
						 
					 
					
						
						
							
						
						8fc5503879 
					 
					
						
						
							
							Added BasicAuth to tinyproxy, updated docs and dockerfiles  
						
						
						
						
					 
					
						2020-05-29 17:33:02 +09:00 
						 
				 
			
				
					
						
							
							
								Patrick Kishino 
							
						 
					 
					
						
						
							
						
						c2fe11b418 
					 
					
						
						
							
							Default UTP false  
						
						
						
						
					 
					
						2020-05-26 08:42:06 +09:00 
						 
				 
			
				
					
						
							
							
								Patrick Kishino 
							
						 
					 
					
						
						
							
						
						bd0a19689b 
					 
					
						
						
							
							Added option to log transmission to docker logs  
						
						
						
						
					 
					
						2019-10-31 13:10:25 +09: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 
						 
				 
			
				
					
						
							
							
								sillyfrog 
							
						 
					 
					
						
						
							
						
						f2a1899649 
					 
					
						
						
							
							Merge branch 'dev' into master  
						
						
						
						
					 
					
						2018-07-25 21:30:15 +10:00 
						 
				 
			
				
					
						
							
							
								Austin Seber 
							
						 
					 
					
						
						
							
						
						30949600dc 
					 
					
						
						
							
							Added support for 'watch-dir-force-generic'  
						
						
						
						
					 
					
						2018-07-19 00:10:47 -07: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 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
							
						
						b3b97e4237 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/jandrews377/docker-transmission-openvpn  into feature/proxy  
						
						
						
						
					 
					
						2018-02-22 18:33:41 +01:00 
						 
				 
			
				
					
						
							
							
								Chris Nakagaki 
							
						 
					 
					
						
						
							
						
						1b99d30583 
					 
					
						
						
							
							Update DockerEnv  
						
						... 
						
						
						
						Added OPENVPN_OPTS example. 
						
						
					 
					
						2018-02-08 19:21:03 -05: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 
							
						 
					 
					
						
						
							
						
						52885e054f 
					 
					
						
						
							
							add env vars in missing spots  
						
						
						
						
					 
					
						2018-01-18 00:35:11 -08: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 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						a0113f4441 
					 
					
						
						
							
							Add Mullvad default config and update README. Also remove RSS-container specific env from main DockerEnv file.  
						
						
						
						
					 
					
						2017-12-23 16:49:29 +01:00 
						 
				 
			
				
					
						
							
							
								Bruno Perel 
							
						 
					 
					
						
						
							
						
						a69ece17fe 
					 
					
						
						
							
							Support transmission-rss plugin  
						
						
						
						
					 
					
						2017-12-03 00:15:50 +01:00 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						c8a667edc4 
					 
					
						
						
							
							Removed legacy options,  #278  
						
						
						
						
					 
					
						2017-07-18 01:41:28 +02:00 
						 
				 
			
				
					
						
							
							
								jandrews377 
							
						 
					 
					
						
						
							
						
						0877052a13 
					 
					
						
						
							
							Merge branch 'master' into master  
						
						
						
						
					 
					
						2017-06-23 10:00:11 +12:00 
						 
				 
			
				
					
						
							
							
								Jeremy Andrews 
							
						 
					 
					
						
						
							
						
						af699006c7 
					 
					
						
						
							
							Tidied up the tinyproxy integration and added env vars and documentation  
						
						
						
						
					 
					
						2017-06-17 15:09:17 +12:00 
						 
				 
			
				
					
						
							
							
								Magnus Ullberg 
							
						 
					 
					
						
						
							
						
						5df12b5b17 
					 
					
						
						
							
							Added firewall support  
						
						
						
						
					 
					
						2017-04-06 13:14:19 -04:00 
						 
				 
			
				
					
						
							
							
								Patrick Ziegler 
							
						 
					 
					
						
						
							
						
						b3676fca40 
					 
					
						
						
							
							Suggestion for  #129  
						
						
						
						
					 
					
						2016-10-04 19:32:54 +02:00