aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/production.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix migrationsChocobozzz2018-01-291-10/+11
|
* Move docker do in support/docChocobozzz2018-01-291-18/+3
|
* Add production Alpine and Debian Stretch Docker images (#225)kaiyou2018-01-291-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Upgrade clearer in production guideChocobozzz2018-01-261-11/+37
|
* typos (#246)Thomas Citharel2018-01-251-5/+5
| | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Peertube home in /var/www instead of /homeChocobozzz2018-01-231-20/+23
|
* Improve docs (#232)Thomas Citharel2018-01-231-6/+18
| | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add commander in dependencies instead of dev depChocobozzz2018-01-221-1/+1
|
* Add ability to configure log levelChocobozzz2018-01-191-0/+6
|
* Add SQL backup/restore commands in production guideChocobozzz2018-01-191-0/+20
|
* Don't serve previews with nginxChocobozzz2018-01-181-1/+1
| | | | We need to maintain a cache in the node process
* nginx optimizationsChocobozzz2018-01-181-3/+18
|
* fix 2 other typos (#209)taziden2018-01-171-2/+2
|
* fix typo in production guide (#208)taziden2018-01-171-1/+1
|
* Add ability to update some configuration keysChocobozzz2018-01-171-2/+2
|
* Overwrite on upgrade when unzipingChocobozzz2018-01-161-1/+1
|
* Fix upgrade commandChocobozzz2018-01-161-1/+1
|
* Remove npm run upgradeChocobozzz2018-01-151-13/+11
| | | | Use command from production.md instead
* Update production guideChocobozzz2018-01-151-23/+27
| | | | | Use release that already contains build files. It requires a specific directories tree but I think it would be fine.
* Prepare production workflowChocobozzz2018-01-151-0/+6
|
* Some markdown fixesChocobozzz2018-01-121-13/+13
|
* Try to improve documentations/readmeChocobozzz2018-01-121-0/+227