Update README.md

This commit is contained in:
2024-05-20 09:13:06 +08:00
committed by GitHub
parent b7c7a52ec7
commit 0ee56e33b9
+3 -1
View File
@@ -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"
```
```