Commit Graph

8 Commits

Author SHA1 Message Date
moritz b08bb5903f healthchecks (#32)
Adding healthchecks for nginx, mariadb, redis and php-fpm

Co-authored-by: Moritz <moritz.m@local-it.org>
Reviewed-on: coop-cloud/nextcloud#32
2023-08-08 08:30:05 +00:00
Philipp Rothmann 61e63f403b feat: make smtp settings configurable in .env 2023-08-08 08:30:05 +00:00
Moritz 992992d678 Revert "Automatically install apps specified via env variable." for entrypoint.sh.tmpl
This reverts commit 20f0a45baf for entrypoint.sh.tmpl
2022-11-08 15:41:37 +01:00
Moritz 20f0a45baf Automatically install apps specified via env variable. 2022-11-08 12:31:24 +01:00
Philipp Rothmann 0aabef8f7b let app container wait for db init 2022-10-13 16:58:10 +02:00
yksflip 16ad6c22ea add headers to embed nextcloud in frame on external site (#28)
This introduces new env variables to configure nextloud to be embedded via
iframe on an external site.
Setting X_FRAME_OPTIONS_ENABLED=1 will configure nginx and nextcloud to
set X-Frame-Options and CSP headers to allow the domain configured in
X_FRAME_OPTIONS_ALLOW_FROM.

I created a PR because I'm not sure if this is helpful for other people or just a custom hack that bloats the recipe :D

Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de>
Reviewed-on: coop-cloud/nextcloud#28
2022-09-02 14:32:04 +00:00
3wc 268f55d829 Use upstream auto-config 😳 2020-09-09 01:01:15 +02:00
3wc af10cabaf8 One-shot install 2020-09-09 00:52:37 +02:00