- Add n8n to tools server (n8n.csrx.ru) - Add cross-server Traefik routes: wiki.csrx.ru + n8n.csrx.ru → tools - Remove Syncthing (replaced by Outline wiki) - Fix awscli install: download static binary (apt/pip broken on Ubuntu 24.04) - Add n8n secrets to vault (encryption key + JWT secret) - Improve CI/CD workflow: syntax-check both playbooks, deploy both servers - Update site.yml: unified single-command deploy for all servers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
233 B
YAML
6 lines
233 B
YAML
---
|
|
tools_root: /opt/tools
|
|
outline_image: "outlinewiki/outline:0.80.2"
|
|
outline_db_image: "postgres:15-alpine"
|
|
outline_redis_image: "redis:7-alpine"
|
|
n8n_image: "n8nio/n8n:1.89.2" # https://hub.docker.com/r/n8nio/n8n/tags
|