-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a Nextcloud rock-on #43
Comments
Maybe it would be best to model this as closely as possible on our existing owncloud rock-on so that any transition from one to the other can be as smooth as possible. |
This one is on the way to become the official nextcloud docker image: See comment https://help.nextcloud.com/t/docker-image-available/351/50 and following |
Since my last comment an official docker image has appeared: https://hub.docker.com/_/nextcloud/ |
@daniel-illi That's great news, we might want to keep an eye on the docker version compatibility though, from your supplied link we have: "Supported Docker versions Support for older versions (down to 1.6) is provided on a best-effort basis." Currently we have:
|
Suman stated that 3.8.16-15 comes with updated docker packages (1.13.1). |
Please update the following forum thread where forum use OpenSourceUser expressed an interest in this Rockon: |
Here is another Nextcloud Docker and Rock-On file for easy installation. It includes php-fpm and Nginx reverse proxy with SSL and Let's Encrypt support. https://github.com/martmaiste/rockstor/tree/master/nextcloud |
I tried this container on Rockstor 3.9.0 and it seems to work for me... a JSON file already exists, and the inclusion of a reverse proxy in the container is appreciated (to me, at least). |
FYI - I have submitted a PR for a nextcloud-official which was modeled from the owncloud-official. I have also tested this and I am using it. |
I have updated @bennysp pr referenced in this issue as there is some useful discussion which I think is on verge of being resolved, i.e. I think we are almost there on this one. Please take a look at that pr and comment as you see fit. |
Update: @bennysp pr has now been merged but we are awaiting further changes prior to it being added to root.json and published. Please update this issue accordingly with these pending changes. |
There doesn't yet appear to be an official one:
nextcloud/server#145
But we could use greyltc's
https://github.com/greyltc/docker-nextcloud
which is tagged (defaults to latest = latest stable release):
https://help.nextcloud.com/t/docker-image-available/351/19
Note that config, apps, data, sslcert volume maping setting could be taken from: @nrgeen 's suggestion in the following issue on GitHub for this docker container:
greyltc/docker-nextcloud#4
-v /volume/nextcloud_docker/config:/usr/share/webapps/nextcloud/config
-v /volume/nextcloud/apps:/usr/share/webapps/nextcloud/apps
-v /volume/nextcloud/data:/usr/share/webapps/nextcloud/data
-v /volume/nextcloud/sslCert:/root/sslKeys
The text was updated successfully, but these errors were encountered: