diff --git a/README.md b/README.md index 3f9cdc6e..f1d94351 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 0007f169..00000000 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 00000000..fa1f2502 Binary files /dev/null and b/assets/screenshot.png differ