33 Commits

Author SHA1 Message Date
2b4e63ef31 Reapply "split bbb and onlyoffice compose.yml"
This reverts commit 180c26933779d81b8a6f9805223e003a66fcbaac.
2024-06-19 18:36:05 +02:00
180c269337 Revert "split bbb and onlyoffice compose.yml"
This reverts commit 9be859db25629c524889d159118a67270c96142d.
Accidentally introduced a breaking change into a patch release
2024-06-19 18:34:02 +02:00
9be859db25 split bbb and onlyoffice compose.yml 2024-06-19 15:40:27 +02:00
97e1d72604 Revert "wip split config"
This reverts commit 8a1fae2bacbd2742b9291325dcaea9914106f8f9.
2024-06-14 16:00:14 +02:00
8a1fae2bac wip split config 2024-06-06 17:14:50 +02:00
eead80b60a add env MAX_DB_CONNECTIONS to set the database connection limit 2024-02-27 09:47:26 +01:00
99514b5991 feat: add fulltextsearch using elasticsearch (#36)
Reviewed-on: coop-cloud/nextcloud#36
Co-authored-by: p4u1 <p4u1_f4u1@riseup.net>
Co-committed-by: p4u1 <p4u1_f4u1@riseup.net>
2023-12-22 12:09:58 +00:00
c4ea5e053e increase default timeout 2023-12-07 16:33:15 +01:00
88fc62bcd0 automating collabora installation 2023-08-24 11:01:50 +02:00
634a3553b9 fix: use saner fpm defaults 2023-07-31 13:42:52 +02:00
6546a05cf9 use standalone authentik secrets 2023-07-18 16:51:37 +02:00
63a1787ad6 fix env fpm default values overwriteable 2023-06-09 15:38:52 +02:00
78ea500d5e add auto update and timeout env 2023-04-18 18:21:48 +02:00
fce0b9f7cb feat: authentik autoconfiguration 2023-03-22 17:47:06 +01:00
3156757fee feat: run occ commands from env variables as post deploy command 2023-01-10 18:09:11 +01:00
012e9c2310 feat: set default quota via abra app cmd 2022-12-14 12:12:41 +01:00
805b29d918 feat: template fpm settings
this closes #25
2022-12-13 15:31:38 +01:00
9148747de6 chore: clean up .env.sample 2022-12-07 16:18:37 +01:00
c646f95706 refactor: move nc-app secrets to seperate overwrite yml 2022-12-07 16:15:26 +01:00
f0bbb28626 feat: make smtp settings configurable in .env 2022-12-07 15:51:57 +01:00
f87f9fc4da use docker secrets for bbb 2022-12-06 14:47:29 +01:00
1b76b6211f add install_onlyoffice command 2022-12-06 13:27:45 +01:00
3wc
b86b044e5e Return to <recipe>.example.com templating 2022-11-18 07:25:03 -08:00
827cb16964 abra.sh post-deployment command to install apps 2022-11-08 16:39:32 +01:00
20f0a45baf Automatically install apps specified via env variable. 2022-11-08 12:31:24 +01:00
e76454c4fd .env.sample template domain 2022-09-13 16:37:55 +02:00
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
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