aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not expose containers by default in traefikRigel Kent2020-11-113-12/+5
|
* Add nginx behind traefik in docker-compose + image updatesRigel Kent2020-11-116-26/+77
| | | | | | | | | | | - support/docker/production/docker-compose.yml: addition of a nginx image reusing support/nginx/peertube nginx conf to improve performance, and lessen setup differences between the docker-compose install and the typical production install. - support/docker/production/docker-compose.yml: postgres 10 -> postgres 12, redis 4 -> redis 5. Postgres major updates implies manual upgrade. - support/nginx/peertube: HTTP -> HTTPS redirection is now commented by default, to allow its reuse in support/docker/production/docker-compose.yml.
* Add ssl support to postgresqlChocobozzz2020-08-241-0/+1
|
* Add ability to override client assets : logo - favicon - PWA icons - PWA ↵Kim2020-07-101-0/+5
| | | | | | | | | | | | | | | manifest name and description (#2897) * Add client-overrides storage to config * Add static-serve for client overrides * Move backgroun-image logo from bundle to css tag for runtime content hash * Add dynamic JSON manifest * Add content hash for manifest, favicon and logo Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add database.name config optionGirish Ramakrishnan2020-06-251-1/+1
| | | | | | | | If database.name is set, we use it as the complete database name. If unset, we use the "peertube"+database.suffix as the complete database name. Fixes #1620
* fix opendkim permissions in docker-compose setup (#2868)Kim2020-06-121-0/+2
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Fixes docker-compose .env (#2538)Kim2020-05-181-4/+22
| | | | | | | | | | | | | * chore: remove unused var * fix database name as peertube + update comments * chore: comment vars indentic to production.yrml * add smtp comment * clarify and detail comments Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Correctly fix docker storage configChocobozzz2020-04-021-1/+1
|
* Move streaming-playlists to /dataxcffl2020-04-021-0/+1
|
* feat: add dkim to docker-composekimsible2020-03-112-0/+5
|
* Chore/docker-documentation-improvements (#2494)Kim2020-02-243-21/+18
| | | | | | | | | | | | | | * unify env_var names to replace * detail more and improve docker doc * fix title * move acme email and domains to traefik command * add details about TRAEFIK_ACME_* variables * Fix preview links from /develop to /master
* Add missing ca-certificates in docker imageChocobozzz2020-02-171-1/+1
|
* Fix missing python dependency in Dockerfile.buster (#2495)Kim2020-02-171-1/+1
| | | | | | * Fix missing youtube-dl dependency in buster docker image * Fix missing python dependency in buster docker image
* Add openssl in docker containerChocobozzz2020-01-271-1/+1
|
* Docker: stretch -> busterChocobozzz2019-12-122-2/+2
|
* Add support for HLS in the Docker container. (#2324)Ben Lubar2019-12-122-5/+8
| | | | | | * Add support for HLS in the Docker container. * Remove comment from Dockerfile.stretch
* Simplify Dockerfile and slim Docker imageFelix Ableitner2019-12-041-20/+4
|
* Try to fix gitpodChocobozzz2019-12-031-1/+1
|
* Fix For GitPodMrGiga2019-11-281-1/+1
|
* Sticking to one env-var management system (#2247)Leopere2019-11-182-8/+11
| | | | | | | | | | | | | | | | | | | | * Sticking to one env-var management system Starting with the Postgres container so that you only have to set overlapping environment variables in one place. * Moving Postfix envvars pt 1 * Moving Postfix envvars pt 2 .env file * Added missing envvars. * Adding functioning glue Suggest something better if you wish. * removed IP from example * Removed default network from update.
* Fix traefik version in docker composeChocobozzz2019-10-211-1/+1
|
* Deprecate Node 8Chocobozzz2019-08-072-2/+2
| | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule
* WIP plugins: add ability to register pluginsChocobozzz2019-07-241-0/+1
|
* yarn -> npm in dockerfileChocobozzz2019-07-081-2/+2
|
* replace npm and apt-get by yarn and apt in dockerfile.stretch (#1952)Jacen2019-07-081-8/+8
| | | | | | * replace npm and apt-get by yarn and apt in dockerfile.stretch * keep consistancy
* Improve 4K video quality after transcodingChocobozzz2019-06-061-0/+3
|
* Fix docker-compose setup so Peertube sees correct IPFelix Ableitner2019-05-212-2/+8
|
* Allow to control RATES_LIMIT from configuration (#1787)Yohan Boniface2019-04-261-0/+10
| | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me)
* Add host network mode for reverse proxyChocobozzz2019-04-241-1/+2
|
* Add argument to dockerfile to pass options to npm run buildAntoine Millet2019-04-241-1/+6
|
* Add automated dev setup using GitpodJan Keromnes2019-04-122-0/+17
|
* Add ability to disable trackerChocobozzz2019-04-101-0/+4
|
* Fix problem with SMTP in default docker-compose setupFelix Ableitner2019-03-111-3/+3
|
* BREAKING: update CSP configurationChocobozzz2019-02-211-3/+0
| | | | Disable it by default and add ability to specify a custom report uri
* Patch docker entrypoint to speed up the chown at startupvictor héry2019-01-141-2/+2
|
* Implement contact form on server sideChocobozzz2019-01-102-0/+6
|
* add Content Security Policy (#1252)Rigel Kent2018-12-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support
* Merge branch 'hotfix/docker' into developChocobozzz2018-12-061-26/+5
|\
| * Fix docker build and gosuChocobozzz2018-12-061-26/+5
| |
* | Add tmp and redundancy directoriesChocobozzz2018-12-041-0/+2
|/
* Various improvements for docker-composeFelix Ableitner2018-11-213-3/+18
|
* Configure docker image to accept trust_proxy as an env variable in json ↵LecygneNoir2018-10-222-2/+7
| | | | array (#1338)
* Improve dev Dockerfile (#1333)Kyâne Pichou2018-10-221-27/+25
| | | | | | | | | | * Improve dev Dockerfile Use Docker best-practices for the development Dockerfile. Save 3Mo. * Update support/docker/dev/Dockerfile Co-Authored-By: pichouk <kyane@kyane.fr>
* Create new Docker dev image (#1173)am972018-10-097-16/+90
| | | | | | * Move the old dev docker files to support/docker/janitor * Create new Docker dev image
* (docker) search and import settings env variables (#1210)kaiyou2018-10-071-0/+20
|
* Add possibility to manage trust_proxy list in docker imagevictor héry2018-09-162-0/+3
|
* (docker) add quota to the docker configuration values (#964)kaiyou2018-08-261-0/+5
|
* Fix docker env fileChocobozzz2018-08-143-5/+7
|
* Fix dockerfileChocobozzz2018-08-101-1/+1
|
* Clean yarn cache after install in dockerChocobozzz2018-08-091-0/+1
|