Commit Graph

87 Commits

Author SHA1 Message Date
7a25bd4835 chore: publish 3.3.0+25.0.5-fpm release 2023-04-05 17:22:32 +02:00
eac7431b13 chore: publish 3.2.0+25.0.4-fpm release 2023-03-22 18:06:06 +01:00
3wc
a52515e63e chore: publish 3.1.2+25.0.4-fpm release 2023-03-06 16:04:10 -05:00
897d787d86 chore: publish 3.1.1+25.0.1-fpm release 2023-01-20 15:04:23 +01:00
35b36d8c30 increase healthcheck start_period for long updates 2023-01-20 15:03:11 +01:00
738f71e6de chore: publish 3.1.0+25.0.1-fpm release 2023-01-20 11:16:56 +01:00
19c260b8da 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-01-12 21:16:31 +00: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
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
17bedc79e5 chore: publish 3.0.1+25.0.1-fpm release 2022-12-02 11:26:02 +01:00
3wc
26bd2225d4 Fix typo in db_password versioning 2022-11-22 18:43:52 -08:00
832655e360 chore: publish 3.0.0+25.0.1-fpm release 2022-11-18 17:33:04 +01:00
20f0a45baf Automatically install apps specified via env variable. 2022-11-08 12:31:24 +01:00
e996b5c057 chore: publish 2.1.4+24.0.6-fpm release 2022-10-13 17:12:29 +02:00
ec39fd5fed chore: publish 2.1.3+24.0.5-fpm release 2022-09-13 15:44:24 +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
daa57eece9 chore: publish 2.1.2+24.0.3-fpm release 2022-08-04 18:39:44 +02:00
1e1977a2b4 chore: publish 2.1.1+24.0.2-fpm release 2022-07-14 10:51:54 +02:00
801e0a0762 chore: publish 2.1.0+24.0.0-fpm release 2022-05-18 11:12:59 +02:00
01f610d02f chore: publish 2.0.0+23.0.4-fpm release 2022-05-18 10:49:30 +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
fbe8faddc0 chore: publish 1.0.0+23.0.1-fpm release 2022-02-10 10:40:34 +01:00
262d61cd0e fix: drop old labelling scheme 2022-01-18 10:10:54 +01:00
a61a3ffa75 chore: upgrade to new version 2021-12-02 11:41:45 +01:00
7e2618078b fix: use correct file type 2021-09-15 12:16:05 +02:00
8afb56d209 fix: use correct path for loading 2021-09-15 12:14:45 +02:00
56712f48ff Merge pull request 'Add mysql tuning stuff' (#23) from my-tune into main
Reviewed-on: coop-cloud/nextcloud#23
2021-09-15 08:40:53 +00:00
a40a28e95b Add mysql tuning stuff 2021-09-15 10:40:06 +02:00
3wc
3a7161306f Add a volume for Redis 2021-09-15 10:25:49 +02:00
3f31fdc0ba Try larger mem limit for PHP 2021-08-26 13:02:30 +02:00
bc1b5e3ebd Revert "Attempt to resolve STS stuff"
No idea what I'm doing. Didn't work.

This reverts commit 0449009398.
2021-08-26 12:57:06 +02:00
0449009398 Attempt to resolve STS stuff 2021-08-26 12:52:35 +02:00
5d1851e5b7 Add fpm tuning config
Closes coop-cloud/nextcloud#16 (comment).
2021-08-26 12:41:59 +02:00
39d4f0e9b7 Add labels 2021-08-26 12:14:52 +02:00
068706747e Get cron back in the game 2021-08-26 12:12:02 +02:00
58c7c62f34 Spacing 2021-08-26 12:11:29 +02:00
05f160625c Drop crufty health checks for now 2021-08-26 12:11:00 +02:00
3wc
42c6e8d553 Working nginx config 2021-08-26 12:08:03 +02:00
3wc
f71e43949a More FPM excitement 2021-08-26 12:08:03 +02:00
3b565b135c Attempt to tune mysql
Closes coop-cloud/nextcloud#21.
2021-08-26 11:30:22 +02:00
3wc
a679bfbb0a Nginx 2021-08-26 11:23:19 +02:00
ee1878c403 Support HTTP protocol overwriting
Closes coop-cloud/nextcloud#5.
2021-08-26 11:05:01 +02:00
3c757c929d nextcloud upgrade and cache labels 2021-08-26 11:00:02 +02:00
3wc
3803cf40eb Add Redis caching 2021-08-26 10:54:30 +02:00
c532f14952 Revert internal network change (see https://git.autonomic.zone/coop-cloud/organising/issues/62) 2021-07-15 16:07:11 +02:00