summaryrefslogtreecommitdiffstats
path: root/.examples
AgeCommit message (Collapse)Author
2021-01-08minor typographical edits (#1352)Bill Mitchell
Signed-off-by: Bill Mitchell <bill@publicrelay.com>
2020-05-05Replace libressl with openssl (#1098)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-04-22Serve mp4 and webm files directly in nginx (#1076)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-02-23rename imagick extension package for buster compat (#1008)Simon
Signed-off-by: Simon Hötten <simon@hoetten.org>
2020-01-13Remove workaround to create the postgres db (fix #886) (#961)J0WI
This reverts commit 4df6f795684fcfdb2b507f89a388e9ad9e6e081e. The upstream bug has been fixed in https://github.com/nextcloud/server/pull/15187 Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-01-09Correct supervisord examples so that the container can start (#925)Diab Neiroukh
Inspired by #847, I selected the rootdir as the place for our configuration since we already chuck a few files there as seen by https://github.com/nextcloud/docker/blob/master/17.0/fpm-alpine/Dockerfile#L122. Suggested-by: mikecai <mikecai@us.ibm.com> Signed-off-by: Diab Neiroukh <officiallazerl0rd@gmail.com>
2019-11-07examples: docker-compose: Update nginx configs (#912)alexschroth
* examples: docker-compose: insecure: postgres: Update nginx.conf This commit applies the latest nginx configuration from the official documentation. Therefore it also helps to fix CVE-2019-11043. References: - https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm - https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html Signed-off-by: Alexander Schroth <alexander.schroth@fau.de> * examples: docker-compose: insecure: mariadb-cron-redis: Update nginx.conf This commit applies the latest nginx configuration from the official documentation. Therefore it also helps to fix CVE-2019-11043. References: - https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm - https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html Signed-off-by: Alexander Schroth <alexander.schroth@fau.de> * examples: docker-compose: insecure: mariadb: Update nginx.conf This commit applies the latest nginx configuration from the official documentation. Therefore it also helps to fix CVE-2019-11043. References: - https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm - https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html Signed-off-by: Alexander Schroth <alexander.schroth@fau.de> * examples: docker-compose: with-nginx-proxy: mariadb: Update nginx.conf This commit applies the latest nginx configuration from the official documentation. Therefore it also helps to fix CVE-2019-11043. References: - https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm - https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html Signed-off-by: Alexander Schroth <alexander.schroth@fau.de> * examples: docker-compose: with-nginx-proxy: mariadb-cron-redis: Update nginx.conf This commit applies the latest nginx configuration from the official documentation. Therefore it also helps to fix CVE-2019-11043. References: - https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm - https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html Signed-off-by: Alexander Schroth <alexander.schroth@fau.de> * examples: docker-compose: with-nginx-proxy: postgres: Update nginx.conf This commit applies the latest nginx configuration from the official documentation. Therefore it also helps to fix CVE-2019-11043. References: - https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm - https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html Signed-off-by: Alexander Schroth <alexander.schroth@fau.de> * examples: docker-compose: with-nginx-proxy-self-signed-ssl: mariadb: Update nginx.conf This commit applies the latest nginx configuration from the official documentation. Therefore it also helps to fix CVE-2019-11043. References: - https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm - https://docs.nextcloud.com/server/17/admin_manual/installation/nginx.html Signed-off-by: Alexander Schroth <alexander.schroth@fau.de>
2019-11-06Add procps to smb examples (closes #557)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-10-26Add gmp php extensionMarcel Klehr
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2019-07-05Allow nextcloud to create the postgres db (#784)Tilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2019-06-19nginx-proxy: Set proxy_request_buffering to off. Fixes #650 (#651)Christoph Reiter
Otherwise nginx buffers uploads which at least with the linux client results in large files failing to upload and the upload stats not updating. Signed-off-by: Christoph Reiter <reiter.christoph@gmail.com>
2019-06-19Let nginx decide on number of worker processes (#732)ykgmfq
From https://www.nginx.com/blog/tuning-nginx/: In most cases, running one worker process per CPU core works well, and we recommend setting this directive to auto to achieve that. There are times when you may want to increase this number, such as when the worker processes have to do a lot of disk I/O.
2019-03-04Issue #674 - Fix Remaining `.woff2` Issues in NGinx Config ExamplesGuy Elsmore-Paddock
This ensures that the remaining NGinx config examples are updated to handle WOFF 2 font files. Closes #674. Signed-off-by: Guy Elsmore-Paddock <guy@inveniem.com>
2019-02-07Remove app dockerfileTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2019-02-07Merge pull request #600 from marceljd/redis-env-varsTilo Spannagel
Set Redis through environment variables
2019-02-01Add SVG support in full exampleJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-01-27removed old redis.config.php filesmarceljd
On branch redis-env-vars Changes to be committed: deleted: ../../apache/app/redis.config.php deleted: redis.config.php deleted: ../../../../with-nginx-proxy/mariadb-cron-redis/apache/app/redis.config.php deleted: ../../../../with-nginx-proxy/mariadb-cron-redis/fpm/app/redis.config.php Signed-off-by: marceljd <support@dihosting.ch>
2019-01-27 Changes to be committed:marceljd
modified: .config/redis.config.php modified: .examples/docker-compose/insecure/mariadb-cron-redis/apache/docker-compose.yml modified: .examples/docker-compose/insecure/mariadb-cron-redis/fpm/docker-compose.yml modified: .examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/docker-compose.yml modified: .examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/fpm/docker-compose.yml modified: 13.0/apache/Dockerfile modified: 13.0/apache/config/redis.config.php modified: 13.0/fpm-alpine/Dockerfile modified: 13.0/fpm-alpine/config/redis.config.php modified: 13.0/fpm/Dockerfile modified: 13.0/fpm/config/redis.config.php modified: 14.0/apache/Dockerfile modified: 14.0/apache/config/redis.config.php modified: 14.0/fpm-alpine/Dockerfile modified: 14.0/fpm-alpine/config/redis.config.php modified: 14.0/fpm/Dockerfile modified: 14.0/fpm/config/redis.config.php modified: 15.0/apache/Dockerfile modified: 15.0/apache/config/redis.config.php modified: 15.0/fpm-alpine/Dockerfile modified: 15.0/fpm-alpine/config/redis.config.php modified: 15.0/fpm/Dockerfile modified: 15.0/fpm/config/redis.config.php modified: README.md Signed-off-by: marceljd <support@dihosting.ch>
2019-01-21Merge pull request #586 from nicokaiser/nginx-woff2J0WI
Fix woff2 files in nginx examples
2019-01-21Fix woff2 files in nginx examplesNico Kaiser
Since some versions of Nextcloud, fonts are served as woff2, which is not forwarded to index.php by the supplied nginx.conf. This leads to nginx returning the dynamic index page instead of the static fonts. Signed-off-by: Nico Kaiser <nico@kaiser.me>
2019-01-14Remove man dir from examplesJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-01-07Remove reference to line numberJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-01-05Refactor install process and remove build depsJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-01-05Add Alpine variant to Dockerfile examplesJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2018-12-12Add imagick php extensionRobert Dailey
There is a warning issued in Nextcloud 15 about 'imagick' php extension not being present. They highly recommend that it be installed. Fixes #574, fixes #263 Signed-off-by: Robert Dailey <rcdailey@gmail.com>
2018-11-20Use Alpine Linux in examples and use default userJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2018-10-17fix #491: add NEXTCLOUD_UPDATE=1 to full exampleMarc Brückner
2018-10-16clarified use of variableMarc Brückner
2018-10-16added variable to Dockerfiles of cron supervisord exampleMarc Brückner
2018-10-15added description for cron supervisord exampleMarc Brückner
2018-09-11Add Referrer-Policy header examples for nginxLouis Matthijssen
2018-08-27example Dockerfiles: remove obsolete jessie backports (see #435) (#437)Ruben Barkow
The docker image already is on stretch, so no backports are needed
2018-08-27.examples/README.md: fix typo: LibreOffice without caps (#436)Ruben Barkow
2018-08-27.examples/README.md: remove obsolete jessie backports (#435)Ruben Barkow
The docker image already is on stretch, so no backports are needed
2018-08-27.examples/README.md: replace </br> with two spacesRuben Barkow
2018-08-24Remove duplicated var from exampleTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-08-16Use $request_uri instead of $uri in nginx configTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-08-06Fix full Dockerfile exampleTilo Spannagel
2018-05-11add infos from #409 in docFreeroot
2018-08-05add infos from #409 in docFreeroot
2018-08-01Remove trailing whitespacesTilo Spannagel
2018-08-01Add mariadb command line argumentsTilo Spannagel
2018-08-01Use custom Dockerfiles instead of mountsTilo Spannagel
2018-05-17Add example for LAN solutions with HTTPS without letsencrypt #337Lucian I. Last
This is un-tested: will test and debug now.
2018-04-19Changed db build to pre-existing image with command argumentsrabaraho
2018-04-03nginx: set the remote ip from X-Real-IP by default (#302)Tilo Spannagel
2018-03-21Merge pull request #183 from cropse/masterTilo Spannagel
fix #176 Request Entity Too Large
2018-03-21Merge pull request #258 from Greek64/fix_TILTilo Spannagel
Fix Transaction Isolation Level of MYSQL Databases in .example section
2018-03-21Use custom Dockerfile instead of mounted configTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-02-20minor typo. It's on line 13tcuc
just correcting the line number referenced, the comment is at line 13 not 14.