Compare commits

...

9 commits

Author SHA1 Message Date
004ec04281 Merge branch 'main' into renovate/ghcr.io-goauthentik-server
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
Deploy to Hosts / deploy (pull_request) Successful in 53s
2024-09-16 23:45:45 -04:00
2a4e92ab83 Merge pull request '⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.59.1' (#187) from renovate/ghcr.io-n8n-io-n8n-1.x into main
Reviewed-on: #187
2024-09-16 23:36:27 -04:00
570307f168 Merge branch 'main' into renovate/ghcr.io-n8n-io-n8n-1.x
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
Deploy to Hosts / deploy (pull_request) Successful in 53s
2024-09-16 23:34:05 -04:00
9a0546730c Merge pull request '⬆️ Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v2.12.1' (#185) from renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x into main
Reviewed-on: #185
2024-09-16 23:31:19 -04:00
bacde5c6e1 Merge branch 'main' into renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 14s
Deploy to Hosts / deploy (pull_request) Successful in 53s
2024-09-16 23:30:49 -04:00
60e3424fbc add cases for CD 2024-09-16 23:30:26 -04:00
da46c302de ⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.59.1
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
2024-09-17 02:00:51 +00:00
e04c448475 add f2b to arm 2024-09-16 21:32:24 -04:00
668619aa8f ⬆️ Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v2.12.1
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
2024-09-16 04:00:49 +00:00
3 changed files with 36 additions and 6 deletions

View file

@ -33,6 +33,9 @@ jobs:
IFS=' ' read -r -a folder_array <<< "${{ steps.detect-changes.outputs.folders }}"
for folder in "${folder_array[@]}"; do
case $folder in
actual)
target_host="ubu.lan"
;;
arrs)
target_host="arrs.lan"
;;
@ -60,11 +63,14 @@ jobs:
netboot)
target_host="netboot.lan"
;;
nexus)
target_host="nexus.lan"
nexterm)
target_host="ubu.lan"
;;
pages)
target_host="pages.lan"
npm)
target_host="npm.lan"
;;
paperless)
target_host="ubu.lan"
;;
portainer)
target_host="port.lan"

View file

@ -65,6 +65,30 @@ services:
restart: unless-stopped
networks:
- gitea_main
fail2ban:
image: crazymax/fail2ban:1.1.0
container_name: fail2ban
network_mode: "host"
cap_add:
- NET_ADMIN
- NET_RAW
volumes:
- "/docker/appdata/fail2ban/data:/data"
- "/var/log/auth.log:/var/log/auth.log:ro"
- "/docker/appdata/nginx/data/logs/:/log/npm/:ro"
environment:
- TZ=America/New_York
- F2B_LOG_TARGET=STDOUT
- F2B_LOG_LEVEL=INFO
- F2B_DB_PURGE_AGE=1d
- SSMTP_HOST=$SSMTP_HOST
- SSMTP_PORT=587
- SSMTP_HOSTNAME=$SSMTP_HOSTNAME
- SSMTP_USER=$SSMTP_USER
- SSMTP_PASSWORD=$SSMTP_PASSWORD
- SSMTP_TLS=YES
restart: always
uptime-kuma:
image: louislam/uptime-kuma:1.23.13
@ -109,7 +133,7 @@ services:
networks:
- gitea_main
n8n:
image: ghcr.io/n8n-io/n8n:1.59.0
image: ghcr.io/n8n-io/n8n:1.59.1
container_name: n8n
ports:
- 5678:5678

View file

@ -6,7 +6,7 @@ services:
- redisdata:/data
webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.12.0
image: ghcr.io/paperless-ngx/paperless-ngx:2.12.1
restart: unless-stopped
depends_on:
- broker