From e3c357262f8e9b62895ba397f4fb969fbe5f70f0 Mon Sep 17 00:00:00 2001 From: Jesse Schoepfer Date: Sat, 9 Sep 2023 20:52:23 -0400 Subject: [PATCH] doc: Update readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cfb752..c21fe51 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ - Utility program to pull Lemmy data and generate a Gatus YAML file - +- Powers https://lemmy-status.org/ +- If you have questions or problems deploying feel free to contact me via links in my GH Profile ```mermaid flowchart @@ -31,11 +32,14 @@ config_gen gatus --store data in--> gatus_postgres ``` -# Usage +# 🦾 Usage 🦾 ** The Caddy file in this repo is just for local dev, see the cloud init script for how to run in prod - Install gotask - Fill out .env.example and rename to .env - task run +- ??? +- PROFIT! -# Cloud Deploy +# ☁ Cloud Deploy ☁ - See cloud-init.yaml.example for userdata deploy +- You will need to have docker and docker compose installed 🙃