Full Stack Maker. Founder @ux__nl and @backstagephp. Now building π @rocketeers_app using @laravelphp, @reactjs, @tailwindcss ππ»ββοΈ CrossFit π€π»
@levelsio Connect them using an SSH key, best via private network inside Hetzner but can without, and let Claude scp the summary as a md file in a specified folder that the other one can read.
@levelsio@ssinghakshitt CF_IPS=$(curl -s https://t.co/vYIiwdbZ0K) for ip in $(echo "$CF_IPS" | jq -r '.result.ipv4_cidrs[], .result.ipv6_cidrs[]'); do
sudo ufw allow from "$ip" to any port 80 proto tcp
sudo ufw allow from "$ip" to any port 443 proto tcp
done