Commit Graph

10 Commits

Author SHA1 Message Date
Moritz 827cb16964 abra.sh post-deployment command to install apps 2022-11-08 16:39:32 +01:00
Moritz 20f0a45baf Automatically install apps specified via env variable. 2022-11-08 12:31:24 +01:00
Philipp Rothmann e76454c4fd .env.sample template domain 2022-09-13 16:37:55 +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
yksflip 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
decentral1se a4102cd0ca
chore: remove old config, not there anymore 2022-02-10 13:37:20 +01:00
Luke Murphy 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