summaryrefslogtreecommitdiffstats
path: root/.config
AgeCommit message (Collapse)Author
2024-01-26Allow setting AWS S3 SSE-C key (#2151)Patrick Hobusch
The AWS S3 SSE-C key for server side encryption can now be set using the environment variable `OBJECTSTORE_S3_SSE_C_KEY`. Signed-off-by: Patrick Hobusch <patrick@hobusch.net>
2024-01-16Allow setting AWS S3 storage class (#2138)Patrick Hobusch
The AWS S3 storage class can now be set using the environment variable `OBJECTSTORE_S3_STORAGE_CLASS`. The order of the AWS S3 environment variables in the `README.md` has also been adjusted to be more "logical". Signed-off-by: Patrick Hobusch <patrick@hobusch.net>
2023-12-11feat(updater): Disable web based updater for real (#2109)Josh Richards
Web based updates aren't used in the image, but the button remains enabled and generates an error when clicked. Let's eliminate the web updater button. Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-03-28feat: support object store credentials from file (#1946)Anderson Entwistle
Signed-off-by: Anderson Entwistle <46688047+aentwist@users.noreply.github.com>
2022-09-02fix SMTP_PASSWORD_FILE not triggering auth activation (#1614)Mehdi Zakaria Benadel
Signed-off-by: Mehdi Benadel <mehdi.benadel@gmail.com> Signed-off-by: Mehdi Benadel <mehdi.benadel@gmail.com>
2021-11-29Added fetching autoconfig data from Docker secrets (#1516)Simon Tushev
* Added fetching autoconfig data from Docker secrets Signed-off-by: Simon Tushev <tushev@users.noreply.github.com> * Docker secrets now have priority over ENV variables; improved README.md Signed-off-by: Simon Tushev <tushev@users.noreply.github.com>
2021-11-25Add OVERWRITECLIURL env var (#1622)Klaus Frank
Signed-off-by: Klaus Frank <git@frank.fyi>
2021-07-30Implement docker secret handling for SMTP_PASSWORD (#1471)András Maróy
* 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>
2021-03-27Add "legacy_auth" option for S3 object stores (#1444)Philipp
* 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>
2021-02-22Add objectPrefix et autocreate environment variables (#1389)johackim
Signed-off-by: johackim <contact@johackim.com>
2021-01-14Change quotes for consistency. (#1214)Pierre Ozoux
2020-11-07fix: empty redis password must be string (#1232)stefanprobst
2020-09-24Adds ability to configure swift object store though environment (#1243)Adam Jenkins
Signed-off-by: Adam Jenkins <adamjenkins1701@gmail.com>
2020-08-29Adds ability to configure S3 object stores via environment variables (#1227)Pierre Ozoux
* Adds ability to configure S3 object stores via environment variables closes #1193 #1124 #1134 Co-authored-by: Adam Jenkins <adamjenkins1701@gmail.com> Co-authored-by: Stephen Cuppett <scuppett@redhat.com> * Update .config/s3.config.php Co-authored-by: Adam Jenkins <adamjenkins1701@gmail.com> Co-authored-by: Stephen Cuppett <scuppett@redhat.com>
2020-08-28Revert "Adds ability to configure S3 object stores via environment variables"pierreozoux
This reverts commit 47032fddb61b8cd89c88ee9c9e832f55cbba11f2.
2020-08-28Adds ability to configure S3 object stores via environment variablespierreozoux
closes #1193 #1124 #1134 Co-authored-by: Adam Jenkins <adamjenkins1701@gmail.com> Co-authored-by: Stephen Cuppett <scuppett@redhat.com>
2020-06-09Remove db prefix option (#1131)J0WI
* Remove db prefix option Signed-off-by: J0WI <J0WI@users.noreply.github.com> * Upgrade to 18.0.6 Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-04-16Expose reverse proxy related configuration as environment variables (#1048)18.0.3-fpm-alpine18.0.3-fpm18.0.3-apache18.0.317.0.5-fpm-alpine17.0.5-fpm17.0.5-apache17.0.516.0.9-fpm-alpine16.0.9-fpm16.0.9-apache16.0.9András Maróy
* Expose reverse proxy related configuration as environment variables Signed-off-by: András Maróy <andras@maroy.hu> * Update README.md Co-Authored-By: J0WI <J0WI@users.noreply.github.com> Signed-off-by: András Maróy <andras@maroy.hu> * Update README.md Co-Authored-By: J0WI <J0WI@users.noreply.github.com> Signed-off-by: András Maróy <andras@maroy.hu> * Add default values for reverse proxy config from environment Signed-off-by: András Maróy <andras@maroy.hu> * Change reverse proxy default values to null Signed-off-by: András Maróy <andras@maroy.hu> * Store environment variables in vars in reverse-proxy config Signed-off-by: András Maróy <andras@maroy.hu> * Merge reverse proxy configs Signed-off-by: András Maróy <andras@maroy.hu> * Move overwrite parameters to reverse proxy section in the readme Signed-off-by: András Maróy <andras@maroy.hu> * Add reverse proxy config to 19.0-beta images Signed-off-by: András Maróy <andras@maroy.hu> * Remove default null from reverse proxy config to avoid breaking existing deployments Signed-off-by: András Maróy <andras@maroy.hu> Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2020-04-06Disable rewriteip for apache image (#1010)kesselb
* Disable rewrite ip for apache image Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> * Run update.sh Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-01-10Fix Redis Unix socket support (#944)Tortue Torche
* Fix Redis Unix socket support Rebase and rewrite the @epma01 pull request, based on last Nextcloud Docker changes See: https://github.com/nextcloud/docker/pull/735 Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com> * Fix CI tests with update.sh script Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-09-10Set redis password (#856)17.0.0beta4-fpm-alpine17.0.0beta4-fpm17.0.0beta4-apache17.0.0beta417.0.0-beta-fpm-alpine17.0.0-beta-fpm17.0.0-beta-apache17.0.0-beta17.0-beta-fpm-alpine17.0-beta-fpm17.0-beta-apache17.0-beta17-beta-fpm-alpine17-beta-fpm17-beta-apache17-beta16.0.4-fpm-alpine16.0.4-fpm16.0.4-apache16.0.415.0.11-fpm-alpine15.0.11-fpm15.0.11-apache15.0.1114.0.14-fpm-alpine14.0.14-fpm14.0.14-apache14.0.1414.0-fpm-alpine14.0-fpm14.0-apache14.014-fpm-alpine14-fpm14-apache14algakzru
2019-06-22Avoid empty table prefixJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-04-29Set SMTP via environment vars. (#698)Rodrigo
* Set SMTP via environment vars. Signed-off-by: Rodrigo Aguilera <hi@rodrigoaguilera.net> * Add SMTP instructions to the readme. Signed-off-by: Rodrigo Aguilera <hi@rodrigoaguilera.net> * Run update.sh for 16.0 release. Signed-off-by: Rodrigo Aguilera <hi@rodrigoaguilera.net>
2019-01-27 On branch redis-env-varsmarceljd
added REDIS_HOST_PORT Changes to be committed: modified: .config/redis.config.php modified: README.md 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-27Update redis.config.phpmarceljd
Signed-off-by: marceljd <support@dihosting.ch>
2019-01-27Only redis_host without portmarceljd
Signed-off-by: marceljd <support@dihosting.ch>
2019-01-27set redis environment variablesmarceljd
Signed-off-by: marceljd <support@dihosting.ch>
2018-09-14remove admin password and user name from autoconfigMarc Brückner
2017-09-14Pretty URLs for apache12.0.2-apache12.0.211.0.4-apache11.0.4Tilo Spannagel
2017-08-29Add data directory default12.0.2-fpm11.0.4-fpmTilo Spannagel
2017-08-29Add NEXTCLOUD_ADMIN_USER and NEXTCLOUD_ADMIN_PASSWORDTilo Spannagel
2017-08-29Add autoconfig.phpTilo Spannagel
2017-07-01Add apcu.config.phpTilo Spannagel
2017-07-01Move apps.config.php into config dirTilo Spannagel