Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unzip silently on production guide | Pedro hates github.com | 2021-03-03 | 1 | -1/+1 |
| | |||||
* | Remove link to nginx tuning | Chocobozzz | 2021-02-23 | 1 | -2/+0 |
| | | | | It's not the purpose of this guide, try to not disperse | ||||
* | Add missing dependency to Debian / Ubuntu section | Janey Muñoz | 2021-02-19 | 1 | -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 anymore | Chocobozzz | 2021-02-12 | 2 | -45/+1 |
| | |||||
* | Use new doc website links | Chocobozzz | 2021-02-12 | 2 | -7/+7 |
| | |||||
* | Fix nginx for small uploads | Chocobozzz | 2021-02-12 | 1 | -7/+7 |
| | |||||
* | Update tools doc | Chocobozzz | 2021-02-11 | 1 | -20/+21 |
| | |||||
* | Remove vips dependency from FreeBSD instructions | Gopherslol | 2021-02-09 | 1 | -1/+1 |
| | |||||
* | Add OpenBSD instructions to dependencies.md | Gopherslol | 2021-02-09 | 1 | -0/+31 |
| | | | First time making a pull request. Please let me know if I am doing this wrong | ||||
* | Add cron to debian dependencies | Chocobozzz | 2021-02-08 | 1 | -1/+1 |
| | | | | Just in case, needed by certbot | ||||
* | Update production.md | G4dter | 2021-02-08 | 1 | -0/+1 |
| | |||||
* | Update production.md | G4dter | 2021-02-08 | 1 | -1/+1 |
| | |||||
* | Support NodeJS 14 and 15, deprecate Node 10 | Chocobozzz | 2021-02-04 | 3 | -7/+6 |
| | |||||
* | exclude support for non-release external dependencies | Rigel Kent | 2021-02-01 | 1 | -0/+2 |
| | |||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 1 | -4/+25 |
| | |||||
* | fix nginx units | Rigel Kent | 2021-01-31 | 1 | -4/+4 |
| | |||||
* | Try to support other codecs | Chocobozzz | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | Add plugin transcoding profile guide | Chocobozzz | 2021-01-29 | 1 | -0/+88 |
| | |||||
* | take into account mime-encoding in nginx client_max_body_size | Rigel Kent | 2021-01-28 | 1 | -4/+4 |
| | | | | fixes #3656 | ||||
* | add test and openapi for hot sort parameter | Rigel Kent | 2021-01-28 | 1 | -0/+1 |
| | |||||
* | add `proxy_ignore_client_abort` flag to Nginx conf | Rigel Kent | 2021-01-25 | 1 | -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 config | Rigel Kent | 2021-01-17 | 1 | -3/+1 |
| | | | | fixes #3611 | ||||
* | merge optional modules within standard ones in support/nginx/peertube | Rigel Kent | 2021-01-13 | 1 | -2/+1 |
| | |||||
* | Mention additional nginx modules required since (#3313) | Timo Gurr | 2021-01-13 | 1 | -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 Kent | 2021-01-13 | 1 | -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 requests | Johan Fleury | 2021-01-13 | 1 | -0/+5 |
| | |||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 2 | -1/+6 |
| | |||||
* | Remove docker images I can't maintain | Chocobozzz | 2021-01-13 | 7 | -153/+0 |
| | |||||
* | Clearer docker doc hierarchy | Chocobozzz | 2021-01-12 | 1 | -10/+10 |
| | |||||
* | Bumped to version v3.0.1v3.0.1 | Chocobozzz | 2021-01-12 | 1 | -1/+1 |
| | |||||
* | Try to improve install doc | Chocobozzz | 2021-01-11 | 2 | -17/+26 |
| | |||||
* | Doc typo | Chocobozzz | 2021-01-08 | 1 | -0/+1 |
| | |||||
* | Fix docker upgrade doc | Chocobozzz | 2021-01-08 | 1 | -1/+11 |
| | |||||
* | Support live port in docker compose | Chocobozzz | 2021-01-07 | 1 | -3/+4 |
| | |||||
* | Auto upgrade not only for minor versions | Chocobozzz | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Use 127.0.0.1 for nginx proxy in prod doc | Chocobozzz | 2021-01-07 | 1 | -1/+1 |
| | | | | Because localhost could also target ipv6 | ||||
* | Fix docker webserver build | Chocobozzz | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Bumped to version v3.0.0v3.0.0 | Chocobozzz | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Use new doc links | Chocobozzz | 2021-01-05 | 3 | -4/+4 |
| | |||||
* | Fix docker nginx container if peertube restarts | Chocobozzz | 2021-01-05 | 2 | -3/+6 |
| | |||||
* | Add config.yaml copy info in doc | Chocobozzz | 2021-01-04 | 1 | -2/+9 |
| | |||||
* | Remove traefik docker support | Chocobozzz | 2020-12-30 | 8 | -137/+71 |
| | |||||
* | Use develop doc for docker | Chocobozzz | 2020-12-30 | 1 | -9/+9 |
| | |||||
* | Bumped to version v3.0.0-rc.1v3.0.0-rc.1 | Chocobozzz | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | Remove references to peertube-admin mailing list | Chocobozzz | 2020-12-15 | 2 | -2/+1 |
| | |||||
* | add display of logs matching any state | Rigel Kent | 2020-12-13 | 1 | -1/+23 |
| | |||||
* | add info about hostname change (#3434) | kontrollanten | 2020-12-11 | 2 | -2/+3 |
| | | | Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 1 | -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 doc | Chocobozzz | 2020-12-08 | 1 | -1/+13 |
| | |||||
* | update install documentation toc to include Centos 8 (#3411) | Agron | 2020-12-07 | 1 | -0/+1 |
| |