aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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-042-6/+5
|
* exclude support for non-release external dependenciesRigel Kent2021-02-011-0/+2
|
* Add ability to update plugin authChocobozzz2021-02-011-4/+25
|
* Try to support other codecsChocobozzz2021-01-291-1/+1
|
* Add plugin transcoding profile guideChocobozzz2021-01-291-0/+88
|
* add test and openapi for hot sort parameterRigel Kent2021-01-281-0/+1
|
* 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
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-1/+3
|
* 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
|
* 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
* 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-051-3/+1
|
* Add config.yaml copy info in docChocobozzz2021-01-041-2/+9
|
* Remove traefik docker supportChocobozzz2020-12-301-4/+23
|
* 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
|
* Add permanent live supportChocobozzz2020-12-031-1/+10
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-0/+16
|
* :sparkles: Add input-password #3375madmath032020-11-301-1/+1
|
* add My History API to openapi (#3363)Arman2020-11-261-0/+41
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> Co-authored-by: Rigel Kent <par@rigelk.eu>
* remove outdated badges, add authorization to caption routesRigel Kent2020-11-201-21/+27
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+2
|
* remove nginx fd caching, add module requirementsRigel Kent2020-11-181-0/+2
|
* add client overrides to nginx configuration (#3297)Kimsible2020-11-161-2/+2
| | | | Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* consistent documentation and configuration in compose fileRigel Kent2020-11-112-6/+8
|
* move traefik to its own override fileRigel Kent2020-11-112-52/+63
|
* Add nginx behind traefik in docker-compose + image updatesRigel Kent2020-11-111-1/+2
| | | | | | | | | | | - 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äter2020-11-111-1/+1
| | | also fix rights elevation when automatically checking them
* move dependencies versions list to engines in package.jsonRigel Kent2020-11-101-0/+2
|
* Add open api doc for liveChocobozzz2020-11-091-0/+142
|
* add github PR template and late crowdfunding linkRigel Kent2020-11-071-1/+1
|
* Fix boolean types, add missing downloadEnabledArman2020-09-221-4/+10
|
* production.md - typo (#3169)Steffen Möller2020-09-211-1/+1
| | | | | | | * production.md - typo * production.md: URL update to https://instances.joinpeertube.org In reaction to comment in pull request.