Commit Graph

40 Commits

Author SHA1 Message Date
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
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
Kristian Haugene
ee055ef00e Bump alpine to 3.11 #939 2020-01-13 17:36:17 +01:00
Julian Oster
a8689a493d Update docker base images 2019-10-31 17:10:57 +01:00
Patrick Kishino
bd0a19689b Added option to log transmission to docker logs 2019-10-31 13:10:25 +09:00
Kristian Haugene
90134c7bba Using CircleCI to build arm images instead of Docker hub 2019-07-07 17:54:51 +02:00
Bruno Perel
589147ddb5 Fetch transmission-web-control from its original repository for all platforms 2019-04-04 10:31:03 +02:00
Aaron Gourley
82fa29b7bc Add ability to specify the system architecture for Dockerize in the alpine image 2019-02-24 22:50:45 -05:00
Kristian Haugene
04a7f132d6 Merge pull request #642 from Dulanic/master
Add links to allow tr-web-control to use original ui button.
2018-12-09 17:49:47 +01:00
Scott Edlund
f09eed1639 Add transmission-cli package
transmission-cli package contains transmission-remote which is called by /etc/openvpn/updatePort.sh
2018-11-21 11:29:49 +07:00
Dulanic
4ae2994899 Update Dockerfile.alpine 2018-11-14 12:53:07 -06:00
Dulanic
020a4857a3 Update Dockerfile.alpine
Add links for wtc to allow original ui button to function.
2018-11-14 12:20:31 -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
6cb37a4560 Merge branch 'patch-2' of https://github.com/nexusmaniac/docker-transmission-openvpn into nexusmaniac-patch-2 2018-07-31 16:36:57 +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
nexusmaniac
60438f3f80 Update Dockerfile.alpine
Could bump the Alpine version to 3.8 now that it's stable? :) In theory it'll pull the latest Transmission-daemon 2.94 too :D

Also, `curl` attempts to run as part of the port forward script for a PIA VPN connection... But we don't install curl :P
2018-07-23 18:44:47 +01: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
Kristian Haugene
3a10ad860c Fix build error 2018-04-08 21:37:17 +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
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
7aae21e508 Merge pull request #436 from e7d/dev
Add missing bash dependency in Alpine image
2018-02-23 18:40:06 +01:00
e7d
cd9ee23d0c Fix kettu installation for Alpine image 2018-02-23 18:01:08 +01:00
e7d
7e0086f975 Add dumb-init back and add bash dependency to Alpine container 2018-02-23 17:42:43 +01:00
e7d
23e4f03858 Run entrypoint though sh instead of dumb-init with Alpine 2018-02-23 17:31:03 +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
e7d
6e0c44e682 Install UFW with dockerfile 2018-01-19 18:11:56 +01:00
e7d
91c450ba62 Get dockerize from Git instead of Alpine repository 2018-01-19 15:53:32 +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
04c5b79f84 Add a Dockerfile to build a Alpine based version 2018-01-19 13:13:10 +01:00