From 343df2ea090293f7ea8237703b141b47cdbe772d Mon Sep 17 00:00:00 2001 From: Tiago <70700766+tiagorangel1@users.noreply.github.com> Date: Fri, 18 Jul 2025 12:12:42 +0100 Subject: [PATCH] docs: move text --- docs/guide/standalone/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/standalone/installation.md b/docs/guide/standalone/installation.md index 28273d5..1ca5a03 100644 --- a/docs/guide/standalone/installation.md +++ b/docs/guide/standalone/installation.md @@ -27,8 +27,8 @@ Make sure to replace `your_secret_password` with a strong password, as anyone wi Then, you can access the dashboard at `http://localhost:3000`, log in, and create a key. You'll get a site key and a secret key which you'll be able to use on your widget. -On Debian and other OSes that don't use `iptables`, if you can't open the dashboard, try setting `--network=host` in the run command. +On Debian and other OSes that don't use `iptables`, if you can't open the dashboard, try setting `--network=host` in the run command. Thanks to [Boro Vukovic](https://github.com/tiagorangel1/cap/issues/70#issuecomment-3086464282) for letting me know about this. -You'll also need to make the server publicly accessible from the internet, as the widget needs to be able to reach it. Thanks to [Boro Vukovic](https://github.com/tiagorangel1/cap/issues/70#issuecomment-3086464282) for letting me know about this. +You'll also need to make the server publicly accessible from the internet, as the widget needs to be able to reach it. Done! Now, read the [usage guide](/guide/standalone/usage.md) to learn how to use it.