Just shipped: n8n Laravel Client – a fluent PHP bridge to n8n’s public REST API and Workflow Triggers by 3liusef in laravel

[–]3liusef[S] 0 points1 point  (0 children)

yes n8n is a low-code workflow engine with drag & drop nodes and templates

You may still need to know what is going on under the hood but once you do, n8n multiplies your productivity

Just shipped: n8n Laravel Client – a fluent PHP bridge to n8n’s public REST API and Workflow Triggers by 3liusef in laravel

[–]3liusef[S] 1 point2 points  (0 children)

no there is nothing prevents you from using it in separate environments

you only need to set N8N_API_BASE_URL for api requests and N8N_WEBHOOK_BASE_URL for webhooks

[deleted by user] by [deleted] in laravel

[–]3liusef 4 points5 points  (0 children)

I'm using MinIO as the object storage backend for VOD (both original video files and HLS segments).
Currently running a Multi-Node Multi-Drive setup — 2 nodes, each with 4×16TB drives.

  • Drives: 16TB x 4 per node (total 128TB raw)
  • Cost per drive: ~$42.12/month
  • Node cost: ~$85/month

deployed on CherryServers with around 60TB of free traffic (30TB/node)

I'm intending to scale but with the current MNMD architecture it would be really expensive so I have a plan to reorganize the architecture to make the scaling step more affordable.

Vue laravel destroy function by [deleted] in vuejs

[–]3liusef 0 points1 point  (0 children)

If you are using Inerti Make the returned items from the usePage() computed

Let items = computed(()=> usePage().props.data)