1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2025-12-06 10:23:03 +00:00
(mirror) Convenience bundle for kiwi-scp
Find a file
JMM 68300c5bae
Merge pull request #12 from Penner4242/master
Update for Nextcloud version 31

- adjusted drone YML
- upgrade s6 overlay 3.1.5.0 -> 3.2.1.0
- nginx.conf.patch merged upstream changes
2025-09-23 02:12:06 +02:00
nginx Update for Nextcloud version 31 2025-09-23 02:08:46 +02:00
.drone.yml Update for Nextcloud version 31 2025-09-23 02:08:46 +02:00
Dockerfile Update for Nextcloud version 31 2025-09-23 02:08:46 +02:00
LICENSE documentation 2022-03-10 01:56:37 +01:00
README.md documentation 2022-03-10 01:56:37 +01:00
zzz-kiwi.conf expand FPM pool 2022-10-23 03:25:37 +02:00

kiwi-nextcloud

Build Status

kiwi - simple, consistent, powerful

Convenience bundle for kiwi-scp. Also on Docker Hub.

Use Case

kiwi-nextcloud bundles the Nextcloud fpm with an nginx proxy as one container. These are commonly deployed as separate containers like this.

The web container in these setups is often overlooked and the additional nginx.conf needed is an unnecessary source for errors. Standardize your kiwi-scp instances!

Each kiwi-nextcloud:n image derives from the official nextcloud:n-fpm-alpine images and recognizes the same docker options.

Typical usage in docker-compose.yml sections:

wep-app:
  image: yavook/kiwi-nextcloud:n
  volumes:
    - nextcloud:/var/www/html

Refer to the official Nextcloud Guides on how to set up your instance.