]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/about/about.component.html
Put Person first in AP attributedTo
[github/Chocobozzz/PeerTube.git] / client / src / app / about / about.component.html
CommitLineData
36f9424f
C
1<div class="margin-content">
2 <div class="title-page title-page-single">
3 Welcome to the {{ instanceName }} instance
4 </div>
5
6 <div class="description">
7 <div class="section-title">Description</div>
8
9 <div [innerHTML]="descriptionHTML"></div>
10 </div>
11
12 <div class="terms">
13 <div class="section-title">Terms</div>
14
15 <div [innerHTML]="termsHTML"></div>
16 </div>
2b3b76ab
C
17
18 <div id="p2p-privacy">
19 <div class="section-title">P2P & Privacy</div>
20
21 <p>
22 PeerTube uses the BitTorrent protocol to share bandwidth between users. It implies that your public IP address is stored in the public BitTorrent tracker of the video PeerTube instance as long as you're watching the video.
23 If you want to keep your public IP address private, please use a VPN or Tor.
24 </p>
25 </div>
36f9424f 26</div>