aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* (doc) less technical headline, more compact introductionRigel Kent2018-11-221-22/+5
| | | | | * FAQ: moving motivation from README. * README: headline is more appealing to a non-technical public. Introduction now presents WebTorrent and ActivityPub.
* Add Introduction to READMEThomas Kuntz2018-11-221-11/+17
| | | Provide small explanation of what is PeerTube and point to resources to learn more (combined with 'Want to see in action?' links)
* migrate Swagger 2.0 spec to OpenAPI 3.0.0Rigel Kent2018-11-151-3/+2
|
* more welcoming Contributing section in README.md (#1365)Thomas Kuntz2018-11-031-14/+18
|
* tiny syntax correction in README.md (#1363)Jagannath Bhat2018-10-311-1/+1
|
* closing link tag for logo link in README.md (#1362)Thomas Kuntz2018-10-311-2/+2
|
* replace 'Create one' with 'Create an instance' in README.md (#1367)Thomas Kuntz2018-10-311-1/+1
|
* typo and grammar in README.md (#1281)Alexander F. Rødseth2018-10-151-2/+2
|
* (doc) update architecture, tools and readmeRigel Kent2018-10-141-4/+2
|
* README.md : Fix link to admin server toolsPierre-Alain TORET2018-10-121-1/+1
|
* correct first landing videos in READMERigel Kent2018-10-121-6/+3
|
* add features section to README.mdRigel Kent2018-10-031-2/+38
|
* revamped README.mdRigel Kent2018-10-021-52/+57
|
* Fix client e2e testsChocobozzz2018-09-201-2/+2
|
* Add comments in nginx regarding blocks that can be safely removedChocobozzz2018-09-171-2/+1
|
* Changes the README schemas (#984)Edouard SCHWEISGUTH2018-08-301-3/+3
| | | | | | * Change readme schema & add their sources * Add titles
* We need redis >= 2.8.18 now we use BullChocobozzz2018-08-081-2/+2
|
* Fix minor typos in READMEAdam Gauthier2018-07-211-3/+3
|
* Add our crowdfunding supportsChocobozzz2018-07-181-0/+5
|
* Add link to server admin tools in readmeChocobozzz2018-07-111-0/+1
|
* (doc) fix link in READMERigel Kent2018-07-071-3/+3
|
* (doc) update crowdfunding notice, add chatroom links, reorder install guidesRigel Kent2018-07-071-10/+9
|
* (doc/faq) add precision regarding code forgeRigel Kent2018-07-061-1/+2
|
* (doc) syntactic fixes (#764)Yun2018-07-041-5/+4
| | | | | | | | | | | | FAQ.md - "the name" -> "a name" - "re install" -> "reinstall" - Changed the sentence structure to accomodate the flow of "objective -> method to achieve the objective -> reason why the objective is desired", rather than "how we are going to do it -> what we are trying to do -> why it is important" README.md - "It's the reason" -> "That is why" - "in it" -> "on it" - "This program is free software" -> "This is a free software": reduce redundancy (program and software), and introduce a proper article - "redistribute it and/or modify it" -> "redistribute and/or modify it"
* Add "What is PeerTube" video in READMEChocobozzz2018-06-221-0/+1
|
* Update links that redirect to httpsBen Abbott2018-06-221-3/+3
|
* Add translation guideChocobozzz2018-06-211-2/+2
|
* Improve instance list/website linksChocobozzz2018-06-141-5/+4
|
* (doc) note about PeerTube for YunoHost (#624)anmol26s2018-06-061-0/+5
| | | * Added a YunoHost app-install badge
* Update changelogChocobozzz2018-05-281-1/+3
|
* We are running a crowdfunding campaign!Chocobozzz2018-05-281-6/+3
|
* Add compatibility with browser stackChocobozzz2018-05-171-1/+3
|
* Add videos e2e testsChocobozzz2018-05-171-0/+2
|
* Update changelogChocobozzz2018-04-231-1/+1
|
* Update CREDITSChocobozzz2018-04-231-3/+3
|
* Add rest api quickstartChocobozzz2018-04-171-1/+3
|
* Improve readmeChocobozzz2018-03-221-0/+8
|
* Update README.md (#378)Julien Maulny2018-03-221-1/+1
|
* Add license info to readme (#370)TrashMacNugget2018-03-221-0/+17
|
* Prepare betaChocobozzz2018-03-201-47/+0
|
* Update documentationsChocobozzz2018-03-141-1/+1
|
* Add faq link in readmeChocobozzz2018-03-071-0/+4
|
* Refractor tools documentationChocobozzz2018-03-051-2/+2
|
* Add documentation for upload scriptChocobozzz2018-03-051-0/+1
|
* Handle user rates in real timeChocobozzz2018-02-281-0/+2
|
* Add ability to import videos from all supported youtube-dl sitesChocobozzz2018-02-201-1/+1
|
* Add ability to import just one video from youtubeChocobozzz2018-02-191-2/+6
|
* Move docker do in support/docChocobozzz2018-01-291-18/+2
|
* Add production Alpine and Debian Stretch Docker images (#225)kaiyou2018-01-291-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First pass at a (swarm-compatible) docker image Uses an existing traefik server as a https reverse proxy. * Add example config for a Docker swarm deployment * Point to traefik config for docker compose setup * Clarify that traefik is needed for the example config * Use node:8-stretch base image and don't install yarn (The base image already contains yarn.) * Initial commit for an Alpine Docker image * Fix docker volume path * Merge #213 and #225 and move files around * Remove unnecessary dependencies from the alpine build * Update Dockerfiles to match install path, config path, etc. * Update the configuration in the example compose file * Update the configuration in the example swarm file * Remove the declared networks and volumes from the compose example, which are not strictly required * Update attachment path in the documentation * Display traefik as a suggestion and not a required dependency * Update the Docker ignored files * Fix typos reported in #225 * Move production Dockerfiles to a production directory * Add the redis configuration settings * Add Docker files to the dockerignore * Make the signup limit configurable
* Add message for public registration on peertubeChocobozzz2018-01-261-0/+2
|