]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/system/debug/debug.component.html
Fix client lint
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / debug / debug.component.html
CommitLineData
5d79474c 1<div class="root">
e0436741 2 <h4 i18n>IP address</h4>
5d79474c 3
e0436741 4 <p i18n>PeerTube thinks your web browser public IP is <strong>{{ debug?.ip }}</strong>.</p>
5d79474c 5
e0436741 6 <p i18n>If this is not your correct public IP, please consider fixing it because:</p>
32af2ea6 7 <ul>
e0436741
MM
8 <li i18n>Views may not be counted correctly (reduced compared to what they should be)</li>
9 <li i18n>Anti brute force system could be overzealous</li>
10 <li i18n>P2P system could not work correctly</li>
5d79474c
C
11 </ul>
12
e0436741 13 <p i18n>To fix it:<p>
5d79474c 14 <ul>
e0436741
MM
15 <li i18n>Check the <code>trust_proxy</code> configuration key</li>
16 <li i18n>If you run PeerTube using Docker, check you run the <code>reverse-proxy</code> with <code>network_mode: "host"</code>
5d79474c
C
17 (see <a href="https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666">issue 1643</a>)</li>
18 </ul>
19</div>