aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-12 10:12:19 +0100
committerChocobozzz <me@florianbigard.com>2021-02-12 10:12:19 +0100
commit9817060fb7b4b728eed366bd75c9cba638a4c78d (patch)
treeddf3e64641c470a9712f51a36a1776c81fda06a0 /support
parent6c7317a0a363a609e7bffc4306aef482bda088f1 (diff)
downloadPeerTube-9817060fb7b4b728eed366bd75c9cba638a4c78d.tar.gz
PeerTube-9817060fb7b4b728eed366bd75c9cba638a4c78d.tar.zst
PeerTube-9817060fb7b4b728eed366bd75c9cba638a4c78d.zip
Use new doc website links
Diffstat (limited to 'support')
-rw-r--r--support/doc/api/openapi.yaml12
-rw-r--r--support/nginx/peertube2
2 files changed, 7 insertions, 7 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index 49616bcaa..cd231aa2b 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -23,7 +23,7 @@ info:
23 - [Go](https://framagit.org/framasoft/peertube/clients/go) 23 - [Go](https://framagit.org/framasoft/peertube/clients/go)
24 - [Kotlin](https://framagit.org/framasoft/peertube/clients/kotlin) 24 - [Kotlin](https://framagit.org/framasoft/peertube/clients/kotlin)
25 25
26 See the [Quick Start guide](https://docs.joinpeertube.org/#/api-rest-getting-started) so you can play with the PeerTube API. 26 See the [Quick Start guide](https://docs.joinpeertube.org/api-rest-getting-started) so you can play with the PeerTube API.
27 27
28 # Authentication 28 # Authentication
29 29
@@ -34,7 +34,7 @@ info:
34 ## Roles 34 ## Roles
35 35
36 Accounts are given permissions based on their role. There are three roles on 36 Accounts are given permissions based on their role. There are three roles on
37 PeerTube: Administrator, Moderator, and User. See the [roles guide](https://docs.joinpeertube.org/#/admin-managing-users?id=roles) for a detail of their permissions. 37 PeerTube: Administrator, Moderator, and User. See the [roles guide](https://docs.joinpeertube.org/admin-managing-users?id=roles) for a detail of their permissions.
38 38
39 # Errors 39 # Errors
40 40
@@ -95,7 +95,7 @@ tags:
95 information across its social graph by posting activities to actors' inbox 95 information across its social graph by posting activities to actors' inbox
96 endpoints. 96 endpoints.
97 externalDocs: 97 externalDocs:
98 url: https://docs.joinpeertube.org/#/admin-following-instances?id=instances-follows 98 url: https://docs.joinpeertube.org/admin-following-instances?id=instances-follows
99 - name: Instance Redundancy 99 - name: Instance Redundancy
100 description: > 100 description: >
101 Redundancy is part of the inter-server solidarity that PeerTube fosters. 101 Redundancy is part of the inter-server solidarity that PeerTube fosters.
@@ -103,12 +103,12 @@ tags:
103 to the policy of video selection of your choice. Note that you have a similar functionality 103 to the policy of video selection of your choice. Note that you have a similar functionality
104 to mirror individual videos, see `Video Mirroring`. 104 to mirror individual videos, see `Video Mirroring`.
105 externalDocs: 105 externalDocs:
106 url: https://docs.joinpeertube.org/#/admin-following-instances?id=instances-redundancy 106 url: https://docs.joinpeertube.org/admin-following-instances?id=instances-redundancy
107 - name: Plugins 107 - name: Plugins
108 description: > 108 description: >
109 Managing plugins installed from a local path or from NPM, or search for new ones. 109 Managing plugins installed from a local path or from NPM, or search for new ones.
110 externalDocs: 110 externalDocs:
111 url: https://docs.joinpeertube.org/#/api-plugins 111 url: https://docs.joinpeertube.org/api-plugins
112 - name: Abuses 112 - name: Abuses
113 description: | 113 description: |
114 Abuses deal with reports of local or remote videos/comments/accounts alike. 114 Abuses deal with reports of local or remote videos/comments/accounts alike.
@@ -3815,7 +3815,7 @@ components:
3815 3815
3816 - Have an account with sufficient authorization levels 3816 - Have an account with sufficient authorization levels
3817 3817
3818 - [Generate](https://docs.joinpeertube.org/#/api-rest-getting-started) a 3818 - [Generate](https://docs.joinpeertube.org/api-rest-getting-started) a
3819 Bearer Token 3819 Bearer Token
3820 3820
3821 - Make Authenticated Requests 3821 - Make Authenticated Requests
diff --git a/support/nginx/peertube b/support/nginx/peertube
index 0993085d5..00ce1d0dc 100644
--- a/support/nginx/peertube
+++ b/support/nginx/peertube
@@ -244,7 +244,7 @@ server {
244 sendfile_max_chunk 1M; # prevent one fast connection from entirely occupying the worker process. should be > 800k. 244 sendfile_max_chunk 1M; # prevent one fast connection from entirely occupying the worker process. should be > 800k.
245 aio threads; 245 aio threads;
246 246
247 # Use this in tandem with fuse-mounting i.e. https://docs.joinpeertube.org/#/admin-remote-storage 247 # Use this in tandem with fuse-mounting i.e. https://docs.joinpeertube.org/admin-remote-storage
248 # to serve files directly from a public bucket without proxying. 248 # to serve files directly from a public bucket without proxying.
249 # Assumes you have buckets named after the storage subdirectories, i.e. 'videos', 'redundancy', etc. 249 # Assumes you have buckets named after the storage subdirectories, i.e. 'videos', 'redundancy', etc.
250 #set $cdn <your S3-compatiable bucket public url mounted via fuse>; 250 #set $cdn <your S3-compatiable bucket public url mounted via fuse>;