Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)Author
2019-07-20docker: Remove Expose Ports (#946)langfingaz
If you start an docker image via docker or docker-compose all ports which are exposed through inside the Dockerfile are always opened! The user cannot disable it. See "sudo docker ps" after starting nextcloudpi-docker: Ports 80, 443 and 4443 are always exposed on the host. This even bypasses the UFW setup on the host system as docker directly modifies the ip tables. There exist some issues on the Docker repo discussing this problem. But the easiest "workaround" is not to force-expose any ports. Launching the Docker image normally or via docker-compose should not be affected. If the user has for example "ports: \n - 80:80 \n - 443:443 \n - 4443:4443" included in his compose file, he won't notice this change. What do you think of this? Is there any reason for not being able to expose the ports? Greetings, Daniel
2019-07-18move to buster/PHP7.3v1.15.0nachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-07-06build: no-ip cleaning workaround no longer needednachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-07-06build: use a system wide config file. Remove sury sourcesnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-05-13build: refactor docker buildsnachoparker
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-04-30letsencrypt: switch to apt versionv1.11.4nachoparker
2019-03-05docker: fix buildnachoparker
2019-01-27letsencrypt: use the latest github versionv1.4.9nachoparker
2019-01-17docker: change location of the nextcloud foldernachoparker
2019-01-12add NCP Nextcloud appv1.2.0nachoparker
2019-01-06ncp-app tweaksnachoparker
2019-01-05rework to use JSON based cfg and morenachoparker
2018-10-19docker: better cleanup callnachoparker
2018-09-29build: make sure we dont deactivate the wizard accidentallynachoparker
2018-09-23build: use a separate file for NCP database configv0.60.4nachoparker
2018-09-22build: fully local buildsnacho
2018-09-21docker: build fixesv0.59.18nacho
2018-06-27build: fix noip cleanup uninstalls udiskienachoparker
2018-06-19docker: adapt wizardv0.57.8nachoparker
2018-06-19build: refresh services only in curl installernachoparker
2018-06-19docker: build fixes (shutdown mysql, letsencrypt cert dir)nachoparker
2018-06-19added wizard.cfg to .gitignorenachoparker
2018-06-19docker: letsencrypt cleanup no longer necessarynachoparker
2018-05-28re-rename to NCPiv0.56.14nachoparker
2018-05-27Rework raspbian build systemnachoparker
2018-04-20renamed to NextCloudPlusv0.53.29nachoparker
2018-04-11docker: display message while the container inits for the first timenachoparker
2018-04-11docker: support to mount any external directorynachoparker
2018-04-10docker: fix updates from ncp-webnachoparker
2018-04-09docker: add updatesnachoparker
2018-04-09build: clean docker-envv0.53.25nachoparker
2018-03-29docker fix development environment first initializationnachoparker
2018-02-23add ncp-provisioning to SD card imagesv0.46.30nachoparker
2018-02-19random password provisioning on boot/startupv0.46.20Aeon512
During bootup of a new docker image, the redis password might not match the nextcloud configuration. Hence, we automatically update the nextcloud configuration. For the MariaDB password the same method is applied. Additionaly identical files have been moved to docker-common to simplify changes in the future
2018-02-13letsencrypt: only call update-rc.d in docker buildsv0.46.9nachoparker
2018-02-13Restore LetsEncrypt after docker-compose up/downAeon512
2018-02-09docker: fixes in build process for NC13 versionnachoparker
2017-12-05build: no need to remove historynachoparker
2017-11-24build: fix cleanupv0.37.3nachoparker
2017-11-22added armbian supportnachoparker
2017-11-16improve IP detectionv0.34.13nachoparker
2017-11-15ncp-web: only show wizard button if it exists, delete from dockerv0.34.11nachoparker
2017-11-15docker: add update-rc.d functionnachoparker
2017-11-14docker: add postfixnachoparker
2017-11-14docker: fix notificationsnachoparker
2017-11-11docker: add redisnachoparker
2017-11-05added docker-x86: nc and ncp for development. Update docker-armhfnachoparker
2017-09-21docker: updated to stretch and added NextCloudPi layernachoparker
2017-09-08letsencrypt: occ path fixv0.26.19nachoparker
2017-09-02fix IP regexv0.24.18nachoparker