add blek! Sail to projects
This commit is contained in:
parent
12deb4664b
commit
ec3f49d539
|
@ -61,6 +61,8 @@ The super secret letter and a website that will be displayed in the case of my d
|
||||||
It works by pinging all my devices each hour and prompting me to enter a 6-digit PIN code to tell the service i am still alive. If i enter the code wrong, it assumes i am dead and someone tries to pick the code.
|
It works by pinging all my devices each hour and prompting me to enter a 6-digit PIN code to tell the service i am still alive. If i enter the code wrong, it assumes i am dead and someone tries to pick the code.
|
||||||
|
|
||||||
### 5. blek! Sail
|
### 5. blek! Sail
|
||||||
|
[Project page](/projects/sail)
|
||||||
|
|
||||||
If you use laravel you know a development tool called Laravel Sail.
|
If you use laravel you know a development tool called Laravel Sail.
|
||||||
|
|
||||||
This one is a single docker container that runs your laravel app with production optimizations.
|
This one is a single docker container that runs your laravel app with production optimizations.
|
||||||
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
+++
|
||||||
|
template = 'custom/project.html'
|
||||||
|
|
||||||
|
title = 'blek! Bin'
|
||||||
|
description = 'A pastebin copy'
|
||||||
|
date = '2024-08-01'
|
||||||
|
slug = 'sail'
|
||||||
|
year = 2024
|
||||||
|
month = 1
|
||||||
|
day = 8
|
||||||
|
lang = 'en'
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
git_repo = 'github.com/b1ek/sail.git'
|
||||||
|
demo_url = 'github.com/b1ek/sail'
|
||||||
|
author = 'b1ek <me@blek.codes>'
|
||||||
|
license = 'None'
|
||||||
|
+++
|
||||||
|
|
||||||
|
If you are familiar with Laravel, you must've hear of Laravel Sail.
|
||||||
|
|
||||||
|
Well, this project is basically Laravel Sail, but its built to survive in production.
|
||||||
|
Check the github repo for more info.
|
Loading…
Reference in New Issue