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

6
push.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env sh
set -e
IMAGE=$1
docker push "${IMAGE}:amd64-latest"