aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Reformat production guideChocobozzz2018-03-201-5/+5
|
* Add FreeBSD startupGérald Niel2018-03-191-0/+16
|
* Add FreeBSD rc scriptGérald Niel2018-03-191-0/+29
|
* Update the api documentationChocobozzz2018-03-192-191/+292
|
* [docker] Add short_description option in Docker configuration too; (#342)Benjamin Bouvier2018-03-151-0/+1
|
* Fix spelling in dependenciesChocobozzz2018-03-151-1/+1
|
* ppa for ffmpeg in dependencies documentation (#340)Millicent Billette2018-03-151-4/+10
|
* [docker] Update production guidelines and docker-compose file; (#341)Benjamin Bouvier2018-03-154-28/+84
|
* Add short description in configChocobozzz2018-03-151-0/+2
|
* Update g++ needed version (#338)Andréas Livet2018-03-141-0/+1
| | | In order to build properly rdf-canonize node nativ module gcc > 5 is needed. Tested on Ubuntu 14.04 with gcc 4.8, it didn't work. I had to install a newer gcc version and it was OK.
* Update documentationsChocobozzz2018-03-142-5/+6
|
* fix first sudo command (#337)Florian2018-03-141-6/+8
|
* adding some instructions for certbot and basic utility programs needed (#336)Florian2018-03-141-3/+10
|
* Add example for "small device" in production guideChocobozzz2018-03-131-1/+1
|
* Change video abuse API responseChocobozzz2018-03-121-10/+7
|
* Update videos api list for accountChocobozzz2018-03-122-5/+8
|
* Better docker test docChocobozzz2018-03-111-7/+7
|
* `docker-compose up app` need a docker-compose.yml file in current folder to ↵Millicent Billette2018-03-111-0/+1
| | | | work.
* Add api base path in documentationChocobozzz2018-03-072-2/+12
|
* Upgrade api doc html fileChocobozzz2018-03-071-99/+1090
|
* Fix tool documentationChocobozzz2018-03-061-2/+2
|
* Update dependencies for ArchlinuxBenjamin EWFT2018-03-051-1/+1
|
* Refractor tools documentationChocobozzz2018-03-052-24/+19
|
* Add documentation for upload scriptChocobozzz2018-03-051-0/+16
|
* Remove X-Frame options in nginx config (#322)Valvin2018-03-051-1/+0
| | | `X-Frame-Options DENY;` doesn't permit sharing using iframe
* Fix nginx configuration that do not work with import-videos scriptChocobozzz2018-03-011-1/+1
|
* Upgrade production guide for nginxChocobozzz2018-03-011-0/+3
|
* Fixed import-videos filename (#311)Stefan Schüller2018-02-251-1/+1
|
* Update Production Guide (#309)SVNET Libre2018-02-211-1/+0
| | | | | | | | * Update Production Guide Pull Request #308 * change the execution of the script
* Add ability to import videos from all supported youtube-dl sitesChocobozzz2018-02-201-8/+10
|
* Add support to video support on clientChocobozzz2018-02-201-3/+3
|
* Add ability to import just one video from youtubeChocobozzz2018-02-192-12/+16
|
* add import-youtube guide inside documentation (#298)LecygneNoir2018-02-193-4/+61
| | | | | | | | | | | | * add import-youtube guide inside documentation * safer to use unlink instead of rm to delete symbolic link, avoid risk of deleting entire directories in case of syntax error * spelling mistake corrections * anonymise URLs * git also needed as dependencies to run yarn install
* Apidoc (#302)Dimitri Gilbert2018-02-171-0/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | * Basic api documentation * fix styling issue * fix styling issue * gitignore unecessary folders * openApi 2.0 first draft * solved conflicts * solved errors in openapi file * added missing doc on video + deleted apidoc comments * fix last warnings and errors inopenapi definition * openapi fix typo + improvement on video/comment endpoints * removed misplaced openapi file * api documentation improvement