Commit graph

63 commits

Author SHA1 Message Date
Reynir Björnsson
80b9e008ca compress must be a string 2025-02-11 09:09:03 +01:00
Reynir Björnsson
b09e308ce3 Expand tabs 2025-02-11 09:07:55 +01:00
Reynir Björnsson
ccc20902ea Restrict docker log size for nginx-proxy
It easily gets gargantuan.
2025-02-11 08:55:10 +01:00
Reynir Björnsson
4ffbbe9ce7 Make curl silent in restic scripts
Printing curl progress is just silly.
2025-02-11 08:36:18 +01:00
Reynir Björnsson
581cc4ea04 restic: also send mail to reynir on failure
It seems our own mailu instance is unhappy with postfix sending
ourselves these backup notifications.
2025-02-11 08:34:36 +01:00
Reynir Björnsson
737467597d Forgejo: serve a robots.txt (#233)
Graciously borrowed from https://codeberg.org/robots.txt

I checked, and forgejo is being hit by crawlers trying dead links and whatnot.

Reviewed-on: https://git.data.coop/data.coop/ansible/pulls/233
Reviewed-by: valberg <valberg@orn.li>
Co-authored-by: Reynir Björnsson <reynir@reynir.dk>
Co-committed-by: Reynir Björnsson <reynir@reynir.dk>
2025-02-10 18:07:27 +00:00
reynir
7e3da99411 Merge pull request 'Matrix: enable registration with tokens' (#229) from matrix-registration-token into main
Reviewed-on: https://git.data.coop/data.coop/ansible/pulls/229
2025-02-02 09:26:34 +00:00
Víðir Valberg Guðmundsson
b89215e12e Add OIDC RSA private key to membersystem secrets and environment. 2025-02-02 00:02:14 +01:00
Reynir Björnsson
0bc39511e4 Matrix: enable registration with tokens
This allows registration if the user has a valid registration token.
2025-01-31 11:14:06 +01:00
Víðir Valberg Guðmundsson
86b2c1a716 Setup matrix credentials for membersystem. 2025-01-16 08:16:58 +01:00
Viðir Valberg Guðmundsson
5502870384 Add data.coop to postfix ALLOWED_SENDER_DOMAINS. 2024-08-03 20:39:24 +02:00
Benjamin Bach
c00ab53269
Update environment variables re: https://git.data.coop/data.coop/membersystem/issues/38 2024-08-01 13:46:21 +02:00
Viðir Valberg Guðmundsson
bd4f92fd65 Bump matrix synapse to v1.109.0. 2024-06-19 21:12:58 +02:00
Viðir Valberg Guðmundsson
1bba1d066b Add matrix notifications to diun. 2024-06-19 20:57:50 +02:00
Sam Al-Sapti
e633ca13b4
Add hostname to Restic container 2024-03-29 21:01:50 +01:00
Víðir Valberg Guðmundsson
92ca044d06 Adding diun (#208)
Closes #174

Reviewed-on: https://git.data.coop/data.coop/ansible/pulls/208
Co-authored-by: Víðir Valberg Guðmundsson <valberg@orn.li>
Co-committed-by: Víðir Valberg Guðmundsson <valberg@orn.li>
2024-03-28 14:02:24 +00:00
Reynir Björnsson
9a03f71252 Fix another instance of domain=>remote_domain 2024-03-08 10:57:32 +01:00
Reynir Björnsson
a0988aa05d Rename variables to avoid name clash 2024-03-06 13:38:46 +01:00
Reynir Björnsson
4f129168c6 Add uptime-kuma push url for restic 2024-03-05 09:55:04 +01:00
Reynir Björnsson
d468e49830 . 2024-03-04 14:15:52 +01:00
Reynir Björnsson
ae497f0284 . 2024-03-04 13:30:58 +01:00
Reynir Björnsson
ac64706fcb . 2024-03-04 12:48:51 +01:00
Reynir Björnsson
9fb16d3a69 Address comments by @samsapti
We need to use ':' instead of '=' in yaml for environment variable
bindings.
Spurious tab where it should be all spaces
Rename variable mail-from to mail_from to align with existing code style
Nit: change email addresses
2024-03-04 09:20:04 +01:00
Reynir Björnsson
6982d0feaa Restic: send an email on backup failure 2024-03-03 21:17:48 +01:00
Sam A
d90b769640 Merge pull request 'Add uptime kuma as a service we can deploy to a different host for monitoring.' (#196) from add_uptime_data_coop into main
Reviewed-on: https://git.data.coop/data.coop/ansible/pulls/196
Reviewed-by: Sam A. <samsapti@noreply@git.data.coop>
2024-03-01 19:47:57 +00:00
Sam Al-Sapti
f792bf3dd1
Fixes and add Watchtower to Uptime Kuma instance 2024-02-29 20:45:59 +01:00
Reynir Björnsson
590597b137 Forgejo SMTP_ADDR was split into ditto + SMTP_PORT
And the default SMTP_PORT is 25 while we use 587 => mail notifications
broke
2024-02-21 11:23:29 +01:00
Víðir Valberg Guðmundsson
54a63ca069 Add uptime kuma as a service we can deploy to a different host for monitoring. 2024-02-11 14:50:21 +01:00
Sam Al-Sapti
46ffcd792c
Add missing bind mount and upgrade WriteFreely, close #192 2024-02-09 22:00:02 +01:00
Sam Al-Sapti
0fdfd2e76f
Exclude Mastodon cache from backup 2024-01-10 18:03:39 +01:00
Sam Al-Sapti
9164b39906
Fix Postfix DNS name not found 2023-12-12 22:00:55 +01:00
Sam Al-Sapti
dfcca8a3e9
Fix Mailu admin container DNS conflict with OpenLDAP admin 2023-12-10 22:01:04 +01:00
Sam Al-Sapti
f627d1cf32
Upgrade Mailu, close #167 2023-12-10 18:04:50 +01:00
Sam Al-Sapti
bd074929ac
Fix stuff 2023-12-09 19:37:46 +01:00
Sam Al-Sapti
e426c3d6c5
Rename Write Freely compose file 2023-12-07 20:47:11 +01:00
Sam Al-Sapti
3b8c526da1
Merge branch 'main' into compose-files 2023-12-07 20:39:04 +01:00
Víðir Valberg Guðmundsson
27321a16a2 Fix writefreely mariadb datadir and set user_invites to admin. 2023-12-03 23:49:06 +01:00
Víðir Valberg Guðmundsson
6e4b3e4aa4 Add writefreely instance. 2023-12-03 23:24:33 +01:00
Sam Al-Sapti
af6a130695
Fix handler and name 2023-10-04 19:58:54 +02:00
Sam Al-Sapti
301d1b7719
Add missing volume_folder vars 2023-10-04 19:35:09 +02:00
Sam Al-Sapti
f067a1b6c2
Convert websites to Compose stacks 2023-10-03 21:45:21 +02:00
Sam Al-Sapti
f50831460c
Convert all services to Compose stacks 2023-09-30 18:46:17 +02:00
Sam Al-Sapti
728455f42a
Convert Netdata to a Compose stack, close #80 2023-09-30 17:19:10 +02:00
Sam Al-Sapti
85aa718480
Split Matrix and Element into their own Compose stacks 2023-09-30 16:42:16 +02:00
Sam Al-Sapti
a47440b6b5
Move compose files into templates and upload them to the host 2023-09-30 16:25:06 +02:00
Sam Al-Sapti
656fb6baab
Merge branch 'main' into move_stuff_around 2023-09-29 23:02:07 +02:00
Sam Al-Sapti
28992b66af
Remove remaining Byro files 2023-09-29 22:56:48 +02:00
Sam Al-Sapti
4e6f18311d
Use subfolders for templates as well 2023-08-05 19:35:55 +02:00
Sam Al-Sapti
f9946e72ca
Merge branch 'main' into move_stuff_around 2023-07-20 18:09:41 +02:00
Sam Al-Sapti
863b285b07
Move files to their correct directories (files in files, Jinja2 templates in templates) 2023-07-09 20:27:32 +02:00