aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/debug/debug.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/system/debug/debug.component.html')
-rw-r--r--client/src/app/+admin/system/debug/debug.component.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/client/src/app/+admin/system/debug/debug.component.html b/client/src/app/+admin/system/debug/debug.component.html
index 75f3df601..71f399984 100644
--- a/client/src/app/+admin/system/debug/debug.component.html
+++ b/client/src/app/+admin/system/debug/debug.component.html
@@ -1,19 +1,19 @@
1<div class="root"> 1<div class="root">
2 <h4>IP</h4> 2 <h4 i18n>IP address</h4>
3 3
4 <p>PeerTube thinks your web browser public IP is <strong>{{ debug?.ip }}</strong>.</p> 4 <p i18n>PeerTube thinks your web browser public IP is <strong>{{ debug?.ip }}</strong>.</p>
5 5
6 <p>If this is not your correct public IP, please consider fixing it because:</p> 6 <p i18n>If this is not your correct public IP, please consider fixing it because:</p>
7 <ul> 7 <ul i18n>
8 <li>Views may not be counted correctly (reduced compared to what they should be)</li> 8 <li i18n>Views may not be counted correctly (reduced compared to what they should be)</li>
9 <li>Anti brute force system could be overzealous</li> 9 <li i18n>Anti brute force system could be overzealous</li>
10 <li>P2P system could not work correctly</li> 10 <li i18n>P2P system could not work correctly</li>
11 </ul> 11 </ul>
12 12
13 <p>To fix it:<p> 13 <p i18n>To fix it:<p>
14 <ul> 14 <ul>
15 <li>Check the <code>trust_proxy</code> configuration key</li> 15 <li i18n>Check the <code>trust_proxy</code> configuration key</li>
16 <li>If you run PeerTube using Docker, check you run the <code>reverse-proxy</code> with <code>network_mode: "host"</code> 16 <li i18n>If you run PeerTube using Docker, check you run the <code>reverse-proxy</code> with <code>network_mode: "host"</code>
17 (see <a href="https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666">issue 1643</a>)</li> 17 (see <a href="https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666">issue 1643</a>)</li>
18 </ul> 18 </ul>
19</div> 19</div>