GitHub Workflow
de88409898
Runs update.sh
4 years ago
sleif
9d83a82b63
also install libldap-common to get a valid /etc/ldap/ldap.conf file ( #1586 )
...
related to https://github.com/nextcloud/docker/issues/1572
Signed-off-by: Sebastian BERTHOLD <5272331+sleif@users.noreply.github.com>
4 years ago
GitHub Workflow
b67f507e77
Runs update.sh
4 years ago
J0WI
9ec9b3b4c5
PHP 8.0 for 22+ ( #1563 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years ago
GitHub Workflow
854c696d5f
Runs update.sh
4 years ago
J0WI
25a19158fc
Update to Bullseye ( #1562 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years ago
GitHub Workflow
57a0401c74
Runs update.sh
4 years ago
Marcel Blöcher
c9143621ba
fix acme volume with letsencrypt-nginx-proxy-companion >= v2.0.0 ( #1358 )
...
Signed-off-by: Marcel Blöcher <mblo@users.noreply.github.com>
4 years ago
J0WI
3a1f59b21c
Adopt new version scheme ( #1553 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years ago
András Maróy
5d01cebeab
Implement docker secret handling for SMTP_PASSWORD ( #1471 )
...
* Implement docker secret handling for SMTP_PASSWORD
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
* Use `trim` instead of `rtrim` for `SMTP_PASSWORD_FILE` contents
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
* Runs update.sh
Co-authored-by: GitHub Workflow <workflow@github.com>
5 years ago
GitHub Workflow
188db02474
Runs update.sh
5 years ago
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