aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* import-videos: prompt for passwordJohn Livingston2018-05-111-1/+1
|
* Remove the /etc/pkg/FreeBSD.conf change. The latest version came with node ↵Jacques Foucry2018-05-101-18/+3
| | | | 10 and PeerTube does not deal with it. Staying in quartely give node 9.10.1
* Docker config directory as volumeChocobozzz2018-05-076-68/+26
|
* Switch Arch Linux dependency to NodeJS LTSPierre-Alain TORET2018-05-071-1/+1
| | | | Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
* Fix docker production configurationChocobozzz2018-05-071-1/+1
|
* Preferably use the docker hub imageChocobozzz2018-05-071-3/+4
|
* Adapt docker image file path in docker-compose.ymlFlorent Fayolle2018-05-072-3/+3
|
* Update video-channel routes (again)Chocobozzz2018-04-252-593/+377
| | | | Use /video-channels now, it's more simple for clients
* Video channel API routes refractorChocobozzz2018-04-251-7/+46
|
* Update video channel routesChocobozzz2018-04-242-200/+415
|
* Bold dependencies part in production guideChocobozzz2018-04-241-2/+2
|
* Use ISO 639 for languagesChocobozzz2018-04-231-11/+14
|
* Support hostname binding in configPierre-Alain TORET2018-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add basic support for hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make production example a bit more secure Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make example config files compatible with hostname binding modification Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Fix typo Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Bind on 127.0.0.1 by default Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Update Docker configuration with hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
* Add rest api quickstartChocobozzz2018-04-171-0/+47
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+32
| | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.
* Try to fix docker automatic build (again...)Chocobozzz2018-04-161-3/+2
|
* Try to fix automatic dockerbuildChocobozzz2018-04-162-3/+3
|
* Improve dockerfileChocobozzz2018-04-163-13/+22
|
* Add auth documentationChocobozzz2018-04-163-4/+753
|
* Fix the execution right for docker-entrypoint.shFlorent Poinsaut2018-04-161-0/+0
|
* use gosu to fix /data permissions errorsFlorent Poinsaut2018-04-163-15/+57
|
* Add .gitignore for DockerFlorent Poinsaut2018-04-101-0/+3
|
* Adding a more specific phrasing for yarn installation (#487)Rigel Kent2018-04-091-1/+1
|
* Upgrade spectacle moduleChocobozzz2018-04-063-1021/+695
|
* Add what now section to production guideChocobozzz2018-04-061-1/+6
|
* Fix api doc in video update endpointChocobozzz2018-04-062-3/+2
|
* Upgrade api docChocobozzz2018-04-062-61/+919
|
* Update docker image nameChocobozzz2018-04-031-1/+1
|
* Documentation for macOS development. (#462)victor-long2018-04-031-0/+13
|
* Misc. typosluz.paz2018-03-302-12/+12
| | | Found via `codespell -q 3`
* Fix little typo in variable.Armando Lüscher2018-03-301-1/+1
|
* Add precision on upgrade script (#433)Luc Didry2018-03-291-0/+2
|
* Prevent brute force login attackChocobozzz2018-03-291-0/+8
|
* Remove alpine imageChocobozzz2018-03-282-31/+1
|
* Update dependencies.mdGérald Niel2018-03-271-9/+0
|
* Fix typo in markdown syntaxGérald Niel2018-03-271-5/+5
|
* Mise à jour documentation pour FreeBSDGérald Niel2018-03-272-2/+83
|
* Add the activation of a needed SCL for CentOSOkhin2018-03-241-1/+5
| | | There's a need to activate the devtool-6 SCL before running the yarn install command, to have node-gyp correctly compiling the needed binaries.
* Improving the CentOS7 specific partsOkhin2018-03-241-3/+7
| | | | Changing the link for ffmpeg toward a tutorial with an actual mirror of ffmpeg, and with less hassle. Adding the deendencies to devtoolset-6 and centos-release-scl to provide a C++11 compatible G++
* Add permissions instructions for the data volume (#387)Angristan2018-03-231-0/+12
| | | | | | * Add permissions instructions for the data volume * Remove useless newline
* Run the installation as the peertube user inside the Docker image (#385)Angristan2018-03-232-15/+27
| | | | | | * Run the installation as the peertube user * Run the installation as the peertube user
* Prepare building docker files on docker hubChocobozzz2018-03-234-58/+10
|
* Fix data volume path in docker-composeAngristan2018-03-221-1/+1
|
* Add option to disable starttlsChocobozzz2018-03-221-0/+1
|
* Use {postgres,redis}:alpine images with docker-compose (#372)Angristan2018-03-221-2/+2
| | | | * Specify Redis major version
* Add logging for emailsChocobozzz2018-03-221-10/+11
|
* Add information about the definitive peertube domaine nameChocobozzz2018-03-211-0/+2
|
* Revert "Selective route permission to use embeds, fixes #322 in a better way ↵Chocobozzz2018-03-201-6/+0
| | | | | (#364)" (#365) This reverts commit d40cd86bf56973d7217ad44737e3890b6e7f1ad5.
* Selective route permission to use embeds, fixes #322 in a better way (#364)Rigel Kent2018-03-201-0/+6
|
* Prepare betaChocobozzz2018-03-202-2/+2
|