docs: add warning about --network=host for Debian users

This commit is contained in:
Tiago
2025-07-18 12:12:09 +01:00
parent a120994155
commit b70ae7a5cd
+4 -2
View File
@@ -27,6 +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.
You'll also need to make the server publicly accessible from the internet, as the widget needs to be able to reach it.
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.
Done! Now, read the [usage guide](/guide/standalone/usage.md) to learn how to use it.
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.
Done! Now, read the [usage guide](/guide/standalone/usage.md) to learn how to use it.