aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Move job queue to redisChocobozzz2018-01-251-0/+1
| | | | | | | 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.
* Add api documentation in readmeChocobozzz2018-01-241-0/+7
|
* Fix some grammar (#216)Vincent Stakenburg2018-01-181-2/+2
|
* Update README badge pathsChocobozzz2018-01-161-2/+2
|
* Some markdown fixesChocobozzz2018-01-121-2/+2
|
* Try to improve documentations/readmeChocobozzz2018-01-121-130/+20
|
* Reword docs (#176)Benjamin Bouvier2018-01-061-57/+84
| | | | | | | | | | | | | | * 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;
* Add Archlinux instructions for installation in README (#161)Simon Gilliot2017-12-191-0/+6
|
* Fix testsChocobozzz2017-12-141-4/+3
|
* Remove node 6 supportChocobozzz2017-12-131-6/+5
| | | | Please don't insult me
* Update readme screenshot with new designChocobozzz2017-12-111-1/+1
|
* Add dependencies for Ubuntu 16.04. (#143)Jan Keromnes2017-12-041-6/+15
|
* Update readme, architectureChocobozzz2017-11-271-46/+14
|
* Fix spelling (#126)‮noisawe2017-11-271-5/+5
|
* Update readme (again)Bigard Florian2017-11-231-1/+1
|
* Update readmeBigard Florian2017-11-231-0/+2
|
* Update PeerTube featuresChocobozzz2017-10-311-8/+17
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-1/+1
|
* Rename 'npm run upgrade' to 'npm run upgrade-peertube'Chocobozzz2017-06-251-1/+1
| | | | It was confusing with the command 'npm run update'
* Update README schemasChocobozzz2017-06-201-6/+6
|
* Update readme/doc with new client port for devChocobozzz2017-06-141-0/+5
|
* Better build/dev scriptsChocobozzz2017-06-111-2/+8
|
* Update READMEChocobozzz2017-05-051-2/+2
|
* Change screenshotChocobozzz2017-04-301-2/+2
|
* Use yarn instead of npm installChocobozzz2017-04-261-1/+3
|
* Remove Node 4 supportChocobozzz2017-04-261-3/+2
|
* Update README featuresChocobozzz2017-04-161-4/+6
|
* Reorganize readmeChocobozzz2017-04-091-5/+5
|
* Add link to wiki for production installationChocobozzz2017-04-071-0/+2
|
* Put in evidence dev admin username/passwordChocobozzz2017-04-071-1/+2
|
* Fix david-dm badge linksChocobozzz2017-03-271-2/+2
|
* Videos likes/dislikes is implemented :)Chocobozzz2017-03-201-1/+2
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/44
* Video views is implemented. Closes ↵Chocobozzz2017-03-051-1/+1
| | | | https://github.com/Chocobozzz/PeerTube/issues/41