Kevin Naidookevincoder.co.za·Nov 22, 2023Full stack monolith experiment with GolangI recently built a project called "Scriptables" to help me deploy servers fast (an open-source Laravel forge alternative) and prevent me from doing the same mundane stuff over and over again. It's not the most comprehensive server builder around (wel...235 readsgolang
Lucenta Solutionslucentasolutionss.hashnode.dev·Sep 16, 2023Auto Deployment with Laravel using Forge/EnvoyerWe know most readers love to build web applications with the Laravel framework, and deploying these applications is a crucial step. However, while many know server management, only some are particularly fond of configuring and maintaining servers. Lu...laravel forge
Bryandevlogbook.hashnode.dev·Dec 4, 2022SFTP Only Access on Laravel Forge ServerRequirements Let's say you want to create 3 SFTP only users mainuser : manage other users' folders and files user01 : can only view/edit own folder and files user02 : can only view/edit own folder and files Creating Users and Directories Create...150 readsSFTP
Bryandevlogbook.hashnode.dev·Sep 21, 2022Installing GRPC and Protobuf using Laravel ForgeInstalling GPRC and Protobuf with Laravel Forge is easy. Just follow these steps. Adding the script to recipes Go to Recipes Put any name Keep user as root Add the following script to the script input and click Create button sudo pecl install grpc ...530 readsgRPC
Bryandevlogbook.hashnode.dev·Sep 20, 2022Cloudflare Load Balancing with Laravel Forge SFTP File Only ServersAssumptions Using Laravel Forge to setup servers Syncing folder(s) between Server 1 and Server 2 Using Load balancing with Cloudflare Setting up servers with Laravel Forge rsync is required to sync between servers, using Laravel Forge to setup the ...145 readsServersrsync