From c694c297c093a575d4c4050241e9853969dbc0e8 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 1 Apr 2025 00:39:27 +0600 Subject: [PATCH] docs/run-an-instance: add a note about abuse prevention --- docs/run-an-instance.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/run-an-instance.md b/docs/run-an-instance.md index daedac09..9aa7c909 100644 --- a/docs/run-an-instance.md +++ b/docs/run-an-instance.md @@ -1,4 +1,6 @@ # how to run a cobalt instance +this tutorial will help you run your own cobalt processing instance. if your instance is public-facing, we highly recommend that you also [protect it from abuse](/docs/protect-an-instance.md) using turnstile or api keys or both. + ## using docker compose and package from github (recommended) to run the cobalt docker package, you need to have `docker` and `docker-compose` installed and configured.