| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2025-01-15 | Another AoC cookie update | -0/+0 | ||
| 2025-01-15 | Update Sir Robin with new AoC Constants | -0/+0 | ||
| 2025-01-02 | Disable daily reddit top posts | -0/+0 | ||
| 2024-11-30 | 2024 AoC settings for sir-robin | -1/+2 | ||
| 2024-11-16 | Only retain loki logs for 14d | -0/+4 | ||
| 2024-10-07 | Add twitter alias for directors | -0/+1 | ||
| 2024-10-01 | Remove prestashop from alert.d nginx exception for p99 timing alert | -1/+1 | ||
| 2024-10-01 | Make thallium available on pythondiscord.com | -0/+21 | ||
| 2024-10-01 | Reflect pythondiscord tls cert into merch ns | -2/+2 | ||
| 2024-10-01 | Remove prestashop | -100/+0 | ||
| 2024-09-23 | Add printful store ID for merch | -0/+1 | ||
| 2024-09-21 | Remove homedir serving from default server | -5/+0 | ||
| 2024-09-21 | Add new pydis.wtf site config to serve landing page | -3/+19 | ||
| 2024-09-21 | Add new role for bootstrapping the CI user with limited SSH keys | -0/+33 | ||
| Add new ci-user role to netcup nodes | ||||
| 2024-09-19 | Add owlcorp.uk landing page | -0/+20 | ||
| 2024-09-19 | Disable GitHub authentication in Grafana | -11/+0 | ||
| 2024-09-19 | Further optimisations to AlertManager initscript | -1/+1 | ||
| 2024-09-13 | Update dependency ruff to v0.6.5 | -21/+21 | ||
| | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ruff | 0.6.4 | 0.6.5 | | ||||
| 2024-09-12 | Update poetry | -15/+15 | ||
| | datasource | package | from | to | | ---------- | ----------------------------------------- | ------ | ------ | | pypi | ansible-core | 2.17.3 | 2.17.4 | | pypi | ansible-lint | 24.7.0 | 24.9.0 | | pypi | mkdocs-git-revision-date-localized-plugin | 1.2.8 | 1.2.9 | | ||||
| 2024-09-12 | Update ansible | -2/+2 | ||
| | datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | ansible.posix | 1.5.4 | 1.6.0 | | galaxy-collection | community.general | 9.3.0 | 9.4.0 | | ||||
| 2024-09-09 | Lower metabase database connection pool size | -0/+0 | ||
| The default of 15 constantly hogs memory and processes on our server, even when Metabase is not doing anything. This is wasteful. | ||||
| 2024-09-09 | Update dependency community.crypto to v2.22.0 | -1/+1 | ||
| | datasource | package | from | to | | ----------------- | ---------------- | ------ | ------ | | galaxy-collection | community.crypto | 2.21.1 | 2.22.0 | | ||||
| 2024-09-08 | Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.8 | -3/+8 | ||
| | datasource | package | from | to | | ---------- | ----------------------------------------- | ----- | ----- | | pypi | mkdocs-git-revision-date-localized-plugin | 1.2.7 | 1.2.8 | | ||||
| 2024-09-07 | Schedule vacation replies on nice queue | -1/+2 | ||
| 2024-09-07 | Document Fredrick's vacation script in header | -0/+4 | ||
| 2024-09-05 | Update dependency ruff to v0.6.4 | -21/+21 | ||
| | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ruff | 0.6.3 | 0.6.4 | | ||||
| 2024-09-05 | Nice | -4/+4 | ||
| Nice | ||||
| 2024-09-05 | Fix p1 in Fredrick | -1/+1 | ||
| 2024-09-04 | AlertManager init use Alpine | -2/+2 | ||
| Smaller image and faster startup | ||||
| 2024-09-03 | Add all accepted mail domains to SRS exclude configuration | -0/+21 | ||
| We don't want to rewrite the envelopes of mail that is from a valid domain of our mailserver (e.g. pydis.com or int.pydis.wtf), but by default PostSRSD will rewrite anything that is not the `mydomain` configuration variable of Postfix (which is just set to `pydis.wtf` for us). This change updates the environment defaults for PostSRSD to ensure that we don't change any envelopes that don't need to be changed, as well as ensuring that to end mailservers the DKIM and SPF checks are made against the actual domain (e.g. int.pydis.wtf) instead of the rewritten envelope. | ||||
| 2024-09-03 | Appease the documentation dictator | -4/+9 | ||
| 2024-09-03 | Update postfix main.cf to pass through new conditional SRS rewriter | -2/+2 | ||
| 2024-09-03 | Add new postfix sub-services for conditional SRS rewriting | -0/+23 | ||