Removed NAS sync and focused on Google Drive, Internet Archive, and Web3.storage replication

This commit is contained in:
2025-05-26 20:26:04 -05:00
parent 24114f762c
commit fb7c172396
5 changed files with 26 additions and 18 deletions
+4
View File
@@ -45,6 +45,10 @@ echo ""
echo "🪵 Nextcloud Logs (last 20 lines):"
docker logs nextcloud_dev --tail=20 || echo "⚠️ Nextcloud container not found."
echo ""
echo "🪵 Rclone Logs (last 20 lines):"
docker logs rclone_dev --tail=20 || echo "⚠️ Rclone container not found."
echo ""
echo "🌐 Port Bindings:"
docker compose -f docker-compose.dev.yml port ghost 2368 || echo "❌ Ghost not exposing port 2368"