src.nth.io/

summaryrefslogtreecommitdiff
path: root/nostr/relayer
AgeCommit message (Collapse)AuthorFilesLines
13 daysAdd no_log to nostr relayer DB schema taskLuke Hoersten1-0/+1
13 daysHarden role security: file permissions, service binding, no_log, strict defaultsLuke Hoersten1-1/+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
2024-07-29Cleaned up always-changed status tasks.Luke Hoersten1-0/+1
2024-02-04Tons of updates to fix migration to new server.Luke Hoersten1-1/+2
2023-07-22Split out nostr install and build roles.Luke Hoersten6-0/+94