diff --git a/README.md b/README.md index 3f9cdc6..f1d9435 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Tinyauth is a simple authentication middleware that adds simple username/password login or OAuth with Google, Github and any generic OAuth provider to all of your docker apps. It is made for traefik but it can be extended to work with all reverse proxies like caddy and nginx. -![Login](assets/login.png) +![Login](assets/screenshot.png) > [!WARNING] > Tinyauth is in active development and configuration may change often. Please make sure to carefully read the release notes before updating. diff --git a/assets/login.png b/assets/login.png deleted file mode 100644 index 0007f16..0000000 Binary files a/assets/login.png and /dev/null differ diff --git a/assets/screenshot.png b/assets/screenshot.png new file mode 100644 index 0000000..fa1f250 Binary files /dev/null and b/assets/screenshot.png differ