summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2020-12-20Minor fixes and typos (#1336)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-12-09Environment variables in docker-compose section (#1316)tetebueno
* Environment variables in docker-compose section Docker-compose file in the example was missing database configuration environment variables of the app container, making the stack to use SQLite by default instead of the DB container. Didn't add `NEXTCLOUD_ADMIN_*` variables since this addresses the DB being configured with SQLite. This still works setting up admin credentials on first NC run. Signed-off-by: tetebueno <9064236+tetebueno@users.noreply.github.com> * Fixing FPM version too. Signed-off-by: tetebueno <9064236+tetebueno@users.noreply.github.com>
2020-11-06Add GitHub CI badge (#1301)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-25Fix typo in README (#1244)Tobias Messner
Signed-off-by: Tobias Messner <tobias@zusor.io>
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-07-28Revert "Fix triggering install and update script (#1181)"J0WI
This reverts commit de90bed706d03973c8181b695e0207fa45847c28.
2020-07-26Fix triggering install and update script (#1181)stackcoder
* Match cmd provided by Dockerfile again with entrypoint.sh Signed-off-by: stackcoder <stackcoder@gmail.com> * Fixup README.md Signed-off-by: stackcoder <stackcoder@gmail.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-20Add mips64le badgeJ0WI
2020-04-16Update badgesJ0WI
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-06Update url to occ (#1062)J0WI
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-03-31Compatibility with docker secrets (#560)Boris Gorbylev
* Read passwords from files specified with *_PASSWORD_FILE variables (docker secrets) Fixes #731 Signed-off-by: Boris Gorbylev <ekho@ekho.name> Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de> * Add NEXTCLOUD_ADMIN_USER, POSTGRES_DB, POSTGRES_USER Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de> * Fix Variables Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de> Co-authored-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
2019-11-04Readme: improve migration from existing section (#894)NeroBurner
* README: add postgresql commands to migration section Signed-off-by: NeroBurner <pyro4hell@gmail.com> * README: fix migration copy commands When the docker-compose up is run the first time the nextcloud directories are created. When after that the `docker cp` command copies whole folders they are added as subfolders to the existing folders. For example, when copying the data folder with ``` docker cp ./data/ nextcloud_app_1:/var/www/html/data ``` afterwards the data folder is in `/var/www/html/data/data` Signed-off-by: NeroBurner <pyro4hell@gmail.com> * README: migration: mention custom_apps config Signed-off-by: NeroBurner <pyro4hell@gmail.com>
2019-10-20Clean up the SMTP infoAchilleas Pipinellis
- Add STARTTLS - Add alternative 587 port Signed-off-by: Achilleas Pipinellis <axilleas@axilleas.me>
2019-10-09Fine tune of grammar and spell checks. (#888)ykcab
* grammar and spell checks Signed-off-by: ykcab <16911521+ykcab@users.noreply.github.com> * grammar and spell checks Signed-off-by: ykcab <16911521+ykcab@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-20Update build badgesJ0WI
2019-05-05Fix SQLite paragraph titleJ0WI
2019-04-30Revert "Compatibility with docker secrets (Fix #560)"Tilo Spannagel
[skip travis] Signed-off-by: Tilo Spannagel <development@tilosp.de>
2019-04-29Compatibility with docker secrets (Fix #560)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-04-29Clarify major version upgrade procedureJ0WI
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-04-18Small typo in readme.mdgusttt
Signed-off-by: gusttt <gusttt@users.noreply.github.com>
2019-02-26Merge pull request #658 from ykcab/minor-typoTilo Spannagel
Changes in the README.md
2019-02-25Changed you host to 'your host' in line 32ykcab
Signed-off-by: ykcab <alain.mbuku@pm.me>
2019-02-25Rephrase README's "Named Volumes" ParagraphJonas Thelemann
Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
2019-02-07Merge pull request #600 from marceljd/redis-env-varsTilo Spannagel
Set Redis through environment variables
2019-02-04Simple typo fixJay Rogers
Signed-off-by: Jay Rogers <jay@521dimensions.com>
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-27Updated ' to ` for better formattingmarceljd
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-27set redis environment variablesmarceljd
Signed-off-by: marceljd <support@dihosting.ch>
2018-12-13Add db command to docker-compose example in readmeRichard Steinmetz
Signed-off-by: Richard Steinmetz <steinmetz.richard@googlemail.com>
2018-10-16Merge pull request #515 from SnowMB/add_update_variableTilo Spannagel
Add NEXTCLOUD_UPDATE for containers started with non-default commands
2018-10-16clarified use of variableMarc Brückner
2018-10-15add a mechanism to set trusted domains on installArthur Schiwon
2018-10-15Added documentation to readmeMarc Brückner
2018-08-01Remove trailing whitespacesTilo Spannagel
2018-05-30Switch to new logoTilo Spannagel
2018-02-13Grammar fix in README.mdMaeyanie
Apostrophes are not intended to be used as warnings to the reader that an S is approaching.
2018-02-06Use new stack.ymlTilo Spannagel
2018-01-11Move image name to the endTilo Spannagel
2017-12-17Added recursive flag to chown commandYotam
2017-12-06Fixed typosMartin Gerhardy
2017-10-02Add Play with Docker buttonTilo Spannagel