diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-22 16:15:14 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-22 16:15:14 +0100 |
commit | c5c95361e6adca439ae316066366e520797f9ec0 (patch) | |
tree | febf82864951f04f6c71df51107fe2231a0c6a7a /config | |
parent | 6a160a0c9d46ee226fd0ca32ca0612e5b88881ec (diff) | |
download | PeerTube-c5c95361e6adca439ae316066366e520797f9ec0.tar.gz PeerTube-c5c95361e6adca439ae316066366e520797f9ec0.tar.zst PeerTube-c5c95361e6adca439ae316066366e520797f9ec0.zip |
Move to new documentation links
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 8 | ||||
-rw-r--r-- | config/production.yaml.example | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/config/default.yaml b/config/default.yaml index bb4a823fa..6bb827d66 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -217,7 +217,7 @@ log: | |||
217 | accept_client_log: true | 217 | accept_client_log: true |
218 | 218 | ||
219 | # Support of Open Telemetry metrics and tracing | 219 | # Support of Open Telemetry metrics and tracing |
220 | # For more information: https://docs.joinpeertube.org/maintain-observability | 220 | # For more information: https://docs.joinpeertube.org/maintain/observability |
221 | open_telemetry: | 221 | open_telemetry: |
222 | metrics: | 222 | metrics: |
223 | enabled: false | 223 | enabled: false |
@@ -557,7 +557,7 @@ import: | |||
557 | # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html | 557 | # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html |
558 | http: | 558 | http: |
559 | # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server | 559 | # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server |
560 | # See https://docs.joinpeertube.org/maintain-configuration?id=security for more information | 560 | # See https://docs.joinpeertube.org/maintain/configuration?id=security for more information |
561 | enabled: false | 561 | enabled: false |
562 | 562 | ||
563 | youtube_dl_release: | 563 | youtube_dl_release: |
@@ -581,7 +581,7 @@ import: | |||
581 | # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) | 581 | # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) |
582 | torrent: | 582 | torrent: |
583 | # We recommend to only enable magnet URI/torrent import if you trust your users | 583 | # We recommend to only enable magnet URI/torrent import if you trust your users |
584 | # See https://docs.joinpeertube.org/maintain-configuration?id=security for more information | 584 | # See https://docs.joinpeertube.org/maintain/configuration?id=security for more information |
585 | enabled: false | 585 | enabled: false |
586 | 586 | ||
587 | # Add ability for your users to synchronize their channels with external channels, playlists, etc | 587 | # Add ability for your users to synchronize their channels with external channels, playlists, etc |
@@ -741,7 +741,7 @@ search: | |||
741 | search_index: | 741 | search_index: |
742 | enabled: false | 742 | enabled: false |
743 | # URL of the search index, that should use the same search API and routes | 743 | # URL of the search index, that should use the same search API and routes |
744 | # than PeerTube: https://docs.joinpeertube.org/api-rest-reference.html | 744 | # than PeerTube: https://docs.joinpeertube.org/api/rest-reference.html |
745 | # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, | 745 | # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, |
746 | # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index | 746 | # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index |
747 | url: '' | 747 | url: '' |
diff --git a/config/production.yaml.example b/config/production.yaml.example index f1ebf9095..4a80cfe5f 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -215,7 +215,7 @@ log: | |||
215 | accept_client_log: true | 215 | accept_client_log: true |
216 | 216 | ||
217 | # Support of Open Telemetry metrics and tracing | 217 | # Support of Open Telemetry metrics and tracing |
218 | # For more information: https://docs.joinpeertube.org/maintain-observability | 218 | # For more information: https://docs.joinpeertube.org/maintain/observability |
219 | open_telemetry: | 219 | open_telemetry: |
220 | metrics: | 220 | metrics: |
221 | enabled: false | 221 | enabled: false |
@@ -567,7 +567,7 @@ import: | |||
567 | # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html | 567 | # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html |
568 | http: | 568 | http: |
569 | # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server | 569 | # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server |
570 | # See https://docs.joinpeertube.org/maintain-configuration?id=security for more information | 570 | # See https://docs.joinpeertube.org/maintain/configuration?id=security for more information |
571 | enabled: false | 571 | enabled: false |
572 | 572 | ||
573 | youtube_dl_release: | 573 | youtube_dl_release: |
@@ -591,7 +591,7 @@ import: | |||
591 | # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) | 591 | # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) |
592 | torrent: | 592 | torrent: |
593 | # We recommend to only enable magnet URI/torrent import if you trust your users | 593 | # We recommend to only enable magnet URI/torrent import if you trust your users |
594 | # See https://docs.joinpeertube.org/maintain-configuration?id=security for more information | 594 | # See https://docs.joinpeertube.org/maintain/configuration?id=security for more information |
595 | enabled: false | 595 | enabled: false |
596 | 596 | ||
597 | # Add ability for your users to synchronize their channels with external channels, playlists, etc. | 597 | # Add ability for your users to synchronize their channels with external channels, playlists, etc. |
@@ -751,7 +751,7 @@ search: | |||
751 | search_index: | 751 | search_index: |
752 | enabled: false | 752 | enabled: false |
753 | # URL of the search index, that should use the same search API and routes | 753 | # URL of the search index, that should use the same search API and routes |
754 | # than PeerTube: https://docs.joinpeertube.org/api-rest-reference.html | 754 | # than PeerTube: https://docs.joinpeertube.org/api/rest-reference.html |
755 | # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, | 755 | # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, |
756 | # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index | 756 | # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index |
757 | url: '' | 757 | url: '' |