aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Update sudo command for yarn during upgradeKody2018-06-071-2/+2
|
* (doc) adding tools documentation for job creationRigel Kent2018-06-071-14/+36
|
* Add dev doc about localizationChocobozzz2018-06-061-0/+32
|
* Blank instead of null for docker envChocobozzz2018-06-051-6/+6
|
* add the comment from ↵Florent Poinsaut2018-06-051-5/+5
| | | | https://github.com/Chocobozzz/PeerTube/pull/617/files#diff-5003d902a2333dfdbcd79d688f2806daL38
* Environment variables for Docker ComposeFlorent Poinsaut2018-06-053-29/+49
|
* (docker) making security settings of traefik on par with nginxRigel Kent2018-06-041-0/+23
|
* Remove "/" of PEERTUBE_URL exampleDavid Libeau2018-06-011-1/+1
| | | With an url ended with a "/", the script returns an error.
* Update archlinux dependenciesChocobozzz2018-05-301-1/+1
|
* Fix docker config custom env copyChocobozzz2018-05-301-1/+1
|
* Cleanup docker configurationChocobozzz2018-05-302-5/+4
|
* Do not set default transcoding resolutionsPierre Jaury2018-05-301-4/+0
|
* Allow to setup transcoding in the docker imagePierre Jaury2018-05-302-0/+26
|
* (doc): use sysrc instead of editing /etc/rc.conf on FreeBSD (#603)norrist2018-05-291-7/+3
|
* Add help in conf file regarding SMTPChocobozzz2018-05-291-0/+2
|
* Copy custom-environment-variables.yaml on docker startupChocobozzz2018-05-291-1/+2
|
* Improve production guide formatChocobozzz2018-05-291-2/+2
|
* Update production.mdDavid Libeau2018-05-291-0/+2
|
* Add disable_starttls configuration variable for dockerChocobozzz2018-05-281-0/+3
|
* Stop docker containers before upgradingChocobozzz2018-05-281-1/+3
|
* Improve docker doc and fix missing keys on updateChocobozzz2018-05-284-33/+110
|
* Only use account name in routesChocobozzz2018-05-252-24/+256
|
* Update Janitor DockerfileJan Keromnes2018-05-172-8/+10
| | | | | | | - Upgrade to newer janitortechnology/ubuntu-dev base image - Fix workspace folder - Add Theia port - Dockerfile best practices
* SysVinit scriptRigel Kent2018-05-131-0/+173
|
* 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
|