aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix For GitPodMrGiga2019-11-281-1/+1
|
* Update dependencies.md to be consistentDirk Kelly2019-11-271-83/+122
| | | | The current dependencies document syntax is broken on https://docs.joinpeertube.org/#/dependencies. This update makes the page source consistent across distributions in the hopes of avoiding rendering issues.
* Clarify and expand on admin credentials detailLeopere2019-11-181-3/+9
| | | It felt unclear so I clarified and suggested a method for obtaining the credentials easier.
* Sticking to one env-var management system (#2247)Leopere2019-11-182-8/+11
| | | | | | | | | | | | | | | | | | | | * Sticking to one env-var management system Starting with the Postgres container so that you only have to set overlapping environment variables in one place. * Moving Postfix envvars pt 1 * Moving Postfix envvars pt 2 .env file * Added missing envvars. * Adding functioning glue Suggest something better if you wish. * removed IP from example * Removed default network from update.
* Merge branch 'weblate' into developChocobozzz2019-11-132-27/+23
|\
| * Update localization dev guideChocobozzz2019-11-131-17/+11
| |
| * Remove unused filesChocobozzz2019-11-131-10/+12
| |
| * Forgot a mention in changelogChocobozzz2019-11-131-1/+1
| |
* | Merge branch 'release/2.0.0' into developChocobozzz2019-11-131-3/+0
|\ \
| * | Remove use of a private tmp directoryChocobozzz2019-11-131-3/+0
| | | | | | | | | | | | Causes some issues when importing a file etc
* | | Fix Ruby and Python REST API examplesMatthieu De Beule2019-11-121-20/+10
|/ / | | | | | | | | | | | | | | The previous examples where wrong, since they used a POST request. I used the requests library for Python, since that is what most people would want to use. I removed the http.verify_mode in the Ruby example since I don't think it is good practice to tell people to not verify HTTPS requests
* | Bumped to version v2.0.0v2.0.0Chocobozzz2019-11-121-1/+1
| |
* | Forgot a mention in changelogChocobozzz2019-11-071-1/+1
|/
* Bumped to version v2.0.0-rc.1v2.0.0-rc.1Chocobozzz2019-10-291-1/+1
|
* Fix openapiChocobozzz2019-10-291-1/+1
|
* fixed a typo in docker.mdClaude2019-10-291-1/+1
|
* Fix traefik version in docker composeChocobozzz2019-10-211-1/+1
|
* Link back to the source for the curl'd files.Leopere2019-10-181-0/+1
| | | Just for those of us who don't want to dig a lot but want to dig a little.
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Remove feeds from API documentationFrank Sträter2019-09-181-45/+0
|
* Change cli parameter from -t to good --target-urlPablo Joubert2019-09-171-1/+1
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-111-1/+1
|\
| * Bumped to version v1.4.1v1.4.1Chocobozzz2019-09-091-1/+1
| |
| * Bumped to version v1.4.0v1.4.0Chocobozzz2019-08-261-1/+1
| |
* | Fix plugin CLI tools docChocobozzz2019-09-021-3/+3
| |
* | Bumped to version v1.4.0Chocobozzz2019-08-261-1/+1
| |
* | Update API documentation for accounts and config (#2072)Frank Sträter2019-08-221-5/+308
| | | | | | | | | | | | | | | | | | | | * Update Actor and Account schemas * Fix mixed up paramaters for /accounts * Update ServerConfig schema * Add ServerConfigAbout and ServerConfigCustom schemas
* | Improve plugin management documentationChocobozzz2019-08-221-1/+18
| |
* | Add plugin in CLI tools table of contentsChocobozzz2019-08-221-0/+1
| |
* | Improved description of all file uploads (#2053)Frank Sträter2019-08-211-3/+30
|/ | | | | | | | | | | | * Add format:binary for file uploads * Fix wrongly named field for encoding * Fix typo in field name * Add contentType for torrentfile and captionfile * Add contentType for videofile
* Add originallyPublishedAt to PUT videos + change HTTP response to 204Frank Sträter2019-08-141-6/+6
|
* Bumped to version v1.4.0-rc.1v1.4.0-rc.1Chocobozzz2019-08-131-1/+1
|
* Add/update OpenRC service script (#2012)Wirebrass2019-08-132-2/+23
| | | | | | | | | | | * Update APP_DIR and CONFIG_DIR APP_DIR is now in /var/www/peertube/peertube-latest (symbolic link). CONFIG_DIR is now in /var/www/peertube/config * Add OpenRC service script Tested on Gentoo Linux.
* Specify the restrictions on tags array and it's string items (#2016)Frank Sträter2019-08-121-2/+14
| | | | | | * Fixed 2 typos * Specify tags array restrictions
* Fix nginx template on dual stack serverChocobozzz2019-08-071-3/+3
| | | | See https://framacolibri.org/t/listen-to-unix-socket-instead-of-localhost-9000/5348
* Deprecate Node 8Chocobozzz2019-08-074-8/+8
| | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule
* Fixed 2 typosFrank Sträter2019-08-071-2/+2
|
* Add originallyPublishedAt in /videos/upload to the OpenAPI documentFrank Sträter2019-08-051-0/+4
|
* Update CentOS 7 dependencies install (#2004)Wirebrass2019-08-051-4/+11
| | | | | | | | | | | | | | * Update CentOS 7 dependencies install Add initialization for postgresql database (else there is an error when starting postresql service). Enable Redis and PostreSQL services. Replace "service" by "systemctl" (systemd). Tested in local on a fresh CentOS 7 install. * Add wget package to install Add wget package to install
* Document how to synchronize YT channel to PeerTubeFlorent F2019-08-011-3/+16
|
* Fix broken playlist apiChocobozzz2019-08-011-3/+3
|
* Improve nginx client images cacheChocobozzz2019-07-291-1/+1
|
* Add video import in open apiChocobozzz2019-07-291-26/+82
|