Compare commits

...

24 Commits
18 ... 56

Author SHA1 Message Date
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
sparklyballs 6cb3a060ba fix formatting markdown README 2017-03-15 15:52:48 +00:00
Neil b62b0f55f6 Merge pull request #18 from linuxserver/3.5
3.5
2017-03-08 00:18:29 +00:00
sparklyballs e26d5d8271 update readme, add badges 2017-03-07 23:51:53 +00:00
Neil f096b1f5ea Update README.md 2017-03-07 23:45:59 +00:00
Neil 80f10d8104 Update README.md 2017-03-07 23:43:55 +00:00
j0nnymoe 5177982d19 Merge pull request #17 from linuxserver/11.0.2
bump default install to 11.0.2
2017-02-28 11:04:05 +00:00
sparklyballs 5dd81e69d0 Update Dockerfile 2017-02-28 10:32:07 +00:00
sparklyballs 8ef83db0e2 bump default install to 11.0.2 2017-02-28 10:30:11 +00:00
sparklyballs d885fb23a7 remove dependencies already in baseimage 2017-02-14 22:45:07 +00:00
sparklyballs c90b0ea6e3 fix cron job 2017-02-14 20:53:27 +00:00
sparklyballs 339c5477ec first save up, satisfying depedencies only 2017-02-14 20:14:00 +00:00
sparklyballs db5bd27bdb Merge pull request #16 from linuxserver/11.0.1
Update Dockerfile
2017-01-22 22:47:43 +00:00
Neil 71a4b574ce Update Dockerfile 2017-01-22 22:40:43 +00:00
sparklyballs b24fecdd3c bump to version 11 for initial installation. 2016-12-22 02:14:21 +00:00
sparklyballs 278b197c87 Merge pull request #13 from linuxserver/CHBMB-patch-1
Update Dockerfile
2016-12-11 20:37:50 +00:00
Neil 62259e8164 Update Dockerfile 2016-12-11 20:26:35 +00:00
sparklyballs 9514482eef add version layer information 2016-10-14 15:18:00 +01:00
sparklyballs aac5ddb66f update media links README 2016-10-07 10:17:14 +01:00
sparklyballs c014556ca9 bump default installed to 10.0.1 2016-10-07 07:34:38 +01:00
sparklyballs 1abc67db8c update image link 2016-10-05 12:03:27 +01:00
5 changed files with 132 additions and 47 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<!--- Provide a general summary of the issue in the Title above -->
[linuxserverurl]: https://linuxserver.io
[![linuxserver.io](https://www.linuxserver.io/wp-content/uploads/2015/06/linuxserver_medium.png)][linuxserverurl]
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
<!--- If you have an issue with the project, please provide us with the following information -->
+1 -1
View File
@@ -1,7 +1,7 @@
<!--- Provide a general summary of your changes in the Title above -->
[linuxserverurl]: https://linuxserver.io
[![linuxserver.io](https://www.linuxserver.io/wp-content/uploads/2015/06/linuxserver_medium.png)][linuxserverurl]
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
<!--- Before submitting a pull request please check the following -->
+51 -38
View File
@@ -1,8 +1,13 @@
FROM lsiobase/alpine.nginx
FROM lsiobase/alpine.nginx:3.5
MAINTAINER sparklyballs
# set version label
ARG BUILD_DATE
ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
# package version
ENV NEXTCLOUD_VER="10.0.0"
ENV NEXTCLOUD_VER="11.0.3"
# environment settings
ENV NEXTCLOUD_PATH="/config/www/nextcloud"
@@ -16,71 +21,79 @@ RUN \
g++ \
gcc \
make \
php5-dev \
re2c \
samba-dev \
zlib-dev && \
apk add --no-cache --virtual=build-dependencies \
--repository http://nl.alpinelinux.org/alpine/edge/community \
php7-dev && \
# install runtime packages
apk add --no-cache \
curl \
ffmpeg \
libxml2 \
php5-apcu \
php5-bz2 \
php5-ctype \
php5-curl \
php5-dom \
php5-exif \
php5-ftp \
php5-gd \
php5-gmp \
php5-iconv \
php5-imap \
php5-intl \
php5-ldap \
php5-mcrypt \
php5-openssl \
php5-pcntl \
php5-pgsql \
php5-pdo_mysql \
php5-pdo_pgsql \
php5-pdo_sqlite \
php5-posix \
php5-sqlite3 \
php5-xml \
php5-xmlreader \
php5-zip \
php5-zlib \
samba \
sudo \
tar \
unzip && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/testing \
php5-memcached && \
--repository http://nl.alpinelinux.org/alpine/edge/main \
icu-libs \
libwebp && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/community \
php7-apcu \
php7-bz2 \
php7-ctype \
php7-curl \
php7-dom \
php7-exif \
php7-ftp \
php7-gd \
php7-gmp \
php7-iconv \
php7-imap \
php7-intl \
php7-ldap \
php7-mbstring \
php7-mcrypt \
php7-memcached \
php7-pcntl \
php7-pdo_mysql \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-pgsql \
php7-posix \
php7-sqlite3 \
php7-xml \
php7-xmlreader \
php7-zip && \
# fetch php smbclient source
git clone git://github.com/eduardok/libsmbclient-php.git /tmp/smbclient && \
# compile smbclient
cd /tmp/smbclient && \
phpize && \
./configure && \
make && \
make install && \
phpize7 && \
./configure \
--with-php-config=/usr/bin/php-config7 && \
make && \
make install && \
# uninstall build-dependencies
apk del --purge \
build-dependencies && \
# configure php and nginx for nextcloud
echo "extension="smbclient.so"" >> /etc/php5/php.ini && \
echo "extension="smbclient.so"" > /etc/php7/conf.d/00_smbclient.ini && \
sed -i \
's/;always_populate_raw_post_data = -1/always_populate_raw_post_data = -1/g' \
/etc/php5/php.ini && \
echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /defaults/nginx-fpm.conf && \
/etc/php7/php.ini && \
echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php7/php-fpm.conf && \
# cleanup
rm -rf \
+78 -6
View File
@@ -1,11 +1,83 @@
![https://linuxserver.io](https://www.linuxserver.io/wp-content/uploads/2015/06/linuxserver_medium.png)
[linuxserverurl]: https://linuxserver.io
[forumurl]: https://forum.linuxserver.io
[ircurl]: https://www.linuxserver.io/irc/
[podcasturl]: https://www.linuxserver.io/podcast/
[appurl]: https://nextcloud.com/
[hub]: https://hub.docker.com/r/linuxserver/nextcloud/
## This is a Container in active development by the [LinuxServer.io](https://linuxserver.io) team and is not recommended for use by the general public.
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
If you want to comment\contribute on this container , are looking for support on any of our other work , or are curious about us in general, check out the following.
The [LinuxServer.io][linuxserverurl] team brings you another container release featuring easy user mapping and community support. Find us for support at:
* [forum.linuxserver.io][forumurl]
* [IRC][ircurl] on freenode at `#linuxserver.io`
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
* [forum.linuxserver.io](https://forum.linuxserver.io)
* [IRC](https://www.linuxserver.io/index.php/irc/) on freenode at `#linuxserver.io`
* [Podcast](https://www.linuxserver.io/index.php/category/podcast/) 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/)
[Nextcloud][appurl] gives you access to all your files wherever you are.
Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices. Through Nextcloud you also access, sync and share your existing data on that FTP drive at the office, a Dropbox or a NAS you have at home.
[![nextcloud](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nextcloud-icon.png)][appurl]
## Usage
```
docker create \
--name nextcloud \
-p 443:443 \
-e PUID=<UID> -e PGID=<GID> \
-v </path/to/appdata>:/config \
-v <path/to/data>:/data \
linuxserver/nextcloud
```
## Parameters
`The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.
For example with a port -p external:internal - what this shows is the port mapping from internal to external of the container.
So -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
* `-p 443` - the port nextcloud web interface
* `-v /config` - nextcloud configs
* `-v /data` - your personal data
* `-e PGID` for for GroupID - see below for explanation
* `-e PUID` for for UserID - see below for explanation
It is based on Alpine Linux with s6 overlay, for shell access whilst the container is running do `docker exec -it nextcloud /bin/bash`
### User / Group Identifiers
Sometimes when using data volumes (`-v` flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user `PUID` and group `PGID`. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" <sup>TM</sup>.
In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as below:
```
$ id <dockeruser>
uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)
```
## Setting up the application
Access the webui at `<your-ip>:443`, for more information check out [Nextcloud][appurl].
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.
## Info
* Monitor the logs of the container in realtime `docker logs -f nextcloud`.
* container version number
`docker inspect -f '{{ index .Config.Labels "build_version" }}' nextcloud`
* image version number
`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/nextcloud`
## Versions
+ **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
@@ -1 +1 @@
*/15 * * * * s6-setuidgid abc php -f /config/www/nextcloud/cron.php
*/15 * * * * s6-setuidgid abc php7 -f /config/www/nextcloud/cron.php