Commit Graph

116 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
daa57eece9 chore: publish 2.1.2+24.0.3-fpm release 2.1.2+24.0.3-fpm 2022-08-04 18:39:44 +02:00
2ddf11728f add note about broken-ness 2022-08-03 13:39:31 +03:00
71d15ef4df fix typo 2022-08-03 11:51:35 +03:00
0d4f060e94 add note on previewgenerator 2022-08-03 11:50:15 +03:00
1e1977a2b4 chore: publish 2.1.1+24.0.2-fpm release 2.1.1+24.0.2-fpm 2022-07-14 10:51:54 +02:00
801e0a0762 chore: publish 2.1.0+24.0.0-fpm release 2.1.0+24.0.0-fpm 2022-05-18 11:12:59 +02:00
01f610d02f chore: publish 2.0.0+23.0.4-fpm release 2.0.0+23.0.4-fpm 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
3wc
c4eed9d8ea Add upgrade fixing before I forget it again 2022-03-24 03:17:29 +02:00
986a6024fd multiple sso buttons 2022-03-16 12:46:34 +01:00
a4102cd0ca chore: remove old config, not there anymore 2022-02-10 13:37:20 +01:00
fbe8faddc0 chore: publish 1.0.0+23.0.1-fpm release 1.0.0+23.0.1-fpm 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
3wc
28425b6138 Goodbye, emojis! 😢
[ci skip]
2021-11-23 12:19:05 +02:00
83a4789259 fix: increase packets to avoid comm timeouts
See https://www.percona.com/blog/2016/05/16/mysql-got-an-error-reading-communication-packet-errors/.

For ruangrupa infra.
2021-11-15 11:30:08 +01:00
3wc
6bc059cfcd Add app config tips from docs 2021-10-30 17:40:00 +02:00
033e5fccc6 fix: remove quotes, new abra explodes 2021-10-15 13:21:39 +02: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
fc99316b84 Listen to mysql and drop deprecated opts 2021-09-15 11:16:40 +02:00
63741bb0a7 Further hopeless hacking 2021-09-15 11:12:53 +02:00
56f616081c Skip those unknown things for php-fpm 2021-09-15 10:57:27 +02:00
1c62c5e3fb Bump fpm conf 2021-09-15 10:42:37 +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
5fa78c96dc Jiggle the FPM config 2021-08-26 12:45:06 +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
8dfad23470 Attempt to ignore mariadb upgrade
WIP but basically don't try run auto-upgrades for a bit.
2021-07-12 11:26:01 +02:00
bd6f1dc4c6 Scope internal network internally 2021-07-10 15:21:08 +02:00
83e70bb560 Version 21.0.3; sync labels 2021-07-05 07:02:53 +00:00
83b7ef9bfa chore(deps): update nextcloud docker tag to v21.0.3 2021-07-05 07:02:38 +00:00
53a4995378 Version 21.0.2_1; sync labels 2021-06-21 10:34:21 +00:00