Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix PostreSQL initialization for Gitpod | Jan Keromnes | 2020-12-06 | 1 | -4/+0 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 1 | -1/+10 |
| | |||||
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 2 | -14/+27 |
| | |||||
* | Trigger a Gitpod dev image rebuild (in order to get upstream's Node.js 12 ↵ | Jan Keromnes | 2020-12-02 | 1 | -0/+4 |
| | | | | | | | upgrade) (#3388) * Trigger a Gitpod dev image rebuild (in order to get upstream's Node.js 12 upgrade) * Update Dockerfile | ||||
* | :sparkles: Add input-password #3375 | madmath03 | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | add My History API to openapi (#3363) | Arman | 2020-11-26 | 1 | -0/+41 |
| | | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | factorize nginx websocket and per route limits | Rigel Kent | 2020-11-23 | 1 | -45/+62 |
| | |||||
* | export rtmp port in dockerfiles | Rigel Kent | 2020-11-21 | 3 | -4/+7 |
| | | | | follows #3341 | ||||
* | remove outdated badges, add authorization to caption routes | Rigel Kent | 2020-11-20 | 1 | -21/+27 |
| | |||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 1 | -1/+2 |
| | |||||
* | remove nginx fd caching, add module requirements | Rigel Kent | 2020-11-18 | 2 | -5/+6 |
| | |||||
* | fix internal redirection cycle whithin nginx client-override optimization | Rigel Kent | 2020-11-17 | 1 | -1/+3 |
| | |||||
* | refresh nginx config and optimize delivery (#3313) | Rigel Kent | 2020-11-16 | 1 | -116/+160 |
| | | | | | | | | | | | | | | | | | | | | | | | | refactors the Nginx configuration for the following points: - update tls version to include 1.3 by default. so far it was not included by default to make room for previous versions of Nginx, but since 2018 Debian stable has included Nginx in version 1.14.1, and tls 1.3 is available since Nginx 1.13.0. - clearly indicate that new minimum required version. - update outdated ssl_ciphers to remove cipher required to support android 4.4, since that version is unsupported since March 2020. - reordered configuration in sections for easier maintenance: performance optimizations are separated from the vital application/websocket parts. - move parts that always require manual configuration at the top: peertube host and server name, use server_name - move peertube host to a more flexible upstream block: it allows to configure it in one place instead of 3, and is future-proof regarding load-balancing. - simplified port 80 block: Let’s Encrypt supports 301 redirects. - group certificate-related config together. - remove reslover config: it defaults to /etc/resolv.conf which is more than enough. - align values with their neighbors for easier reading - always specify units - always specify default values when they differ from the values set - use ’m’ for minutes, ’M’ for megabytes - add consensual optimizations wrt file serving: - add timeout optimizations - add file descriptor cache optimizations - enable sendfile with chunk size > rate limit - enable threading - tcp optimizations - point to further, more system-specific optimizations in the section description - CDN configuration reduced to one line change | ||||
* | add client overrides to nginx configuration (#3297) | Kimsible | 2020-11-16 | 2 | -2/+12 |
| | | | | Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | consistent documentation and configuration in compose file | Rigel Kent | 2020-11-11 | 4 | -12/+15 |
| | |||||
* | move traefik to its own override file | Rigel Kent | 2020-11-11 | 5 | -84/+100 |
| | |||||
* | Do not expose containers by default in traefik | Rigel Kent | 2020-11-11 | 3 | -12/+5 |
| | |||||
* | Add nginx behind traefik in docker-compose + image updates | Rigel Kent | 2020-11-11 | 8 | -49/+99 |
| | | | | | | | | | | | - support/docker/production/docker-compose.yml: addition of a nginx image reusing support/nginx/peertube nginx conf to improve performance, and lessen setup differences between the docker-compose install and the typical production install. - support/docker/production/docker-compose.yml: postgres 10 -> postgres 12, redis 4 -> redis 5. Postgres major updates implies manual upgrade. - support/nginx/peertube: HTTP -> HTTPS redirection is now commented by default, to allow its reuse in support/docker/production/docker-compose.yml. | ||||
* | fix link in dependencies version guide (#3288) | Frank Sträter | 2020-11-11 | 1 | -1/+1 |
| | | | also fix rights elevation when automatically checking them | ||||
* | move dependencies versions list to engines in package.json | Rigel Kent | 2020-11-10 | 1 | -0/+2 |
| | |||||
* | Add open api doc for live | Chocobozzz | 2020-11-09 | 1 | -0/+142 |
| |