Commit graph

5 commits

Author SHA1 Message Date
ce9a21c3b0 Switches Nextcloud image to Alpine 2023-10-29 11:18:05 +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
ac66074c2d Consolidated HTTP Security Headers (CSP not working yet) 2020-04-04 23:52:54 +02:00
82be4f4f60 Use the new traefik public network 2020-03-25 23:06:49 +01:00
e8b54ec967 Initial commit 2020-03-24 00:38:20 +01:00