Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove traefik doc: we don't use it anymore | Chocobozzz | 2021-02-12 | 1 | -1/+1 |
| | |||||
* | Support NodeJS 14 and 15, deprecate Node 10 | Chocobozzz | 2021-02-04 | 1 | -1/+1 |
| | |||||
* | feat: allow administrator to disable logging of ping requests | Johan Fleury | 2021-01-13 | 1 | -0/+5 |
| | |||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 1 | -0/+3 |
| | |||||
* | Remove docker images I can't maintain | Chocobozzz | 2021-01-13 | 7 | -153/+0 |
| | |||||
* | Support live port in docker compose | Chocobozzz | 2021-01-07 | 1 | -3/+4 |
| | |||||
* | Fix docker webserver build | Chocobozzz | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Fix docker nginx container if peertube restarts | Chocobozzz | 2021-01-05 | 1 | -0/+5 |
| | |||||
* | Remove traefik docker support | Chocobozzz | 2020-12-30 | 6 | -119/+35 |
| | |||||
* | Fix PostreSQL initialization for Gitpod | Jan Keromnes | 2020-12-06 | 1 | -4/+0 |
| | |||||
* | Trigger a Gitpod dev image rebuild (in order to get upstream's Node.js 12 ↵ | Jan Keromnes | 2020-12-02 | 1 | -0/+4 |
| | | | | | | | upgrade) (#3388) * Trigger a Gitpod dev image rebuild (in order to get upstream's Node.js 12 upgrade) * Update Dockerfile | ||||
* | export rtmp port in dockerfiles | Rigel Kent | 2020-11-21 | 3 | -4/+7 |
| | | | | follows #3341 | ||||
* | consistent documentation and configuration in compose file | Rigel Kent | 2020-11-11 | 2 | -6/+7 |
| | |||||
* | move traefik to its own override file | Rigel Kent | 2020-11-11 | 3 | -32/+37 |
| | |||||
* | Do not expose containers by default in traefik | Rigel Kent | 2020-11-11 | 3 | -12/+5 |
| | |||||
* | Add nginx behind traefik in docker-compose + image updates | Rigel Kent | 2020-11-11 | 6 | -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 postgresql | Chocobozzz | 2020-08-24 | 1 | -0/+1 |
| | |||||
* | Add ability to override client assets : logo - favicon - PWA icons - PWA ↵ | Kim | 2020-07-10 | 1 | -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 option | Girish Ramakrishnan | 2020-06-25 | 1 | -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) | Kim | 2020-06-12 | 1 | -0/+2 |
| | | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | Fixes docker-compose .env (#2538) | Kim | 2020-05-18 | 1 | -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 config | Chocobozzz | 2020-04-02 | 1 | -1/+1 |
| | |||||
* | Move streaming-playlists to /data | xcffl | 2020-04-02 | 1 | -0/+1 |
| | |||||
* | feat: add dkim to docker-compose | kimsible | 2020-03-11 | 2 | -0/+5 |
| | |||||
* | Chore/docker-documentation-improvements (#2494) | Kim | 2020-02-24 | 3 | -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 image | Chocobozzz | 2020-02-17 | 1 | -1/+1 |
| | |||||
* | Fix missing python dependency in Dockerfile.buster (#2495) | Kim | 2020-02-17 | 1 | -1/+1 |
| | | | | | | * Fix missing youtube-dl dependency in buster docker image * Fix missing python dependency in buster docker image | ||||
* | Add openssl in docker container | Chocobozzz | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Docker: stretch -> buster | Chocobozzz | 2019-12-12 | 2 | -2/+2 |
| | |||||
* | Add support for HLS in the Docker container. (#2324) | Ben Lubar | 2019-12-12 | 2 | -5/+8 |
| | | | | | | * Add support for HLS in the Docker container. * Remove comment from Dockerfile.stretch | ||||
* | Simplify Dockerfile and slim Docker image | Felix Ableitner | 2019-12-04 | 1 | -20/+4 |
| | |||||
* | Try to fix gitpod | Chocobozzz | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Fix For GitPod | MrGiga | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | Sticking to one env-var management system (#2247) | Leopere | 2019-11-18 | 2 | -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 compose | Chocobozzz | 2019-10-21 | 1 | -1/+1 |
| | |||||
* | Deprecate Node 8 | Chocobozzz | 2019-08-07 | 2 | -2/+2 |
| | | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule | ||||
* | WIP plugins: add ability to register plugins | Chocobozzz | 2019-07-24 | 1 | -0/+1 |
| | |||||
* | yarn -> npm in dockerfile | Chocobozzz | 2019-07-08 | 1 | -2/+2 |
| | |||||
* | replace npm and apt-get by yarn and apt in dockerfile.stretch (#1952) | Jacen | 2019-07-08 | 1 | -8/+8 |
| | | | | | | * replace npm and apt-get by yarn and apt in dockerfile.stretch * keep consistancy | ||||
* | Improve 4K video quality after transcoding | Chocobozzz | 2019-06-06 | 1 | -0/+3 |
| | |||||
* | Fix docker-compose setup so Peertube sees correct IP | Felix Ableitner | 2019-05-21 | 2 | -2/+8 |
| | |||||
* | Allow to control RATES_LIMIT from configuration (#1787) | Yohan Boniface | 2019-04-26 | 1 | -0/+10 |
| | | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me) | ||||
* | Add host network mode for reverse proxy | Chocobozzz | 2019-04-24 | 1 | -1/+2 |
| | |||||
* | Add argument to dockerfile to pass options to npm run build | Antoine Millet | 2019-04-24 | 1 | -1/+6 |
| | |||||
* | Add automated dev setup using Gitpod | Jan Keromnes | 2019-04-12 | 2 | -0/+17 |
| | |||||
* | Add ability to disable tracker | Chocobozzz | 2019-04-10 | 1 | -0/+4 |
| | |||||
* | Fix problem with SMTP in default docker-compose setup | Felix Ableitner | 2019-03-11 | 1 | -3/+3 |
| | |||||
* | BREAKING: update CSP configuration | Chocobozzz | 2019-02-21 | 1 | -3/+0 |
| | | | | Disable it by default and add ability to specify a custom report uri | ||||
* | Patch docker entrypoint to speed up the chown at startup | victor héry | 2019-01-14 | 1 | -2/+2 |
| | |||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 2 | -0/+6 |
| |