8 Commits

Author SHA1 Message Date
93dc4b8bb6 chore: publish 2.1.0+1.120.1 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-11-13 20:46:11 +01:00
09c06ecbc4 Merge pull request 'chore: upgrade to 1.114.4' (#6) from v1-106-2 into main
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: #6
2025-10-12 13:34:24 +00:00
8b089791f6 chore: upgrade to 1.114.4 2025-10-11 13:46:51 -04:00
d09218c03a chore: upgrade to 1.106.2 2025-10-11 13:39:36 -04:00
4fa5340e4c Merge pull request '[mass update] fix supporting multiple domains while enforcing ssl' (#5) from forceSsl into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #5
Reviewed-by: cyrnel <cyrnel@noreply.git.coopcloud.tech>
2025-10-08 03:35:51 +00:00
a659454cab [mass update] fix supporting multiple domains while enforcing ssl 2025-09-08 08:11:47 -07:00
1561d42450 chore: publish 1.0.0+1.81.2 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-03-03 13:46:49 +01:00
570915151d Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-08 10:09:13 -08:00
9 changed files with 8 additions and 57 deletions

View File

@ -33,7 +33,7 @@ steps:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
- toolshed/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -21,9 +21,6 @@ COMPOSE_FILE="compose.yml"
# SSO using traefik-forward-auth
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"
# Disable user management completely, useful for SSO
#N8N_USER_MANAGEMENT_DISABLED=false
# Basic auth
#COMPOSE_FILE="$COMPOSE_FILE:compose.basicauth.yml"
#N8N_BASIC_AUTH_ACTIVE=true
@ -33,17 +30,3 @@ COMPOSE_FILE="compose.yml"
# Use Postgres instead of SQLite
#COMPOSE_FILE="$COMPOSE_FILE:compose.postgres.yml"
#SECRET_DB_PASSWORD_VERSION=v1
#
#
# Enable SMTP
#
#COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml
#SECRET_SMTP_PASSWORD_VERSION=v1
#N8N_SMTP_HOST
#N8N_SMTP_PORT
#N8N_SMTP_USER
#N8N_SMTP_PASS
#N8N_SMTP_SENDER
#N8N_SMTP_SSL

View File

@ -1,5 +1,3 @@
version: '3.8'
services:
app:
environment:

View File

@ -1,6 +1,3 @@
---
version: '3.8'
# Compose for PostGres mode instead of the default sqlite mode.
services:
app:

View File

@ -1,21 +0,0 @@
---
version: "3.8"
services:
app:
secrets:
- smtp_password
environment:
- N8N_SMTP_HOST
- N8N_SMTP_PORT
- N8N_SMTP_USER
- N8N_SMTP_PASS_FILE=/run/secrets/smtp_password
- N8N_SMTP_SENDER
- N8N_SMTP_SSL
secrets:
smtp_password:
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION}
external: true

View File

@ -1,7 +1,3 @@
---
version: '3.8'
services:
app:
environment:

View File

@ -1,17 +1,12 @@
---
version: '3.8'
services:
app:
image: n8nio/n8n:1.76.0
image: n8nio/n8n:1.120.1
environment:
- N8N_PERSONALIZATION_ENABLED
- N8N_DIAGNOSTICS_ENABLED
- N8N_USER_MANAGEMENT_DISABLED
- N8N_BASIC_AUTH_ACTIVE=false
- WEBHOOK_URL=https://${DOMAIN}
- N8N_EDITOR_BASE_URL=https://${DOMAIN}
- N8N_HIRING_BANNER_ENABLED=false
- NODE_FUNCTION_ALLOW_EXTERNAL=moment
networks:
- proxy
@ -30,9 +25,9 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.7.0+0.237.0"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.scheme=https"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
- "coop-cloud.${STACK_NAME}.version=2.1.0+1.120.1"
- "backupbot.backup=true"
- "backupbot.backup.path=/home/node/.n8n"

3
release/2.0.0+1.114.4 Normal file
View File

@ -0,0 +1,3 @@
There are lots of changes between v1.81 and v1.114, but seems like there's
only one breaking change involving pyiode/python runners.
See here more for info: https://docs.n8n.io/release-notes/#n8n11132