docs: move text

This commit is contained in:
Tiago
2025-07-18 12:12:42 +01:00
parent b70ae7a5cd
commit 343df2ea09
+2 -2
View File
@@ -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.