Commit Graph

25 Commits

Author SHA1 Message Date
61e63f403b feat: make smtp settings configurable in .env 2023-08-08 08:30:05 +00:00
1fd97150f7 use docker secrets for bbb 2023-08-08 08:30:05 +00:00
e19504af56 add install_onlyoffice command 2023-08-08 08:30:05 +00:00
95b902f7ab Add install_bbb app command 2023-08-08 08:30:05 +00:00
8a3283e398 refactor: clean abra.sh file from old unused functions 2023-08-08 08:30:05 +00:00
827cb16964 abra.sh post-deployment command to install apps
Some checks failed
continuous-integration/drone/pr Build is failing
2022-11-08 16:39:32 +01:00
0aabef8f7b let app container wait for db init 2022-10-13 16:58:10 +02:00
16ad6c22ea add headers to embed nextcloud in frame on external site (#28)
Some checks failed
continuous-integration/drone/push Build is failing
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: #28
2022-09-02 14:32:04 +00: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
033e5fccc6 fix: remove quotes, new abra explodes
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-15 13:21:39 +02:00
fc99316b84 Listen to mysql and drop deprecated opts
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-15 11:16:40 +02:00
63741bb0a7 Further hopeless hacking
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-15 11:12:53 +02:00
56f616081c Skip those unknown things for php-fpm
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-15 10:57:27 +02:00
1c62c5e3fb Bump fpm conf
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-15 10:42:37 +02:00
a40a28e95b Add mysql tuning stuff
Some checks failed
continuous-integration/drone/pr Build is failing
2021-09-15 10:40:06 +02:00
5fa78c96dc Jiggle the FPM config
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-26 12:45:06 +02:00
5d1851e5b7 Add fpm tuning config
Some checks failed
continuous-integration/drone/push Build is failing
Closes #16 (comment).
2021-08-26 12:41:59 +02:00
3wc
42c6e8d553 Working nginx config
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-26 12:08:03 +02:00
3wc
f71e43949a More FPM excitement 2021-08-26 12:08:03 +02:00
3wc
a679bfbb0a Nginx
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-26 11:23:19 +02:00
66642ba905 feat: functional backup & semi-functional restore
Restore is limited until I can test just dumping the sql file in the db

Backup works fully and rescans files.

Patch is part of the backup initiative to solidify our backup strategy
2021-05-31 15:42:43 +01:00
d174977c1f Remove old version handling
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-02 21:17:03 +02:00
3wc
cd03598950 Pin version, record in abra.sh
All checks were successful
continuous-integration/drone/push Build is passing
2021-03-03 13:08:30 +02:00
3wc
cf1ce06704 Fix occ command 2021-03-02 18:32:21 +02:00
3wc
161433a2d9 Rename abra-commands.sh to abra.sh
All checks were successful
continuous-integration/drone/push Build is passing
Ref coop-cloud/abra#43
2021-02-08 15:31:12 +02:00