J0WI
1a432d98fa
Lock mariadb to 10.5 in examples ( fix #1536 ) ( #1539 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years ago
fariszr
c769eb86e1
don't expose insecure ports to the public ( #1523 )
...
* don't expose insecure ports to public
* don't expose insecure ports to public
Signed-off-by: Fariszr <35614734+fariszr@users.noreply.github.com>
5 years ago
Elias
31b0b0337e
Update stable tag to 21.0.3 ( #1538 )
...
The official updater now rolls out 21.0.3 to all 20.0.11 users
5 years ago
Patrizio Bekerle
1e86ea7d4e
Merge pull request #1537 from pbek/master
...
Lock mariadb to 10.5 (#1536 )
5 years ago
Patrizio Bekerle
c91097a08e
Lock mariadb to 10.5 ( #1536 )
5 years ago
Patrizio Bekerle
d7f1fa7b0d
Revert "Lock mariadb to 10.5"
...
This reverts commit 94a24c2385 .
5 years ago
Patrizio Bekerle
94a24c2385
Lock mariadb to 10.5
5 years ago
GitHub Workflow
b6b9499252
Runs update.sh
5 years ago
J0WI
9c6af73a76
19 EOL
5 years ago
J0WI
043777ae8d
Update stable to 20.0.11 ( #1525 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years ago
GitHub Workflow
de10af6ed1
Runs update.sh
5 years ago
J0WI
62a46a6c4d
Alpine 3.14 ( #1521 )
...
* Update keyserver
https://github.com/docker-library/faq/pull/23
* Alpine 3.14
5 years ago
J0WI
a92ea90731
Update nginx.conf ( #1517 )
...
https://github.com/nextcloud/documentation/blob/master/admin_manual/installation/nginx-root.conf.sample
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years ago
GitHub Workflow
80171fb7c9
Runs update.sh
5 years ago
GitHub Workflow
05026b029d
Runs update.sh
5 years ago
Thomas131
3cd32ef5bb
Push stable channel to 20.0.10 ( #1498 )
...
Signed-off-by: Thomas131 <t@t131.us.to>
5 years ago
GitHub Workflow
7cc3dcac75
Runs update.sh
5 years ago
J0WI
def2eeae13
typo
5 years ago
GitHub Workflow
f0ca2b56e8
Runs update.sh
5 years ago
0x47
83bd162c7a
Fix broken smtp.config.php file ( #1482 )
...
The current `smtp.config.php` file does not work as advertised in the documentation. Both `MAIL_FROM_ADDRESS` and `MAIL_DOMAIN` should be optional as the Nextcloud instance may use multiple _from addresses_ like no-reply@example.com or passwordreset-no-reply@example.com (or similar). It may also just use the domain name from the instance instead of a configured one.
I tested this PR on NC 21 as I don't have access to the previous versions at the moment. I propose to leave NC 19 annd 20 as they are and to continue with this `smtp.config.php` from version 21 forward.
Signed-off-by: 0x47 <0x47@users.noreply.github.com>
5 years ago
J0WI
ac9316073c
Add link for Nextcloud issues ( #1486 )
5 years ago
J0WI
e8fc118c40
Add issue template ( #1485 )
5 years ago
J0WI
953ebac32b
Reduce examples ( #1484 )
5 years ago
J0WI
45abf54d60
Drop prereleases ( #1412 )
5 years ago
Florian Friedrich
ede3bdc0cc
Update stable tag to 20.0.9 ( #1470 )
...
Signed-off-by: Florian Friedrich <ffried@me.com>
5 years ago
GitHub Workflow
3235316659
Runs update.sh
5 years ago
Fabian Eisinger
6b4745de27
Fix typo ( #1468 )
...
The environment variable for MYSQL_DATABASE was named MYSQL_DB in chapter "Docker Secrets".
The typo probably happened because of inconsistent naming of MYSQL_DATABSE vs POSTGRES_DB.
5 years ago
GitHub Workflow
01e6c71dd5
Runs update.sh
5 years ago
GitHub Workflow
d192631347
Runs update.sh
5 years ago
Philipp
a15c755399
Add "legacy_auth" option for S3 object stores ( #1444 )
...
* Add "legacy_auth" option for S3 object stores
Signed-off-by: Philipp <admin@philipp.info>
* Update .config/s3.config.php
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
5 years ago
GitHub Workflow
031ee346eb
Runs update.sh
5 years ago
J0WI
b4799f5fc5
Cleanup pear cache ( #1458 )
5 years ago
Guillot Julien
314dfb4cda
Fixed incorrect environment variable ( #1446 )
...
Replaced incorrect environment variable name `OBJECTSTORE_SWIFT_SERVICE_REGION` by `OBJECTSTORE_SWIFT_REGION`.
As visible in f1ca6dbfab/19.0/fpm/config/swift.config.php (L25) , configu read `OBJECTSTORE_SWIFT_REGION` instead of `OBJECTSTORE_SWIFT_SERVICE_REGION`.
5 years ago
GitHub Workflow
19b28fa638
Runs update.sh
5 years ago
Michael Griego
9b057aafb0
Enable session locking for the redis session handler and use more sane locking configs. ( #1364 )
...
Signed-off-by: Mike Griego <mike@griegocentral.com>
5 years ago
GitHub Workflow
f1ca6dbfab
Runs update.sh
5 years ago
MAbeeTT (Matías Pecchia)
dceaf7307c
Update stable tag to 20.0.8 (fixes 1430) ( #1431 )
...
Signed-off-by: Matías Pecchia <mabeett@users.noreply.github.com>
5 years ago
GitHub Workflow
59391c541b
Runs update.sh
5 years ago
GitHub Workflow
6ef8de9c85
Runs update.sh
5 years ago
Bloody Altair
a10ff74b68
Fixed invalid `PHP_INI_MEMORY_LIMIT` variable name ( #1415 )
5 years ago
johackim
94e751cd97
Add objectPrefix et autocreate environment variables ( #1389 )
...
Signed-off-by: johackim <contact@johackim.com>
5 years ago
Tilo Spannagel
8b9ca85ac5
Merge pull request #1383 from Schroedingers-Cat/clearer-migration
...
Clearer migration documentation
5 years ago
GitHub Workflow
d06df6907b
Runs update.sh
5 years ago
J0WI
061d860c0e
Implement essential php.ini configuration via ENV ( #1379 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Co-Authored-By: Alexander Sosna <alexander.sosna@credativ.de>
Co-Authored-By: =?UTF-8?q?Alexander=20Gr=C3=BC=C3=9Fung?= <alexander@gruessung-online.de>
Co-authored-by: Alexander Sosna <alexander.sosna@credativ.de>
Co-authored-by: =?UTF-8?q?Alexander=20Gr=C3=BC=C3=9Fung?= <alexander@gruessung-online.de>
5 years ago
GitHub Workflow
b6925e9b45
Runs update.sh
5 years ago
Tim
87fa1a4c14
Changed the in #1380 forgotten config file ( #1409 )
...
Signed-off-by: BuildTools <tim.tannert@tu-dortmund.de>
5 years ago
GitHub Workflow
b769bae69d
Runs update.sh
5 years ago
GitHub Workflow
06a21b46b8
Runs update.sh
5 years ago
J0WI
90f09c70ed
Nextcloud 18 EOL ( #1377 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years ago
Gabriel Augendre
90b6e28f9e
Update stable to 20.0.7 ( #1393 )
...
Signed-off-by: Gabriel Augendre <gabriel@augendre.info>
5 years ago