Add N8N and network changes

This commit is contained in:
2025-07-23 16:53:14 +01:00
parent 3dca6ba75d
commit 9f1f96500b
4 changed files with 19 additions and 10 deletions

View File

@@ -36,3 +36,8 @@ FILEBROWSER_DATABASE=/mnt/md0/filebrowser/database
PROSODY_CONFIG=/mnt/md0/prosody/config
PROSODY_LOGS=/tmp/prosody/logs
PROSODY_MODULES=/mnt/md0/prosody/modules
# N8N Automation
N8N_HOST=n8n.trude.dev
N8N_DATA=/mnt/md0/n8n/data
N8N_FILES=/mnt/md0/n8n/files

View File

@@ -10,6 +10,7 @@
- muc.trude.dev (group chats)
- share.trude.dev (file sharing)
- proxy.trude.dev (compatibility)
- n8n.trude.dev
## Tailscale Access / Local

View File

@@ -37,3 +37,7 @@ sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin d
echo "Docker installation complete!"
docker --version
echo "Allowing Docker use without sudo..."
sudo usermod -aG docker ${USER}
exec sg docker newgrp