Commit graph

19 commits

Author SHA1 Message Date
Viktor Barzin
e225e81ebf
[ci skip] Move Terraform modules into stack directories
Move all 88 service modules (66 individual + 22 platform) from
modules/kubernetes/<service>/ into their corresponding stack directories:

- Service stacks: stacks/<service>/module/
- Platform stack: stacks/platform/modules/<service>/

This collocates module source code with its Terragrunt definition.
Only shared utility modules remain in modules/kubernetes/:
ingress_factory, setup_tls_secret, dockerhub_secret, oauth-proxy.

All cross-references to shared modules updated to use correct
relative paths. Verified with terragrunt run --all -- plan:
0 adds, 0 destroys across all 68 stacks.
2026-02-22 14:38:14 +00:00
Viktor Barzin
276217cef9
migrate to mailgun as smtp relay as sendgrid got enshitified [ci skip] 2025-05-31 21:29:36 +00:00
Viktor Barzin
6982855995
add truenas to mail user and move fail2ban logs to stdout as var/log doesnt work for some reason [ci skip] 2024-08-25 15:36:44 +00:00
Viktor Barzin
bae2a39284
remove body size limit for immich; remove dnscat2 deployment and some other random fixes [ci skip] 2024-06-01 10:59:06 +00:00
Viktor Barzin
0d1c9c850b
add some tls debugging for mailserver [ci skip] 2024-01-26 22:16:19 +00:00
Viktor Barzin
c04a16c54f
revert to old settings using sasl for auth with sendgrid [ci skip] 2024-01-01 22:05:13 +00:00
Viktor Barzin
552da26fff
upgrade tf providers; do not reset all defaults in postfix; enable spoof protection [ci skip] 2024-01-01 21:23:06 +00:00
Viktor Barzin
0c41f40c46
attempt to fix the sasl on postfix -> fail; rely on local networks auth [ci skip] 2024-01-01 20:17:56 +00:00
Viktor Barzin
91cab7871c
move privatebin to use nfs from iscsi as it is more rleiable [ci skip] 2023-11-10 18:46:00 +00:00
Viktor Barzin
c234e64d2e
disable sasl on mailserver as it is not working [ci skip] 2023-05-09 17:56:25 +00:00
viktorbarzin
0f5d78011f
remove spamhouse [ci skip] 2023-04-08 11:45:52 +01:00
viktorbarzin
70cc0f6b26
update mailserver image [ci skip] 2022-12-20 15:16:15 +00:00
viktorbarzin
18a7a6fea2
add sendgrid smtp relay settings to postfix [ci skip] 2022-12-17 14:04:52 +00:00
viktorbarzin
695d002eef
update tf to work with k8s 1.25.0 2022-08-31 22:04:09 +01:00
viktorbarzin
d1e7194b6b increase max message size for postfix 2021-05-16 13:18:10 +01:00
viktorbarzin
cf6648a194
update dkim policy [ci skip] 2021-04-10 02:11:14 +01:00
viktorbarzin
2c97f90bcf add bind ptr zone 2021-04-10 02:10:10 +01:00
viktorbarzin
2673c16d98
add missing mailserver terraform items 2021-02-18 22:26:36 +00:00
viktorbarzin
4caa987213
initial 2021-02-08 20:02:17 +00:00