File tree 3 files changed +36
-6
lines changed
3 files changed +36
-6
lines changed Original file line number Diff line number Diff line change 33
33
IFS=' ' read -r -a folder_array <<< "${{ steps.detect-changes.outputs.folders }}"
34
34
for folder in "${folder_array[@]}"; do
35
35
case $folder in
36
+ actual)
37
+ target_host="ubu.lan"
38
+ ;;
36
39
arrs)
37
40
target_host="arrs.lan"
38
41
;;
@@ -60,11 +63,14 @@ jobs:
60
63
netboot)
61
64
target_host="netboot.lan"
62
65
;;
63
- nexus )
64
- target_host="nexus .lan"
66
+ nexterm )
67
+ target_host="ubu .lan"
65
68
;;
66
- pages)
67
- target_host="pages.lan"
69
+ npm)
70
+ target_host="npm.lan"
71
+ ;;
72
+ paperless)
73
+ target_host="ubu.lan"
68
74
;;
69
75
portainer)
70
76
target_host="port.lan"
Original file line number Diff line number Diff line change @@ -65,6 +65,30 @@ services:
65
65
restart : unless-stopped
66
66
networks :
67
67
- gitea_main
68
+
69
+ fail2ban :
70
+ image : crazymax/fail2ban:1.1.0
71
+ container_name : fail2ban
72
+ network_mode : " host"
73
+ cap_add :
74
+ - NET_ADMIN
75
+ - NET_RAW
76
+ volumes :
77
+ - " /docker/appdata/fail2ban/data:/data"
78
+ - " /var/log/auth.log:/var/log/auth.log:ro"
79
+ - " /docker/appdata/nginx/data/logs/:/log/npm/:ro"
80
+ environment :
81
+ - TZ=America/New_York
82
+ - F2B_LOG_TARGET=STDOUT
83
+ - F2B_LOG_LEVEL=INFO
84
+ - F2B_DB_PURGE_AGE=1d
85
+ - SSMTP_HOST=$SSMTP_HOST
86
+ - SSMTP_PORT=587
87
+ - SSMTP_HOSTNAME=$SSMTP_HOSTNAME
88
+ - SSMTP_USER=$SSMTP_USER
89
+ - SSMTP_PASSWORD=$SSMTP_PASSWORD
90
+ - SSMTP_TLS=YES
91
+ restart : always
68
92
69
93
uptime-kuma :
70
94
image : louislam/uptime-kuma:1.23.13
@@ -109,7 +133,7 @@ services:
109
133
networks :
110
134
- gitea_main
111
135
n8n :
112
- image : ghcr.io/n8n-io/n8n:1.59.0
136
+ image : ghcr.io/n8n-io/n8n:1.59.1
113
137
container_name : n8n
114
138
ports :
115
139
- 5678:5678
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
- redisdata:/data
7
7
8
8
webserver :
9
- image : ghcr.io/paperless-ngx/paperless-ngx:2.12.0
9
+ image : ghcr.io/paperless-ngx/paperless-ngx:2.12.1
10
10
restart : unless-stopped
11
11
depends_on :
12
12
- broker
You can’t perform that action at this time.
0 commit comments