Compare commits

...

14 Commits
51 ... 82

Author SHA1 Message Date
sparklyballs a29fb57ce6 Merge pull request #43 from linuxserver/bump_12.03
bump default install to 12.0.3
2017-09-21 09:31:55 +01:00
sparklyballs 34122d554a bump default install to 12.0.3 2017-09-20 22:12:39 +01:00
aptalca be108f29c0 Merge pull request #42 from linuxserver/bump_12.0.2
bump default install to 12.0.2
2017-08-19 11:33:45 -04:00
sparklyballs 1acf245951 bump default install to 12.0.2 2017-08-19 00:43:36 +01:00
sparklyballs 678e055246 update of README with badges for new ci 2017-07-11 17:28:57 +01:00
j0nnymoe 087af6a87d Merge pull request #34 from linuxserver/alpine_3.6
bump to alpine 3.6
2017-05-25 22:37:43 +01:00
sparklyballs b3e535133a bump to alpine 3.6 2017-05-25 11:33:38 +01:00
Neil 6cfdcbe06a Merge pull request #33 from linuxserver/nextcloud_12
update to nextcloud 12
2017-05-22 14:56:19 +01:00
sparklyballs b88a56ff28 amend changelog line 2017-05-22 13:47:56 +01:00
sparklyballs 007691caf8 update to nextcloud 12 2017-05-22 13:41:58 +01:00
j0nnymoe 4295126fc3 Merge pull request #29 from linuxserver/memcached_repo
use community repo version of php7-memcached, has been fixed in php 7.14
2017-05-03 13:42:32 +01:00
sparklyballs 5901725af9 use community repo version of php7-memcached, has been fixed in php 7.14 2017-05-03 09:39:25 +01:00
Neil 414ae23314 Merge pull request #24 from linuxserver/php7_edge
use edge repository for php dependencies
2017-03-29 23:42:40 +01:00
sparklyballs 2146f5cc1d use edge repository for php dependencies 2017-03-29 22:52:04 +01:00
3 changed files with 13 additions and 8 deletions
+4 -6
View File
@@ -1,4 +1,4 @@
FROM lsiobase/alpine.nginx:3.5
FROM lsiobase/alpine.nginx:3.6
MAINTAINER sparklyballs
# set version label
@@ -7,7 +7,7 @@ ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
# package version
ENV NEXTCLOUD_VER="11.0.2"
ENV NEXTCLOUD_VER="12.0.3"
# environment settings
ENV NEXTCLOUD_PATH="/config/www/nextcloud"
@@ -46,6 +46,8 @@ RUN \
php7-ldap \
php7-mbstring \
php7-mcrypt \
php7-memcached \
php7-opcache \
php7-pcntl \
php7-pdo_mysql \
php7-pdo_pgsql \
@@ -61,10 +63,6 @@ RUN \
tar \
unzip && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/testing \
php7-memcached && \
# fetch php smbclient source
git clone git://github.com/eduardok/libsmbclient-php.git /tmp/smbclient && \
+8 -1
View File
@@ -13,7 +13,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
# linuxserver/nextcloud
[![](https://images.microbadger.com/badges/version/linuxserver/nextcloud.svg)](https://microbadger.com/images/linuxserver/nextcloud "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/linuxserver/nextcloud.svg)](http://microbadger.com/images/linuxserver/nextcloud "Get your own image badge on microbadger.com")[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/nextcloud.svg)][hub][![Docker Stars](https://img.shields.io/docker/stars/linuxserver/nextcloud.svg)][hub][![Build Status](http://jenkins.linuxserver.io:8080/buildStatus/icon?job=Dockers/LinuxServer.io/linuxserver-nextcloud)](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-nextcloud/)
[![](https://images.microbadger.com/badges/version/linuxserver/nextcloud.svg)](https://microbadger.com/images/linuxserver/nextcloud "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/linuxserver/nextcloud.svg)](https://microbadger.com/images/linuxserver/nextcloud "Get your own image badge on microbadger.com")[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/nextcloud.svg)][hub][![Docker Stars](https://img.shields.io/docker/stars/linuxserver/nextcloud.svg)][hub][![Build Status](https://ci.linuxserver.io/buildStatus/icon?job=Docker-Builders/x86-64/x86-64-nextcloud)](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-nextcloud/)
[Nextcloud][appurl] gives you access to all your files wherever you are.
@@ -65,6 +65,8 @@ Access the webui at `<your-ip>:443`, for more information check out [Nextcloud][
Please note you will need a MySQL/MariaDB or other backend database to set this up. Also please look [here](https://docs.nextcloud.com/server/11/admin_manual/installation/system_requirements.html#database-requirements-for-mysql-mariadb) for how to configure your database with regard to binlog format and installation.
If updating to nextcloud 12 you will need to comment out line `add_header X-Frame-Options "SAMEORIGIN";` in the file /config/nginx/site-confs/default
## Info
* Monitor the logs of the container in realtime `docker logs -f nextcloud`.
@@ -79,4 +81,9 @@ Please note you will need a MySQL/MariaDB or other backend database to set this
## Versions
+ **20.09.17:** Bump default install to 12.0.3.
+ **19.08.17:** Bump default install to 12.0.2.
+ **25.05.17:** Rebase to alpine 3.6.
+ **22.05.17:** Update to nextcloud 12.0, adding required dependecies and note about commenting out SAMEORIGIN; line.
+ **03.05.17:** Use community repo of memcached.
+ **07.03.17:** Release into main repository and upgrade to php7 and Alpine 3.5.
+1 -1
View File
@@ -20,7 +20,7 @@ server {
# Add headers to serve security related headers
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;";
add_header X-Content-Type-Options nosniff;
add_header X-Frame-Options "SAMEORIGIN";
# add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;