Changed transmission to deluge. Simplify ufw rules

This commit is contained in:
Eldwan Brianne
2020-11-10 23:31:05 +01:00
parent 3d97cd5302
commit 69bd27150f
10515 changed files with 666 additions and 2369 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
IMAGE=192.168.10.26:5000/deluge-openvpn
.PHONY: build
build:
sh build.sh "$(IMAGE)"
.PHONY: push
push:
sh push.sh "$(IMAGE)"