Explore >> Select a destination


You are here

thomascfoulds.com
| | lewisdale.dev
1.9 parsecs away

Travel
| | Getting the project deployed via Gitea actions
| | pikseladam.com
1.6 parsecs away

Travel
| | I was using Puma as an app server and there were no web server for my site. It is not a good thing that you don't have a web server on production environment...
| | thomasvilhena.com
2.5 parsecs away

Travel
| | [AI summary] This blog post explains how to set up an Nginx reverse proxy with Docker and Certbot for SSL certificate management, focusing on configuration files and services for load balancing and secure communication.
| | logr.cogley.info
25.6 parsecs away

Travel
| If you are doing any modern PHP dev on Mac, check out the Laravel ecosystem, especially «Laravel Valet». It makes things so easy, you get a myapp.test served locally. ? Install php and composer via brew. Edit your .zshrc (or equivalent) to add php and .composer/vendor/bin to your system path. cd into your local PHP project. Run valet link myapp and valet secure myapp. Access your app via https://myapp.test. Profit. You can run Laravel Forge to connect, say, a Digital Ocean droplet to a git repo, so that ...