You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/docs/self-hosted/index.mdx
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ Our recommendation is to download the [latest release of the self-hosted reposi
10
10
11
11
### Installing Behind a Proxy
12
12
13
-
In some enterprise setups there is no direct Internet connection, so you must use an HTTP proxy server. How do you install Sentry in this environment? Let us assume:
13
+
In some enterprise setups there is no direct Internet connection, so you must use an HTTP proxy server. How do you install Sentry in this environment? Let us assume:
14
14
15
15
1. Your Sentry installation is running on Linux.
16
-
1.`http://proxy:3128` is your proxy address.
17
-
1.`127.0.0.0/8` is the only network that should be accessed without a proxy.
16
+
2.`http://proxy:3128` is your proxy address.
17
+
3.`127.0.0.0/8` is the only network that should be accessed without a proxy.
3. Run `systemctl daemon-reload` and restart Docker with `systemctl restart docker.service`.
30
-
4. To add your proxy environment variables into Sentry's Docker containers, create `~/.docker/config.json` with these contents:
30
+
31
+
From there you can run `./install.sh` like usual.
32
+
33
+
By default Sentry sends anonymous usage statistics to the Sentry team. It helps to improve the product. Also there can be different external integrations with third party services like Slack or Twilio. To make these features work it's required to allow Docker containers to access the Internet. To add your proxy environment variables into Sentry's Docker containers, create `~/.docker/config.json` with these contents:
0 commit comments