From 88eb9b269035ba328423659a38d5331f44d2ecac Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Tue, 5 Mar 2024 21:07:34 +0800 Subject: [PATCH] Add additional links to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6862979..30c5c6e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Webapp + Streamlit + Traefik + Docker This simple project uses Traefik as a reverse proxy to a Streamlit application and handles SSL certs with Lets Encrypt. +- [Beyond All Information](https://bai.furyhawk.lol/) +- [Forum](https://forum.furyhawk.lol/) +- [Blog](https://info.furyhawk.lol/) +- [Home server](https://github.com/furyhawk/cloudy) +- [Neural Network Playground](https://furyhawk.github.io/playground) + ## Requirements - Docker Compose - Python 3.11