From 4d1d6fbd299154c14b12f5addfc38376a2192e02 Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Sun, 27 Jul 2025 02:33:08 -0400 Subject: [PATCH] Update README --- README.md | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f2d9a1c..036ec88 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,7 @@ -# Laravel Dockerized +# AuthentiKate -This repo just includes the necessary files to quickly set up a laravel -app to be dockerized and released for self hosting. All you have to -do when you start a new app is start the repo from this template -and merge these files with your existing app. +![banner](banner.png) -## Setup - -### Install octane - -`composer require laravel/octane` -`php artisan octane:install` - -Once you started your laravel project **and** initialized it as a git repo: - -1. `git remote add origin git@gitgud.foo:thegrind/laravel-dockerized.git` -2. `git pull -u origin main` -3. Run `make setup` to install laravel octane with FrankenPHP since this is what the `laravel-base` image expects from your app. \ No newline at end of file +The SSO/OIDC solution for homelabbers. No more Authentik overcomplicating your life +(and taking 2G of ram) just so you can give your friends convenient access to your +services. \ No newline at end of file