Commit Graph

1250 Commits

Author SHA1 Message Date
Tilo Spannagel fb58bbb039 Merge pull request #161 from nextcloud/redis-3.1.4
Update redis to version 3.1.4
2017-09-27 13:15:33 +02:00
Tilo Spannagel 57edb879dc
Update redis to version 3.1.4 2017-09-27 13:03:27 +02:00
Docker Library Bot 650e4b3248 Update to 11.0.5 2017-09-20 15:51:08 +00:00
Docker Library Bot 8ad5dbd5f3 Update to 12.0.3 2017-09-20 15:51:08 +00:00
Tilo Spannagel a26e395c44 Merge pull request #153 from nextcloud/readme_autoconfig
Added readme entry for auto config
2017-09-14 17:13:49 +02:00
Tilo Spannagel 01a12b18f6 Fix Typo 2017-09-14 15:25:35 +02:00
Marc Brückner 4fd6a1186c Style fix 2017-09-14 15:17:30 +02:00
Marc Brückner c6995f135e Added readme entry for auto config 2017-09-14 15:14:29 +02:00
Tilo Spannagel 0d38b64c07 Merge pull request #152 from nextcloud/apache-pretty-urls
Pretty URLs for apache
2017-09-14 13:58:23 +02:00
Tilo Spannagel fd0cc806c8
Pretty URLs for apache 2017-09-14 10:23:46 +02:00
Tilo Spannagel 748af1e7b4 Merge pull request #150 from nextcloud/remove-arm32v5
Remove support for arm32v5
2017-09-08 11:45:28 +02:00
Tilo Spannagel afc0d21a71
Remove support for arm32v5 2017-09-08 11:32:41 +02:00
Tilo Spannagel a159d2ed34 Merge pull request #147 from nextcloud/autoconfig
Add autoconfig.php
2017-09-05 21:13:36 +02:00
Tilo Spannagel d87b840646
Add data directory default 2017-08-29 11:54:54 +02:00
Tilo Spannagel ea347ffbca
Add NEXTCLOUD_ADMIN_USER and NEXTCLOUD_ADMIN_PASSWORD 2017-08-29 10:58:20 +02:00
Tilo Spannagel 8a61625cd3
Add autoconfig.php 2017-08-29 01:07:09 +02:00
Tilo Spannagel fb4a84cfb4 Merge pull request #146 from nextcloud/remove-end-of-life
Remove end of life version 10.0
2017-08-27 11:16:15 +02:00
Tilo Spannagel 6a7a09903f
Remove end of life version 10.0 2017-08-27 11:01:20 +02:00
Tilo Spannagel 261f545fab Merge pull request #131 from tobru/dir_permissions
update directory permissions to be compatible with non-root
2017-08-26 16:26:16 +02:00
Tobias Brunner 6ed3dfe556
directory permissions for root group 2017-08-14 19:05:30 +02:00
Tilo Spannagel 69b4a015ed
Fix permissions when running as root 2017-08-14 19:05:30 +02:00
Tilo Spannagel 7366057ce1
Move COPY back down 2017-08-14 19:05:30 +02:00
Tobias Brunner bd3fc10d7d
update directory permissions to be compatible with non-root
This commit updates the directory permissions to be more compatible when
running the image without root f.e. on OpenShift or when specifying it
when running with `docker run --user www-data:root ...`.
It adds detection logic to the entrypoint script as sudo is not always
allowed.

This change in directory permissions was also proposed by the official
documentation, see https://github.com/nextcloud/documentation/commit/22e2530.

The `chown` before the volume definition is needed to prepare the volume
as it inherits the permissions.

refs https://github.com/nextcloud/docker/issues/107
2017-08-14 19:05:25 +02:00
Docker Library Bot 2220249a20 Update to 12.0.2 2017-08-14 15:51:08 +00:00
Tilo Spannagel 6ba1dc2c4d Merge pull request #142 from nextcloud/svg-logo
Switch to svg logo
2017-08-10 18:53:06 +02:00
Tilo Spannagel 57f45baaa8
Switch to svg logo 2017-08-10 18:49:26 +02:00
Tilo Spannagel 57b5e03f2a
Add logo.svg 2017-08-10 18:45:31 +02:00
Tilo Spannagel 7e50b222af Merge pull request #138 from nextcloud/redis-3.1.3
Update redis to version 3.1.3
2017-08-07 17:47:07 +02:00
Tilo Spannagel 444cd43edf
Update redis to version 3.1.3 2017-08-07 16:39:35 +02:00
Tilo Spannagel 15cc747f57 Merge pull request #137 from nextcloud/travis-only-master
Travis: Only build the master branch
2017-08-07 16:32:18 +02:00
Tilo Spannagel e49ef8ca64
Only build the master branch 2017-08-07 16:27:15 +02:00
Docker Library Bot a3bb5798c8 Update to 11.0.4 2017-08-07 09:52:10 +00:00
Docker Library Bot e714562be9 Update to 10.0.6 2017-08-07 09:52:10 +00:00
Docker Library Bot a01d47ed83 Update to 12.0.1 2017-08-07 09:52:10 +00:00
Tilo Spannagel d4d21963b5 Merge pull request #132 from t3easy/patch-1
Fix path to themes folder in the README
2017-07-19 11:58:27 +02:00
Jan Kiesewetter 2cd9beb623 Fix path to themes folder in the README 2017-07-19 09:34:20 +02:00
Tilo Spannagel 9ebc7e6045 Merge pull request #128 from nextcloud/pcntl
Add pcntl
2017-07-14 14:25:12 +02:00
Tilo Spannagel 59da82a5b2
Add pcntl 2017-07-13 18:33:39 +02:00
Tilo Spannagel e43855e3e1 Merge pull request #124 from Chewie/example_xframe_options
Example: remove X-Frame-Options from nginx.conf
2017-07-06 13:30:56 +02:00
Kévin Sztern aaf0f21306 Example: remove X-Frame-Options from nginx.conf 2017-07-05 21:48:14 +02:00
Tilo Spannagel 46f75cc0da Merge pull request #122 from nextcloud/arch-arm32v5
Add the arm32v5 architecture
2017-07-03 23:33:46 +02:00
Tilo Spannagel 315e2a7aef
Add the arm32v5 architecture 2017-07-03 20:02:28 +02:00
Tilo Spannagel 9e05789182 Merge pull request #121 from nextcloud/enable-apcu
Enable APCu
2017-07-03 13:39:11 +02:00
Tilo Spannagel f4309b27dc
Add apcu.config.php 2017-07-01 15:06:05 +02:00
Tilo Spannagel 40212aaa24
Move apps.config.php into config dir 2017-07-01 14:39:23 +02:00
Tilo Spannagel ec85bdaf20 Merge pull request #120 from simon04/patch-1
docs: Add hint for using the nextcloud Console
2017-07-01 12:32:38 +02:00
Tilo Spannagel abd27936d3 Add docker-compose occ example 2017-07-01 09:46:50 +02:00
Simon Legner a08a16c37e docs: Add hint for using the ownCloud Console 2017-06-30 22:52:19 +02:00
Tilo Spannagel 58b8d16719 Merge pull request #113 from nextcloud/multi-arch
Add multi arch support
2017-06-29 18:40:05 +02:00
Tilo Spannagel 0bd790309e
Use debMultiarch as libdir 2017-06-29 16:29:52 +02:00