From 2ddd7092ad84397c833869102c1bcb66b46f9ab1 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Fri, 1 Nov 2024 18:47:01 -0600 Subject: [PATCH] Updated README --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8762c33..5d2d580 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,23 @@ included: - Forgot password - Change email - Confirmation management -- User sessions (using scs) -- Storage (local fs or S3) +- User sessions (using [scs](https://github.com/alexedwards/scs)) +- Storage (local fs or S3-like services) - Custom form validation (combining echo and validator) -- Built in async queue support (using dowork) -- Custom email interfaces using carrier +- Built in async queue support (using [dowork](https://git.sr.ht/~sircmpwn/dowork)) +- Custom email interfaces using [carrier](https://petersanchez.com/x/carrier) - Lots of template helpers - Built in localization -Requires Go 1.18+ and PostgreSQL. +Requires Go 1.20+ and PostgreSQL. + +To see how this is used in real applications you can see the following: + +- [GoHome](https://git.code.netlandish.com/~petersanchez/gohome) - Simple + application to server Go modules from your custom domain +- [LinkTaco](https://git.code.netlandish.com/~netlandish/links) - A much more + complex suite of applications that powers + [LinkTaco.com](https://linktaco.com) Seriously lacking documentation, base sql tables for users and confirmations, and more. Like we said, don't use this yet. You've been warned :) -- 2.45.2