Tilo Spannagel
cc0564ed40
Remove app dockerfile
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
7 years ago
Tilo Spannagel
b9ae3256ad
Merge pull request #600 from marceljd/redis-env-vars
...
Set Redis through environment variables
7 years ago
J0WI
bb10546327
Add SVG support in full example
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
7 years ago
marceljd
e0de4ab285
removed old redis.config.php files
...
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>
7 years ago
marceljd
a9f458ce9f
Changes to be committed:
...
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>
7 years ago
J0WI
250802c706
Merge pull request #586 from nicokaiser/nginx-woff2
...
Fix woff2 files in nginx examples
7 years ago
Nico Kaiser
f3524791d9
Fix woff2 files in nginx examples
...
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>
7 years ago
J0WI
5f8fa19f04
Remove man dir from examples
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
7 years ago
J0WI
7d262cbf97
Remove reference to line number
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
7 years ago
J0WI
0e941215b1
Refactor install process and remove build deps
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
7 years ago
J0WI
030a743b39
Add Alpine variant to Dockerfile examples
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
7 years ago
Robert Dailey
2f90715d31
Add imagick php extension
...
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>
7 years ago
J0WI
aa5c0c1929
Use Alpine Linux in examples and use default user
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
7 years ago
Marc Brückner
2d22bcaba7
fix #491 : add NEXTCLOUD_UPDATE=1 to full example
7 years ago
Marc Brückner
f062435135
clarified use of variable
7 years ago
Marc Brückner
b25e1abe9c
added variable to Dockerfiles of cron supervisord example
7 years ago
Marc Brückner
b8161a19a0
added description for cron supervisord example
7 years ago
Louis Matthijssen
a31db79ae9
Add Referrer-Policy header examples for nginx
7 years ago
Ruben Barkow
35fd42d042
example Dockerfiles: remove obsolete jessie backports (see #435 ) ( #437 )
...
The docker image already is on stretch, so no backports are needed
7 years ago
Ruben Barkow
7b19d3c352
.examples/README.md: fix typo: LibreOffice without caps ( #436 )
7 years ago
Ruben Barkow
0feb06c098
.examples/README.md: remove obsolete jessie backports ( #435 )
...
The docker image already is on stretch, so no backports are needed
7 years ago
Ruben Barkow
b7b85cf197
.examples/README.md: replace </br> with two spaces
7 years ago
Tilo Spannagel
6da6d063ef
Remove duplicated var from example
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
7 years ago
Tilo Spannagel
71b4d891f8
Use $request_uri instead of $uri in nginx config
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
8 years ago
Tilo Spannagel
aa9cd89b82
Fix full Dockerfile example
8 years ago
Freeroot
64a531b428
add infos from #409 in doc
8 years ago
Freeroot
7f611a569e
add infos from #409 in doc
8 years ago
Tilo Spannagel
654ddeae23
Remove trailing whitespaces
8 years ago
Tilo Spannagel
9586356008
Add mariadb command line arguments
8 years ago
Tilo Spannagel
e05e2f1dd7
Use custom Dockerfiles instead of mounts
8 years ago
Lucian I. Last
c07de51f8e
Add example for LAN solutions with HTTPS without letsencrypt #337
...
This is un-tested: will test and debug now.
8 years ago
rabaraho
d905503a6e
Changed db build to pre-existing image with command arguments
8 years ago
Tilo Spannagel
01ad4658ab
nginx: set the remote ip from X-Real-IP by default ( #302 )
8 years ago
Tilo Spannagel
bb42fcfaed
Merge pull request #183 from cropse/master
...
fix #176 Request Entity Too Large
8 years ago
Tilo Spannagel
60220247cc
Merge pull request #258 from Greek64/fix_TIL
...
Fix Transaction Isolation Level of MYSQL Databases in .example section
8 years ago
Tilo Spannagel
b2e04519ed
Use custom Dockerfile instead of mounted config
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
8 years ago
tcuc
a3b3af32b1
minor typo. It's on line 13
...
just correcting the line number referenced, the comment is at line 13 not 14.
8 years ago
Greek
8c86333de9
* Fix the Transaction Isolation Level of the MYSQL/MariaDB Databases
...
in the .example section.
8 years ago
Tilo Spannagel
022575326b
Use cron.sh in the example dockerfiles
8 years ago
Tilo Spannagel
2e3645f853
Use cron.sh for the example docker-compose.yml's
8 years ago
Greek64
b60365aba2
Updated README.md in .example Section
8 years ago
Tilo Spannagel
52b3ce0a54
Fix supervisord.conf for apache
8 years ago
Tilo Spannagel
680d8e41aa
Fix i386 build
8 years ago
Greek64
32bbf4adbc
* Updated README.md
8 years ago
Grieche
34a1539332
* Added example Dockerfile for FULL recommended dependencies under
...
full/
8 years ago
cropse
21eaaec8ee
miner fix
8 years ago
cropse
1eb3ca378a
delete volume mount, It append the path of dockerfile build.
8 years ago
Tilo Spannagel
813de3656d
Allow compose to find all env variables
8 years ago
Jorge Villasenor
577ff54b45
Allow compose to find all env variables
...
With two declared "environment" compose only takes the second one. In
thi case it means that the letsencrypt companion and reverse-proxy can't
read the neede variables for the setup, making this example to return a
http 503 error.
8 years ago
Tilo Spannagel
3db0c2bf69
add a sentence why this setup is insecure
8 years ago