From d1eaa71c8a05bb9febe4e34c27c3c65d2b442568 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 9 May 2024 13:05:35 -0400 Subject: cmd/sapientwindex: clean up manual Signed-off-by: Xe Iaso --- cmd/sapientwindex/README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'cmd') diff --git a/cmd/sapientwindex/README.md b/cmd/sapientwindex/README.md index dd6a3b7..3ea7dd1 100644 --- a/cmd/sapientwindex/README.md +++ b/cmd/sapientwindex/README.md @@ -1,11 +1,11 @@ # sapientwindex sapientwindex is a Reddit -> Discord bot. It will monitor a subreddit -(or group of subreddits) and then post any new posts to a given -channel by webhook. +(or group of subreddits) and then post any new posts it finds to a +given webhook. Avatars are automatically created using Stable Diffusion.
- If you know what "Kubernetes" means and you have your own cluster + If you know what a Kubernetes cluster is and you have one already If you have a Kubernetes cluster, create a generic secret called `sapientwindex` in the default namespace with the following fields: @@ -27,6 +27,12 @@ namespace is desired.
+## Hosted option + +For a nominal fee, I can host a copy of this bot for you on my +homelab. Please [contact me](sapientwindexsales@xeserv.us) to arrange +terms for this hosted option. + ## Prerequisites for self-hosting In order to host this yourself, you need the following things: @@ -40,6 +46,7 @@ In order to host this yourself, you need the following things: 1. Install [Docker Desktop](https://docs.docker.com/desktop/install/windows-install/) + to run the sapientwindex container. 1. Run the following command to start the sapientwindex service: ``` docker run --name sapientwindex -e DISCORD_WEBHOOK_URL= -e REDDIT_USERNAME= -e SUBREDDITS= -dit ghcr.io/xe/x/sapientwindex:latest @@ -73,12 +80,6 @@ To update the bot, run these commands: Updates to the bot will be done very infrequently. -## Hosted option - -For a nominal fee, I can host a copy of this bot for you on my -homelab. Please [contact me](sapientwindexsales@xeserv.us) to arrange -terms for this hosted option. - ## Support Support is done by [GitHub issues](https://github.com/Xe/x/issues) on -- cgit v1.2.3