aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Remove link to nginx tuningChocobozzz2021-02-231-2/+0
| | | | It's not the purpose of this guide, try to not disperse
* Add missing dependency to Debian / Ubuntu sectionJaney Muñoz2021-02-191-1/+1
| | | The "Production guide" states to use `wget` to download the latest version of the Peertube client, and it was not included in the `apt install` list
* Remove traefik doc: we don't use it anymoreChocobozzz2021-02-122-45/+1
|
* Use new doc website linksChocobozzz2021-02-122-7/+7
|
* Fix nginx for small uploadsChocobozzz2021-02-121-7/+7
|
* Update tools docChocobozzz2021-02-111-20/+21
|
* Remove vips dependency from FreeBSD instructionsGopherslol2021-02-091-1/+1
|
* Add OpenBSD instructions to dependencies.mdGopherslol2021-02-091-0/+31
| | | First time making a pull request. Please let me know if I am doing this wrong
* Add cron to debian dependenciesChocobozzz2021-02-081-1/+1
| | | | Just in case, needed by certbot
* Update production.mdG4dter2021-02-081-0/+1
|
* Update production.mdG4dter2021-02-081-1/+1
|
* Support NodeJS 14 and 15, deprecate Node 10Chocobozzz2021-02-043-7/+6
|
* exclude support for non-release external dependenciesRigel Kent2021-02-011-0/+2
|
* Add ability to update plugin authChocobozzz2021-02-011-4/+25
|
* fix nginx unitsRigel Kent2021-01-311-4/+4
|
* Try to support other codecsChocobozzz2021-01-291-1/+1
|
* Add plugin transcoding profile guideChocobozzz2021-01-291-0/+88
|
* take into account mime-encoding in nginx client_max_body_sizeRigel Kent2021-01-281-4/+4
| | | | fixes #3656
* add test and openapi for hot sort parameterRigel Kent2021-01-281-0/+1
|
* add `proxy_ignore_client_abort` flag to Nginx confRigel Kent2021-01-251-0/+1
| | | | | | | | | | The `proxy_ignore_client_abort` flag specifies whether nginx will monitor possible connection close while waiting for an upstream server response. If an error occurs while sending a response, the connection will be closed regardless of the flag, much like if there were no nginx at all. fixes #3484
* add routes to 2MB cap in nginx configRigel Kent2021-01-171-3/+1
| | | | fixes #3611
* merge optional modules within standard ones in support/nginx/peertubeRigel Kent2021-01-131-2/+1
|
* Mention additional nginx modules required since (#3313)Timo Gurr2021-01-131-2/+2
| | | | | | | | | | 5f59cf077fd9f9c0c91c7bb56efbfd5db103bff2 introduced requirements on additional nginx modules: nginx: [emerg] "aio threads" is unsupported on this platform in /etc/nginx/sites-enabled/peertube:247 https://nginx.org/en/docs/http/ngx_http_core_module.html#aio nginx: [emerg] unknown directive "deny" in /etc/nginx/sites-enabled/peertube:83 https://nginx.org/en/docs/http/ngx_http_access_module.html
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-0/+1
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* feat: allow administrator to disable logging of ping requestsJohan Fleury2021-01-131-0/+5
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-132-1/+6
|
* Remove docker images I can't maintainChocobozzz2021-01-137-153/+0
|
* Clearer docker doc hierarchyChocobozzz2021-01-121-10/+10
|
* Bumped to version v3.0.1v3.0.1Chocobozzz2021-01-121-1/+1
|
* Try to improve install docChocobozzz2021-01-112-17/+26
|
* Doc typoChocobozzz2021-01-081-0/+1
|
* Fix docker upgrade docChocobozzz2021-01-081-1/+11
|
* Support live port in docker composeChocobozzz2021-01-071-3/+4
|
* Auto upgrade not only for minor versionsChocobozzz2021-01-071-1/+1
|
* Use 127.0.0.1 for nginx proxy in prod docChocobozzz2021-01-071-1/+1
| | | | Because localhost could also target ipv6
* Fix docker webserver buildChocobozzz2021-01-071-1/+1
|
* Bumped to version v3.0.0v3.0.0Chocobozzz2021-01-071-1/+1
|
* Use new doc linksChocobozzz2021-01-053-4/+4
|
* Fix docker nginx container if peertube restartsChocobozzz2021-01-052-3/+6
|
* Add config.yaml copy info in docChocobozzz2021-01-041-2/+9
|
* Remove traefik docker supportChocobozzz2020-12-308-137/+71
|
* Use develop doc for dockerChocobozzz2020-12-301-9/+9
|
* Bumped to version v3.0.0-rc.1v3.0.0-rc.1Chocobozzz2020-12-161-1/+1
|
* Remove references to peertube-admin mailing listChocobozzz2020-12-152-2/+1
|
* add display of logs matching any stateRigel Kent2020-12-131-1/+23
|
* add info about hostname change (#3434)kontrollanten2020-12-112-2/+3
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-7/+13
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Try to improve tools docChocobozzz2020-12-081-1/+13
|
* update install documentation toc to include Centos 8 (#3411)Agron2020-12-071-0/+1
|
* Fix PostreSQL initialization for GitpodJan Keromnes2020-12-061-4/+0
|