https://github.com/birkhofflee/nextcloud-ocdownloader-deps-dockerfile
The Dockerfile that adds ocdownloader's dependencies to the official nextcloud image
https://github.com/birkhofflee/nextcloud-ocdownloader-deps-dockerfile
Last synced: 3 months ago
JSON representation
The Dockerfile that adds ocdownloader's dependencies to the official nextcloud image
- Host: GitHub
- URL: https://github.com/birkhofflee/nextcloud-ocdownloader-deps-dockerfile
- Owner: BirkhoffLee
- License: mit
- Created: 2018-10-18T02:17:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T02:23:41.000Z (over 6 years ago)
- Last Synced: 2025-01-19T10:22:22.193Z (5 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextcloud-ocdownloader-deps-dockerfile
The Dockerfile that adds ocdownloader's dependencies to the official nextcloud image.Code originally from https://github.com/frontc/docker, I extracted the essentials and used a yet different and better approach to patch the original image (using `FROM nextcloud` in Dockerfile instead of editing directly in the `nextcloud` Dockerfile). All credits to [frontc](https://github.com/frontc).
# Usage
I recommend using *docker-compose*, though.
```
$ git clone https://github.com/BirkhoffLee/nextcloud-ocdownloader-deps-dockerfile.git
$ cd nextcloud-ocdownloader-deps-dockerfile
$ docker build -t nextcloud_patched .
$ docker run ... nextcloud_patched
```After installation of ocdownloader, choose `Aria2` for the downloader option (should be default).
# Credit
All credits to https://github.com/frontc/docker, thanks for the work.