src.nth.io/

summaryrefslogtreecommitdiff
path: root/prosody
AgeCommit message (Collapse)AuthorFilesLines
2026-06-29certbot: scoped CF API token; gate prosody deploy hook on RENEWED_LINEAGELuke Hoersten1-2/+19
cred.conf.j2 now emits the single-line dns_cloudflare_api_token form (scoped Cloudflare API Token) instead of the legacy account-wide email + global API key. prosody.sh.j2 deploy hook now no-ops unless $RENEWED_LINEAGE matches the prosody vhost, so unrelated lineage renewals (haskell.social, etracapital.com) no longer report a spurious "Hook reported error code 1 / No certificate for host found". Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
2026-04-05Harden role security: file permissions, service binding, no_log, strict defaultsLuke Hoersten1-0/+1
- Add no_log: true to tasks that handle passwords/secrets - Tighten config file permissions (0644 -> 0600/0640 where appropriate) - Bind pleroma to 127.0.0.1 instead of 0.0.0.0 - Tighten ergo unix socket mode 0777 -> 0770 - Remove weak defaults; roles now fail explicitly if required vars not set
2025-05-29More cert fixes.Luke Hoersten1-1/+1
2025-05-29Fixed an error with overwriting certbot certs.Luke Hoersten3-5/+5
2024-07-29Cleaned up always-changed status tasks.Luke Hoersten2-2/+2
2024-07-29Fixed prosody cert installation hook.Luke Hoersten1-1/+1
2024-07-20Version updates.Luke Hoersten1-1/+1
2024-02-04Tons of updates to fix migration to new server.Luke Hoersten1-1/+2
2020-09-05Use proper ssl cert config for prosody.Luke Hoersten4-17/+11
2020-07-04Got ngircd + atheme services roles working.Luke Hoersten1-1/+1
2020-06-14Added postgresql for prosody.Luke Hoersten4-5/+42
2020-06-14Copy prosody keys over.Luke Hoersten1-0/+14
2020-05-14Added prosody role.Luke Hoersten4-0/+52