Commit Graph

55 Commits

Author SHA1 Message Date
Kristian Haugene
81e21c7de5 Add autoheal label to enable use of companion container restarting unhealthy container #454 2020-11-08 18:15:03 +01:00
Kristian Haugene
27e3fd0143 Add missing variables for arm builds as well, reference #1439 and #1437 2020-10-31 18:06:14 +01:00
Kusha Gharahi
4a8333b20e Remove DOCKER_LOG infavor of LOG_TO_STDOUT 2020-10-10 14:26:33 -05:00
Kristian Haugene
51f45b1413 Merge branch 'master' into merge/master-into-dev 2020-10-10 14:04:31 +02:00
Kusha Gharahi
e3d27e8172 Add LOG_TO_STDOUT variable + documentation (#1379) 2020-09-29 08:51:59 +09:00
Kristian Haugene
d42838ab37 Update arm Dockerfile to reflect latest changes #1341 2020-08-25 10:06:07 +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
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
Kristian Haugene
903e566785 Merge branch 'add-health-check-to-alpine-and-armhf' of https://github.com/fixl/docker-transmission-openvpn into fixl-add-health-check-to-alpine-and-armhf 2020-03-29 15:23:51 +02:00
Kristian Haugene
6c982dcb7a Add unzip to arm images #745 2020-03-29 14:47:09 +02:00
Stefan Fuchs
7d15ef7b8f Add health check to armhf and alpine image 2020-02-04 20:19:05 +11:00
Kristian Haugene
95c15a3be9 Merge pull request #938 from pkishino/logging
Added option to log transmission to docker logs
2020-02-02 22:28:59 +01:00
Stefan Fuchs
27394f047c Use Debian Buster as base image
See:
  - https://github.com/transmission/transmission/issues/313#issuecomment-446005020
  - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865624
2020-01-26 10:35:54 +11:00
Patrick Kishino
bd0a19689b Added option to log transmission to docker logs 2019-10-31 13:10:25 +09:00
Koen van der Linden
605186ca2f Added scripts folder to include healthcheck.sh 2019-10-13 21:12:50 +02:00
Kristian Haugene
90134c7bba Using CircleCI to build arm images instead of Docker hub 2019-07-07 17:54:51 +02:00
Kristian Haugene
cdb30b0a44 Merge pull request #769 from bperel/master
Fetch transmission-web-control from its original repository for all platforms
2019-04-24 16:22:53 +02:00
Bruno Perel
589147ddb5 Fetch transmission-web-control from its original repository for all platforms 2019-04-04 10:31:03 +02:00
Kristian Haugene
615624af0b Changing armhf base image for compatability with all rpi verisons #721 2019-03-26 22:28:32 +01:00
Kristian Haugene
c319b28a25 Changing base image for armhf images #721 2019-03-09 21:02:25 +01:00
wilmardo
a93dd68829 Replace resin with balenalib since the armhf image has been moved 2019-02-26 21:27:06 +01:00
Kristian Haugene
ec4502d4df Merge pull request #665 from AdrienKuhn/update-automatic-arm-builds
Fix builds on ARM arch but keeping ARM cross builds.
2018-12-17 20:07:18 +01:00
Adrien Kühn
117aaf0ceb Fix builds on ARM arch but keeping ARM cross builds. Fix #638. 2018-12-16 13:02:23 +01:00
Dulanic
d5da0ab406 Update Dockerfile.armhf 2018-11-14 12:53:26 -06:00
Dulanic
b981557fdb Update Dockerfile.armhf
Add links so twc classic ui button works.
2018-11-14 12:22:14 -06:00
Adrien Kühn
5ab2fe9dae Add ability to generate automatic ARM images 2018-08-19 23:26:12 -04: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
sillyfrog
f2a1899649 Merge branch 'dev' into master 2018-07-25 21:30:15 +10:00
dcrdev
4db9d91957 Refactor global permissions logic / add new directive to alpine/arm DockerFile 2018-07-19 19:29:08 +01: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
Wei Gao
ec2034a5e3 Fix missing tinyproxy, optimize build 2018-06-21 11:26:56 -07: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
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
b4c2667f01 Issues running with whitelist enabled, default to false. #432 2018-02-23 21:42:31 +01:00
Kristian Haugene
0a6985c790 always forget the other dockerfiles 2018-02-22 23:05:07 +01:00
Kristian Haugene
baa8cdef41 Fix environment error for alpine and armhf 2018-02-22 09:52:39 +01:00
Kristian Haugene
f05a286b46 Add new env variables to alpine and armhf Dockerfiles #294 2018-02-13 19:21:34 +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
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
Jevin Maltais
1d83e2eadd Upgrading dockerize and required packages 2017-11-25 21:37:10 -05:00
pandrez
3f825828ef Added Kettu Web UI 2017-11-19 12:37:07 +00:00
Kristian Haugene
c7a00b3525 Fix build and some restructuring after #324 2017-11-18 14:36:31 +01:00
Garret Hicks
93ab8dcb95 apply changes from Dockerfile to Dockerfile.armhf 2017-10-22 09:31:30 -07:00
Garret Hicks
4bc9a89e22 add combustion 2017-10-22 00:18:12 -07: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