diff --git a/docs/guide/standalone/installation.md b/docs/guide/standalone/installation.md index 19e4d30..28273d5 100644 --- a/docs/guide/standalone/installation.md +++ b/docs/guide/standalone/installation.md @@ -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. \ No newline at end of file +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.