From 67a0273ad16d494dd0557a0cc7e07674d37d83f6 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 27 Jan 2025 16:42:55 +0800 Subject: [PATCH] doc: update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afd92f5..b3551cf 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ # Webapp + Streamlit + Traefik + Docker This simple project uses Traefik as a reverse proxy to a Streamlit application and handles SSL certs with Lets Encrypt. -- [Chat](https://chat.furyhawk.lol/): Chat with AI. +- [AI](https://bot.furyhawk.lol/): OpenwebUI. +- ~~[Chat](https://chat.furyhawk.lol/): Chat with AI.~~ - [Stock Analysis Assistant](https://fin.furyhawk.lol/): AI assistant using GROQ and llama3. -- [Redlib](https://redlib.furyhawk.lol/): Reddit libre. +- ~~[Redlib](https://redlib.furyhawk.lol/): Reddit libre.~~ - [Blog](https://info.furyhawk.lol/) - [Beyond All Information](https://bai.furyhawk.lol/): analyse your [Beyond All Reason](https://www.beyondallreason.info/) games. - [CheatSheets](https://cheat.furyhawk.lol/): Collection of cheatsheets. @@ -17,7 +18,7 @@ This simple project uses Traefik as a reverse proxy to a Streamlit application a ## Requirements - Docker Compose -- Build for ARM64 platform +- Build for ARM64/x86 platform ## Production Deployment 1. `git clone https://github.com/furyhawk/cloudy.git`