Commit Graph

146 Commits (6ca76832fde247a33cb2ee94208f492801d1791a)

Author SHA1 Message Date
Rigel Kent 12b119c05a
(doc) update architecture, tools and readme 2018-10-14 21:08:52 +02:00
Pierre-Alain TORET 6e5a785b20 README.md : Fix link to admin server tools 2018-10-12 10:31:02 +02:00
Rigel Kent 669121a684
correct first landing videos in README 2018-10-12 10:14:10 +02:00
Rigel Kent 43971993e3
add features section to README.md 2018-10-03 01:35:41 +02:00
Rigel Kent 40256645ff
revamped README.md 2018-10-02 15:27:28 +02:00
Chocobozzz 6247b2057b
Fix client e2e tests 2018-09-20 15:45:11 +02:00
Chocobozzz 415acc63cf
Add comments in nginx regarding blocks that can be safely removed 2018-09-17 17:45:54 +02:00
Edouard SCHWEISGUTH 649fa07756 Changes the README schemas (#984)
* Change readme schema & add their sources

* Add titles
2018-08-30 08:33:05 +02:00
Chocobozzz 47c951b70b
We need redis >= 2.8.18 now we use Bull 2018-08-08 09:41:34 +02:00
Adam Gauthier 68037af892 Fix minor typos in README 2018-07-21 09:10:45 +02:00
Chocobozzz 2e0752b8c0
Add our crowdfunding supports 2018-07-18 10:30:47 +02:00
Chocobozzz bc9dfdc04a
Add link to server admin tools in readme 2018-07-11 10:49:50 +02:00
Rigel Kent 81858b84d3
(doc) fix link in README 2018-07-07 16:08:23 +02:00
Rigel Kent 106e68cfff
(doc) update crowdfunding notice, add chatroom links, reorder install guides 2018-07-07 16:03:55 +02:00
Rigel Kent 97b72ed12f (doc/faq) add precision regarding code forge 2018-07-06 09:30:01 +02:00
Yun c9e96ead93 (doc) syntactic fixes (#764)
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"
2018-07-04 17:29:18 +02:00
Chocobozzz 14122085ec
Add "What is PeerTube" video in README 2018-06-22 15:11:03 +02:00
Ben Abbott d092f5ba9b Update links that redirect to https 2018-06-22 09:16:36 +02:00
Chocobozzz 6a1787c127
Add translation guide 2018-06-21 14:07:53 +02:00
Chocobozzz 0de51bb172
Improve instance list/website links 2018-06-14 08:46:27 +02:00
anmol26s 550a562cec (doc) note about PeerTube for YunoHost (#624)
* Added a YunoHost app-install badge
2018-06-06 14:42:56 +02:00
Chocobozzz 77a87fec6c
Update changelog 2018-05-28 17:28:53 +02:00
Chocobozzz f2de393e74
We are running a crowdfunding campaign! 2018-05-28 13:38:38 +02:00
Chocobozzz 2e8e97f313
Add compatibility with browser stack 2018-05-17 16:33:20 +02:00
Chocobozzz 5f92c4dc5f
Add videos e2e tests 2018-05-17 15:20:21 +02:00
Chocobozzz 9309c3df8f
Update changelog 2018-04-23 15:44:00 +02:00
Chocobozzz 3e5ff4320a
Update CREDITS 2018-04-23 14:50:00 +02:00
Chocobozzz c0c7416a23
Add rest api quickstart 2018-04-17 11:12:37 +02:00
Chocobozzz b4b3e77d10
Improve readme 2018-03-22 19:57:20 +01:00
Julien Maulny 9e841674da Update README.md (#378) 2018-03-22 18:18:14 +01:00
TrashMacNugget 5a649344ff Add license info to readme (#370) 2018-03-22 08:55:40 +01:00
Chocobozzz 164e6c8778
Prepare beta 2018-03-20 10:32:54 +01:00
Chocobozzz 9940241328
Update documentations 2018-03-14 09:15:17 +01:00
Chocobozzz 28e014c096
Add faq link in readme 2018-03-07 11:36:42 +01:00
Chocobozzz 358770dbbd
Refractor tools documentation 2018-03-05 10:00:15 +01:00
Chocobozzz ad34cfc8ac
Add documentation for upload script 2018-03-05 09:53:16 +01:00
Chocobozzz 20b40b195a
Handle user rates in real time 2018-02-28 09:49:40 +01:00
Chocobozzz 61b3e146e1
Add ability to import videos from all supported youtube-dl sites 2018-02-20 18:16:13 +01:00
Chocobozzz 35501c0fa7
Add ability to import just one video from youtube 2018-02-19 11:12:58 +01:00
Chocobozzz 4df6a1b8e1
Move docker do in support/doc 2018-01-29 11:23:38 +01:00
kaiyou e8395f027b Add production Alpine and Debian Stretch Docker images (#225)
* 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
2018-01-29 08:52:20 +01:00
Chocobozzz 7859b5800c
Add message for public registration on peertube 2018-01-26 14:14:59 +01:00
Chocobozzz 94a5ff8a4a
Move job queue to redis
We'll use it as cache in the future.

/!\ You'll loose your old jobs (pending jobs too) so upgrade only when
you don't have pending job anymore.
2018-01-25 18:41:17 +01:00
Chocobozzz d59a8da813
Add api documentation in readme 2018-01-24 12:02:38 +01:00
Vincent Stakenburg 6139124c67 Fix some grammar (#216) 2018-01-18 09:39:06 +01:00
Chocobozzz c27c3a27a3
Update README badge paths 2018-01-16 09:18:19 +01:00
Chocobozzz afe8176799
Some markdown fixes 2018-01-12 18:55:45 +01:00
Chocobozzz 63bfad7ec9
Try to improve documentations/readme 2018-01-12 18:07:41 +01:00
Benjamin Bouvier e755a63a1b Reword docs (#176)
* Reword documentation;

* Wrap lines at 80 characters in the documentation.

* Wrap CONTRIBUTING.md too;

* Tweaks to CONTRIBUTING.md wording;

* Move development section to CONTRIBUTING.md;

* Explain database creation in CONTRIBUTING.md;
2018-01-06 18:10:30 +01:00
Simon Gilliot 6e1b11a750 Add Archlinux instructions for installation in README (#161) 2017-12-19 17:56:13 +01:00