Commit Graph

7 Commits

Author SHA1 Message Date
e8a8f636d0 add headers to embed nextcloud in frame on external site
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.
2022-08-31 15:40:18 +02:00
12eea19cab add postgres db (#26)
This PR moves the db service into two override files `compose.mariadb.yml` and `compose.postgres.yml`.

Existing installations need to add:
```
COMPOSE_FILE="compose.yml"
COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
```
to their .env file to ensure mariadb is still used.

Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de>
Reviewed-on: coop-cloud/nextcloud#26
2022-05-18 08:36:26 +00:00
a4102cd0ca chore: remove old config, not there anymore 2022-02-10 13:37:20 +01:00
2201a1c226 Make admin user configurable 2021-02-15 01:09:04 +01:00
3wc
a2bf6f1224 Fix embarrassing mass-typo 😳 2020-12-31 23:02:26 +02:00
3wc
c317c34153 APP → TYPE
Ref coop-cloud/abra#47
2020-12-31 22:54:41 +02:00
3wc
2b857d49f9 Switch from envrc → env format
Ref coop-cloud/abra#40
2020-12-30 13:23:04 +02:00