diff options
| author | Luke Hoersten <[email protected]> | 2026-04-25 19:54:49 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-04-25 19:54:49 -0500 |
| commit | 6a8cb5f10557733f1521035d57a191b12832d634 (patch) | |
| tree | 159e102eb03c7c04e7f51844fd4da136b9185fdd /pleroma/build/defaults | |
| parent | 5d5b976e379487e8b1eccc4fc96d5920a930ff0f (diff) | |
Build all roles from source with versioned artifacts
- 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
Diffstat (limited to 'pleroma/build/defaults')
| -rw-r--r-- | pleroma/build/defaults/main.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pleroma/build/defaults/main.yaml b/pleroma/build/defaults/main.yaml new file mode 100644 index 0000000..2d16436 --- /dev/null +++ b/pleroma/build/defaults/main.yaml @@ -0,0 +1,9 @@ +--- + +pleroma_version: "2.10.0" +pleroma_elixir_version: "1.18.3" +pleroma_erlang_otp_version: "25" +# https://git.pleroma.social/pleroma/pleroma/releases +pleroma_tar: "https://git.pleroma.social/pleroma/pleroma/archive/v{{pleroma_version}}.tar.gz" +pleroma_build_dir: "/tmp/pleroma" +pleroma_srv_dir: "{{build_srv_dir}}" |
