Commit Graph
148 Commits
Author SHA1 Message Date
3wordchant 70c441ea70 Switch to self-hosted stack-ssh-deploy image [mass update] 2023-08-08 08:30:05 +00:00
moritz 8673aadbf3 chore: publish 3.1.1+25.0.1-fpm release 2023-08-08 08:30:05 +00:00
moritz ca19cf5732 increase healthcheck start_period for long updates 2023-08-08 08:30:05 +00:00
moritz 002531ea84 chore: publish 3.1.0+25.0.1-fpm release 2023-08-08 08:30:05 +00:00
moritz cc89f448f2 update release file for next release 2023-08-08 08:30:05 +00:00
3wordchant e3e66cb732 Update abra syntax in examples (finally) [mass update] 2023-08-08 08:30:05 +00:00
moritz b08bb5903f 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-08-08 08:30:05 +00:00
moritz 92bc8b0b68 feat: run occ commands from env variables as post deploy command 2023-08-08 08:30:05 +00:00
philippr b863452e9d feat: set default quota via abra app cmd 2023-08-08 08:30:05 +00:00
philippr af7bbe23d6 feat: template fpm settings
this closes #25
2023-08-08 08:30:05 +00:00
philippr 968552ea4c chore: clean up .env.sample 2023-08-08 08:30:05 +00:00
philippr 6185853ad3 refactor: move nc-app secrets to seperate overwrite yml 2023-08-08 08:30:05 +00:00
philippr 61e63f403b feat: make smtp settings configurable in .env 2023-08-08 08:30:05 +00:00
moritz 69fa1b9aed fix CI deployment: set bbb and onlyoffice secret version 2023-08-08 08:30:05 +00:00
moritz 1fd97150f7 use docker secrets for bbb 2023-08-08 08:30:05 +00:00
moritz e19504af56 add install_onlyoffice command 2023-08-08 08:30:05 +00:00
philippr 94558d4055 chore: publish 3.0.1+25.0.1-fpm release 2023-08-08 08:30:05 +00:00
3wordchant 54bb36a111 Fix typo in db_password versioning 2023-08-08 08:30:05 +00:00
decentral1se e5aafdae8b chore: publish 3.0.0+25.0.1-fpm release 2023-08-08 08:30:05 +00:00
3wordchant 2c8df2ad17 Return to <recipe>.example.com templating 2023-08-08 08:30:05 +00:00
philippr 95b902f7ab Add install_bbb app command 2023-08-08 08:30:05 +00:00
moritz 8a3283e398 refactor: clean abra.sh file from old unused functions 2023-08-08 08:30:05 +00:00
3wordchant aef52ab967 Set config versions for CI deployment 2023-08-08 08:30:05 +00:00
3wordchant 17c3cb6ac0 Auto-create proxy network during CI test 2023-08-08 08:30:05 +00:00
moritz 827cb16964 abra.sh post-deployment command to install apps 2022-11-08 16:39:32 +01:00
moritz 992992d678 Revert "Automatically install apps specified via env variable." for entrypoint.sh.tmpl
This reverts commit 20f0a45baf for entrypoint.sh.tmpl
2022-11-08 15:41:37 +01:00
moritz 20f0a45baf Automatically install apps specified via env variable. 2022-11-08 12:31:24 +01:00
philippr e996b5c057 chore: publish 2.1.4+24.0.6-fpm release 2.1.4+24.0.6-fpm 2022-10-13 17:12:29 +02:00
philippr 0aabef8f7b let app container wait for db init 2022-10-13 16:58:10 +02:00
philippr 2be42d0a84 fix frame ancestors 2022-10-11 16:12:04 +02:00
philippr e76454c4fd .env.sample template domain 2022-09-13 16:37:55 +02:00
philippr ec39fd5fed chore: publish 2.1.3+24.0.5-fpm release 2.1.3+24.0.5-fpm 2022-09-13 15:44:24 +02:00
yksflipandphilippr 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
philippr 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
decentral1se 2ddf11728f add note about broken-ness 2022-08-03 13:39:31 +03:00
decentral1se 71d15ef4df fix typo 2022-08-03 11:51:35 +03:00
decentral1se 0d4f060e94 add note on previewgenerator 2022-08-03 11:50:15 +03:00
decentral1se 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
philippr 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
philippr 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
yksflipandphilippr 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
3wordchant c4eed9d8ea Add upgrade fixing before I forget it again 2022-03-24 03:17:29 +02:00
decentral1se 986a6024fd multiple sso buttons 2022-03-16 12:46:34 +01:00
decentral1se a4102cd0ca chore: remove old config, not there anymore 2022-02-10 13:37:20 +01:00
decentral1se 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
decentral1se 262d61cd0e fix: drop old labelling scheme 2022-01-18 10:10:54 +01:00
decentral1se a61a3ffa75 chore: upgrade to new version 2021-12-02 11:41:45 +01:00
3wordchant 28425b6138 Goodbye, emojis! 😢
[ci skip]
2021-11-23 12:19:05 +02:00
d1admin 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
3wordchant 6bc059cfcd Add app config tips from docs 2021-10-30 17:40:00 +02:00