Commit Graph

19 Commits

Author SHA1 Message Date
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