From 0ee56e33b9d326c344a797f191703512f42aecbb Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 20 May 2024 09:13:06 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 291e18b..91b00cb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Activity](https://img.shields.io/github/commit-activity/m/cloudy/distribution?color=FF5555&style=flat-square)] + # Webapp + Streamlit + Traefik + Docker This simple project uses Traefik as a reverse proxy to a Streamlit application and handles SSL certs with Lets Encrypt. @@ -43,4 +45,4 @@ This simple project uses Traefik as a reverse proxy to a Streamlit application a # Also note that dollar signs should NOT be doubled when they not evaluated (e.g. Ansible docker_container module). labels: - "traefik.http.middlewares.test-auth.basicauth.users=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/,test2:$$apr1$$d9hr9HBB$$4HxwgUir3HP4EsggP/QNo0" -``` \ No newline at end of file +```