src.nth.io/

summaryrefslogtreecommitdiff
path: root/pleroma/otp/templates/config.exs.j2
AgeCommit message (Collapse)AuthorFilesLines
13 hoursBuild all roles from source with versioned artifactsLuke Hoersten1-0/+5
- Add pleroma/build role to compile from source (OTP binaries no longer published) - Install Elixir 1.18.3 manually on Ubuntu Noble (ships 1.14, needs 1.15+) - Standardize all build roles to produce versioned .tar.gz artifacts - Add version defaults to all server roles (bin, dendrite, nostr/relayer) - Switch server roles from get_url to unarchive for .tar.gz installs - Add build_srv_dir variable to all build roles - Deploy pleroma styles.json so custom FE themes appear in picker - Fix pleroma OTP install: version check, root ownership, auto-cleanup old releases - Fix pleroma config: log level :warn -> :warning, remove availableStyles - Add wait_for grafana readiness before dashboard install - Set minecraft ops changed_when: false
2026-04-05Harden 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
2025-01-03Version updates and fixed excessive logging on web server.Luke Hoersten1-1/+1
2024-10-07Lots of updates and fixes for Ubuntu 24.04 Noble.Luke Hoersten1-5/+14
2022-09-05Changed pleroma logging to "warn" status.Luke Hoersten1-4/+4
2020-11-16Updated pleroma to 2.2.0 and added new dep.Luke Hoersten1-0/+6
2020-09-07Added optional log level change.Luke Hoersten1-0/+6
2020-07-09Added local pleroma prometheus scraping.Luke Hoersten1-2/+1
2020-07-01Added pleroma backup cleanup and mediaproxy.Luke Hoersten1-4/+2
2020-07-01Split out aws s3 and otp roles.Luke Hoersten1-0/+44