From da7cebdfedad0e3cbd066776ddce63eecc598d41 Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 21 May 2025 20:04:45 +0300 Subject: [PATCH] chore: update readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4941651..84a137c 100644 --- a/README.md +++ b/README.md @@ -24,18 +24,22 @@ Tinyauth is a simple authentication middleware that adds simple username/passwor > [!NOTE] > Tinyauth is intended for homelab use only and it is not made for production use cases. If you are looking for something production ready please use [authentik](https://goauthentik.io) instead. -## Discord - -I just made a Discord server for tinyauth! It is not only for tinyauth but general self-hosting and homelabbing. [See you there!](https://discord.gg/eHzVaCzRRd). - ## Getting Started You can easily get started with tinyauth by following the guide in the [documentation](https://tinyauth.app/docs/getting-started.html). There is also an available [docker compose file](./docker-compose.example.yml) that has traefik, whoami and tinyauth to demonstrate its capabilities. +## Demo + +If you are still not sure if tinyauth suits your needs you can try out the [demo](https://demo.tinyauth.app). The default username is `user` and the default password is `password`. + ## Documentation You can find documentation and guides on all of the available configuration of tinyauth in the [website](https://tinyauth.app). +## Discord + +I just made a Discord server for tinyauth! It is not only for tinyauth but general self-hosting and homelabbing. [See you there!](https://discord.gg/eHzVaCzRRd). + ## Contributing All contributions to the codebase are welcome! If you have any recommendations on how to improve security or find a security issue in tinyauth please open an issue or pull request so it can be fixed as soon as possible!