Commit graph

5 commits

Author SHA1 Message Date
93ed612a65 Explicitly handles maintenance mode around instance setup; Provides and runs database utils scripts 2025-04-18 21:11:32 +02:00
365e166cbf Provides Nextcloud Hub 8 (Nextcloud 29) 2024-09-14 10:03:27 +02:00
51636d9538 Various Nginx improvements 2023-12-10 10:35:30 +01:00
d860a9c086 Pins Nextcloud to version 27 and switches from Apache to Nginx to improve performance esp. of video streaming (#2)
Streaming videos had been a pain with the default Nextcloud Docker image which uses Apache. This PR will replace that Docker image with Nextcloud 27 FPM and provides an Nginx to serve the app.

Additionally, with moving from the latest Nextcloud (-Apache) image to a pinned version, it will be way clearer, which version is about to be deployed, major upgrades have to be done consciously and without skipping major versions which Nextcloud does not support.

Co-authored-by: Jan Beilicke <dev@jotbe.io>
Reviewed-on: #2
2023-10-28 23:38:27 +02:00
e8b54ec967 Initial commit 2020-03-24 00:38:20 +01:00