src.nth.io/

summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
22 hoursbuild roles: stage checkouts + artifacts under build_work_dirLuke Hoersten2-2/+2
Move every build role's working dir off /tmp (the SD card) to {{build_work_dir}}, which the playbook points at the SSD on the build host. nostr and pleroma stage their artifacts inside their own build dirs so the shared work dir can't collide, while preserving the archive top-level names (relayer, release) that the server roles depend on.
2026-04-25Build all roles from source with versioned artifactsLuke Hoersten4-11/+14
- 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-03-27Fixed paper build URL and nginx logging off.Luke Hoersten1-1/+1
2026-03-25Update versions and fix nginx logging.Luke Hoersten1-1/+1
2024-02-10Added paste limitsLuke Hoersten1-1/+1
2024-02-10Added pastebin bin role.Luke Hoersten7-0/+118