aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Add pt version in embed optionsChocobozzz2020-04-141-0/+2
|
* Add ability for plugins to add custom routesChocobozzz2020-04-101-1/+18
|
* Add duration in embed api playbackStatusUpdateChocobozzz2020-04-081-1/+3
|
* Update embed api docChocobozzz2020-04-081-1/+1
|
* Add "ended" embed API eventChocobozzz2020-04-081-1/+2
|
* Correctly fix docker storage configChocobozzz2020-04-021-1/+1
|
* Move streaming-playlists to /dataxcffl2020-04-021-0/+1
|
* Fix grammar in translation documentationdingycle2020-03-261-1/+1
|
* Fix embed api docsDavid Dobryakov2020-03-251-1/+1
| | | player.stop() -> player.pause()
* Change raw.github.com to raw.githubusercontent.comChristoph Geschwind2020-03-211-3/+3
| | | | | | | | | | | ``` > GET /Chocobozzz/PeerTube/master/support/docker/production/.env HTTP/1.1 > Host: raw.github.com > User-Agent: curl/7.58.0 > Accept: */* > < HTTP/1.1 301 Moved Permanently < Location: https://raw.githubusercontent.com/Chocobozzz/PeerTube/master/support/docker/production/.env ```
* Fix embed api documentationChocobozzz2020-03-201-9/+1
|
* feat: add dkim to docker-composekimsible2020-03-113-0/+16
|
* Add Nginx configuration to redirect videos to an s3 bucketRigel Kent2020-03-091-0/+8
|
* Reword HSTS configuration to warn user of nginx's add_header shortcomingsRigel Kent2020-03-031-6/+2
|
* Add missing api=1 info in embed quickstartChocobozzz2020-02-281-1/+2
|
* Bumped to version v2.1.1Chocobozzz2020-02-281-1/+1
|
* Chore/docker-documentation-improvements (#2494)Kim2020-02-244-39/+88
| | | | | | | | | | | | | | * unify env_var names to replace * detail more and improve docker doc * fix title * move acme email and domains to traefik command * add details about TRAEFIK_ACME_* variables * Fix preview links from /develop to /master
* Minor update to the OpenAPI: instance config recent additionsRigel Kent2020-02-211-0/+26
|
* Create template dirs for openapi clients and provide README templatesAverage Dude2020-02-186-0/+265
| | | | | The definitions are now also in the template dirs because they will be ignored by the generator. Generators only use overrides and don't do anything with new files.
* Add missing ca-certificates in docker imageChocobozzz2020-02-171-1/+1
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-1/+1
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* Fix missing python dependency in Dockerfile.buster (#2495)Kim2020-02-171-1/+1
| | | | | | * Fix missing youtube-dl dependency in buster docker image * Fix missing python dependency in buster docker image
* Add libraries section to the REST QuickstartRigel Kent2020-02-171-0/+10
| | | Document the new OpenAPI clients in the REST Quickstart, listing supported languages and their repositories.
* Merge branch 'open-api-clients' into developChocobozzz2020-02-174-0/+17
|\
| * OpenAPI clients generationAverage Dude2020-02-144-0/+17
| |
* | fix markdown link (#2504)Moritz Warning2020-02-161-2/+1
|/ | | (doc) fix markdown link in docker.md
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-111-1/+1
|\
| * Bumped to version v2.1.0v2.1.0Chocobozzz2020-02-111-1/+1
| |
* | Downsample to the closest divisor standard framerateRigel Kent2020-01-291-0/+6
| |
* | Force utf8 when creating the databaseChocobozzz2020-01-291-1/+1
| |
* | Add redundancy CLI docChocobozzz2020-01-281-1/+31
|/
* Add openssl in docker containerChocobozzz2020-01-271-1/+1
|
* Bumped to version v2.1.0-rc.1v2.1.0-rc.1Chocobozzz2020-01-271-1/+1
|
* Add video caption upload documentation and improve error messageRigel Kent2020-01-091-1/+1
| | | | fixes #2038
* Update changelog, 2.1.0-rc.1 -> end of JanuaryChocobozzz2020-01-071-0/+6
|
* Replace `peertube.example.com` with user's Peertube domain. (#2356)ManMade-cube422019-12-301-0/+7
| | | | | | | | | | * Add Sed * Update production.md * Minor Fix (+ add sudo) * Update production.md
* Add author indicator to the comment replies loaderRigel Kent2019-12-281-0/+2
|
* Update OpenAPI documentation to include basic playlists and new comment sortingRigel Kent2019-12-271-1/+80
|
* Add embed api buildChocobozzz2019-12-181-1/+20
|
* Add package.json for embed apiChocobozzz2019-12-181-1/+5
|
* Update nginx cipher to the one we use on framatubeChocobozzz2019-12-171-1/+2
|
* Added pointer to the .env filetilllt2019-12-121-1/+4
|
* Slightly relax Cipher Suite hardeningMarkus Richter2019-12-121-1/+1
| | | | This enables legacy software like apps on android 4.4.2 and matches the traefik configuration, where the specific cipher suite is already allowed.
* Docker: stretch -> busterChocobozzz2019-12-123-3/+3
|
* Add support for HLS in the Docker container. (#2324)Ben Lubar2019-12-122-5/+8
| | | | | | * Add support for HLS in the Docker container. * Remove comment from Dockerfile.stretch
* Fix nginx configChocobozzz2019-12-101-14/+13
| | | | CORS headers were removed. See https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/
* Add streaming playlists endpoint in nginxChocobozzz2019-12-101-3/+16
|
* Add client_body_temp_path hint in nginx templateChocobozzz2019-12-051-0/+4
|
* Simplify Dockerfile and slim Docker imageFelix Ableitner2019-12-041-20/+4
|
* Try to fix gitpodChocobozzz2019-12-031-1/+1
|