This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oto przewodnik, który wkleiłeś, przekształcony do **czytelnego formatu Markdown (MD)** – idealny do wrzucenia do Notion, GitHuba lub jako dokument README: | |
--- | |
# 🛡️ Securely Self-Hosting n8n with Docker & Cloudflare Tunnel | |
### *The… Arguably Less-Painful Way* | |
> 🧠 TL;DR: Publicznie dostępne n8n, **bez otwierania portów**, z Dockerem i Cloudflare Tunnel. Idealne do lekkiego użytku domowego. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "*************" | |
echo " Argon Setup " | |
echo "*************" | |
# Check time if need to 'fix' | |
NEEDSTIMESYNC=0 | |
LOCALTIME=$(date -u +%s%N | cut -b1-10) |