Custom Nextcloud image dengan Apache, SSL self-signed, Supervisor, ffmpeg, ghostscript, dan SMB support.
Repo untuk image ini: https://github.com/indrahulu/nextcloud
Image ini dibangun dari nextcloud:<version>-apache dan menambahkan:
supervisor sebagai process managerffmpeg dan ghostscript untuk preview/conversionbz2, smbclient/etc/apache2/ssl/)31.0, 32.0, 33.0, 34.0| Tag | Keterangan | Overwrite? |
|---|---|---|
34.0-apache | Latest per versi Nextcloud | ✅ |
34.0-apache-v1.2.3 | Versioned, immutable | ❌ |
34.0-apache-nightly | Nightly build | ✅ |
Contoh pull:
docker pull indrahulu/nextcloud:34.0-apache
docker pull indrahulu/nextcloud:34.0-apache-v1.0.0
docker pull indrahulu/nextcloud:34.0-apache-nightly
NEXTCLOUD_VERSION wajib di-specify secara eksplisit:
docker build --build-arg NEXTCLOUD_VERSION=31.0-apache -t indrahulu/nextcloud:31.0-apache .
docker build --build-arg NEXTCLOUD_VERSION=32.0-apache -t indrahulu/nextcloud:32.0-apache .
docker build --build-arg NEXTCLOUD_VERSION=33.0-apache -t indrahulu/nextcloud:33.0-apache .
docker build --build-arg NEXTCLOUD_VERSION=34.0-apache -t indrahulu/nextcloud:34.0-apache .
docker run -d -p 80:80 -p 443:443 indrahulu/nextcloud:34.0-apache
Smoke test memverifikasi:
bz2, smbclient) ter-loadbash tests/smoke-test.sh 31.0-apache
bash tests/smoke-test.sh 32.0-apache
bash tests/smoke-test.sh 33.0-apache
bash tests/smoke-test.sh 34.0-apache
Content type
Image
Digest
sha256:296db42bc…
Size
709.7 MB
Last updated
29 days ago
docker pull indrahulu/nextcloud:34.0-apache-nightly