Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | add Content Security Policy (#1252) | Rigel Kent | 2018-12-13 | 1 | -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 develop | Chocobozzz | 2018-12-06 | 1 | -26/+5 |
|\ | |||||
| * | Fix docker build and gosu | Chocobozzz | 2018-12-06 | 1 | -26/+5 |
| | | |||||
* | | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 1 | -0/+2 |
|/ | |||||
* | Various improvements for docker-compose | Felix Ableitner | 2018-11-21 | 3 | -3/+18 |
| | |||||
* | Configure docker image to accept trust_proxy as an env variable in json ↵ | LecygneNoir | 2018-10-22 | 2 | -2/+7 |
| | | | | array (#1338) | ||||
* | Improve dev Dockerfile (#1333) | Kyâne Pichou | 2018-10-22 | 1 | -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) | am97 | 2018-10-09 | 7 | -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) | kaiyou | 2018-10-07 | 1 | -0/+20 |
| | |||||
* | Add possibility to manage trust_proxy list in docker image | victor héry | 2018-09-16 | 2 | -0/+3 |
| | |||||
* | (docker) add quota to the docker configuration values (#964) | kaiyou | 2018-08-26 | 1 | -0/+5 |
| | |||||
* | Fix docker env file | Chocobozzz | 2018-08-14 | 3 | -5/+7 |
| | |||||
* | Fix dockerfile | Chocobozzz | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | Clean yarn cache after install in docker | Chocobozzz | 2018-08-09 | 1 | -0/+1 |
| | |||||
* | Remove unnecessary env variables now we have a .env file | Chocobozzz | 2018-08-08 | 1 | -19/+0 |
| | |||||
* | Try to reduce docker image size | Chocobozzz | 2018-08-08 | 1 | -1/+3 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 1 | -0/+1 |
| | |||||
* | Add PEERTUBE_SMTP_DISABLE_STARTTLS config docker env | Chocobozzz | 2018-06-27 | 2 | -0/+2 |
| | |||||
* | Fix docker compose with admin email | Chocobozzz | 2018-06-21 | 1 | -1/+1 |
| | |||||
* | Fix docker config | Chocobozzz | 2018-06-11 | 1 | -3/+3 |
| | |||||
* | Blank instead of null for docker env | Chocobozzz | 2018-06-05 | 1 | -6/+6 |
| | |||||
* | add the comment from ↵ | Florent Poinsaut | 2018-06-05 | 1 | -5/+5 |
| | | | | https://github.com/Chocobozzz/PeerTube/pull/617/files#diff-5003d902a2333dfdbcd79d688f2806daL38 | ||||
* | Environment variables for Docker Compose | Florent Poinsaut | 2018-06-05 | 2 | -17/+32 |
| | |||||
* | (docker) making security settings of traefik on par with nginx | Rigel Kent | 2018-06-04 | 1 | -0/+23 |
| | |||||
* | Fix docker config custom env copy | Chocobozzz | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | Cleanup docker configuration | Chocobozzz | 2018-05-30 | 2 | -5/+4 |
| | |||||
* | Do not set default transcoding resolutions | Pierre Jaury | 2018-05-30 | 1 | -4/+0 |
| | |||||
* | Allow to setup transcoding in the docker image | Pierre Jaury | 2018-05-30 | 2 | -0/+26 |
| | |||||
* | Add help in conf file regarding SMTP | Chocobozzz | 2018-05-29 | 1 | -0/+2 |
| | |||||
* | Copy custom-environment-variables.yaml on docker startup | Chocobozzz | 2018-05-29 | 1 | -1/+2 |
| | |||||
* | Add disable_starttls configuration variable for docker | Chocobozzz | 2018-05-28 | 1 | -0/+3 |
| | |||||
* | Improve docker doc and fix missing keys on update | Chocobozzz | 2018-05-28 | 3 | -2/+70 |
| | |||||
* | Update Janitor Dockerfile | Jan Keromnes | 2018-05-17 | 2 | -8/+10 |
| | | | | | | | - Upgrade to newer janitortechnology/ubuntu-dev base image - Fix workspace folder - Add Theia port - Dockerfile best practices | ||||
* | Docker config directory as volume | Chocobozzz | 2018-05-07 | 5 | -67/+25 |
| | |||||
* | Fix docker production configuration | Chocobozzz | 2018-05-07 | 1 | -1/+1 |
| | |||||
* | Preferably use the docker hub image | Chocobozzz | 2018-05-07 | 1 | -3/+4 |
| |