# HG changeset patch # User Luke Hoersten # Date 1680546018 18000 # Node ID 9e2b2cc6ccf124820d49eb96b78605c819cc9d20 # Parent dcdb18c5dc2167bf78299df412c6cd11e16db5e2 Version update diff -r dcdb18c5dc21 -r 9e2b2cc6ccf1 dendrite/server/defaults/main.yaml --- a/dendrite/server/defaults/main.yaml Thu Feb 23 17:55:33 2023 -0600 +++ b/dendrite/server/defaults/main.yaml Mon Apr 03 13:20:18 2023 -0500 @@ -1,7 +1,7 @@ --- dendrite_user: "dendrite" -dendrite_version: "0.11.1" +dendrite_version: "0.12.0" dendrite_tar: "https://github.com/matrix-org/dendrite/archive/refs/tags/v{{dendrite_version}}.tar.gz" dendrite_build_dir: "/tmp/dendrite-{{dendrite_version}}" dendrite_old_key: false diff -r dcdb18c5dc21 -r 9e2b2cc6ccf1 dendrite/server/tasks/main.yaml --- a/dendrite/server/tasks/main.yaml Thu Feb 23 17:55:33 2023 -0600 +++ b/dendrite/server/tasks/main.yaml Mon Apr 03 13:20:18 2023 -0500 @@ -44,13 +44,13 @@ group: "root" mode: "0755" loop: - - {"src": "dendrite-monolith-server" , "dest": "dendrite-monolith-server"} - - {"src": "create-account" , "dest": "dendrite-create-account"} - - {"src": "dendrite-polylith-multi" , "dest": "dendrite-polylith-multi"} - - {"src": "dendrite-upgrade-tests" , "dest": "dendrite-upgrade-tests"} - - {"src": "generate-config" , "dest": "dendrite-generate-config"} - - {"src": "generate-keys" , "dest": "dendrite-generate-keys"} - - {"src": "resolve-state" , "dest": "dendrite-resolve-state"} + - {"src": "dendrite" , "dest": "dendrite"} + - {"src": "create-account" , "dest": "dendrite-create-account"} + - {"src": "dendrite-polylith-multi" , "dest": "dendrite-polylith-multi"} + - {"src": "dendrite-upgrade-tests" , "dest": "dendrite-upgrade-tests"} + - {"src": "generate-config" , "dest": "dendrite-generate-config"} + - {"src": "generate-keys" , "dest": "dendrite-generate-keys"} + - {"src": "resolve-state" , "dest": "dendrite-resolve-state"} - name: create instance dir become: yes diff -r dcdb18c5dc21 -r 9e2b2cc6ccf1 dendrite/server/templates/dendrite@.service.j2 --- a/dendrite/server/templates/dendrite@.service.j2 Thu Feb 23 17:55:33 2023 -0600 +++ b/dendrite/server/templates/dendrite@.service.j2 Mon Apr 03 13:20:18 2023 -0500 @@ -4,7 +4,7 @@ [Service] WorkingDirectory={{dendrite_dir}}/%i/ -ExecStart=/usr/local/bin/dendrite-monolith-server -config "{{dendrite_dir}}/%i/dendrite.yaml" -http-bind-address ":%i" +ExecStart=/usr/local/bin/dendrite -config "{{dendrite_dir}}/%i/dendrite.yaml" -http-bind-address ":%i" Restart=always User={{dendrite_user}} LimitNOFILE=65535 diff -r dcdb18c5dc21 -r 9e2b2cc6ccf1 ergo/defaults/main.yaml --- a/ergo/defaults/main.yaml Thu Feb 23 17:55:33 2023 -0600 +++ b/ergo/defaults/main.yaml Mon Apr 03 13:20:18 2023 -0500 @@ -1,6 +1,7 @@ --- ergo_user: "ergo" +# https://github.com/ergochat/ergo/releases/ ergo_version: "2.11.1" ergo_arch: "arm64" ergo_tar_name: "ergo-{{ergo_version}}-linux-{{ergo_arch}}" diff -r dcdb18c5dc21 -r 9e2b2cc6ccf1 minecraft/server/defaults/main.yaml --- a/minecraft/server/defaults/main.yaml Thu Feb 23 17:55:33 2023 -0600 +++ b/minecraft/server/defaults/main.yaml Mon Apr 03 13:20:18 2023 -0500 @@ -12,20 +12,21 @@ minecraft_dir: "{{minecraft_parent_dir}}/minecraft/{{minecraft_world_name}}" minecraft_url: "https://papermc.io/api/v2/projects/paper/versions/{{minecraft_paper_version}}/builds/{{minecraft_paper_build}}/downloads/paper-{{minecraft_paper_version}}-{{minecraft_paper_build}}.jar" -# https://papermc.io +# https://papermc.io/downloads/paper # paper is a spigot derivative -minecraft_paper_version: "1.19.3" -minecraft_paper_build: "420" +minecraft_paper_version: "1.19.4" +minecraft_paper_build: "490" minecreat_plugins_enabled: - "dynmap" - "geyser" # https://www.reddit.com/r/Dynmap/ +# http://dynmap.us/builds/dynmap/?C=M;O=D minecraft_dynmap_version: "3.4" minecraft_dynmap_url: "http://dynmap.us/builds/dynmap/Dynmap-{{minecraft_dynmap_version}}-spigot.jar" # https://geysermc.org # https://ci.opencollab.dev/job/GeyserMC/view/default/builds -minecraft_geyser_version: "1306" +minecraft_geyser_version: "1350" minecraft_geyser_url: "https://ci.opencollab.dev/job/GeyserMC/job/Geyser/job/master/{{minecraft_geyser_version}}/artifact/bootstrap/spigot/build/libs/Geyser-Spigot.jar" diff -r dcdb18c5dc21 -r 9e2b2cc6ccf1 miniflux/defaults/main.yaml --- a/miniflux/defaults/main.yaml Thu Feb 23 17:55:33 2023 -0600 +++ b/miniflux/defaults/main.yaml Mon Apr 03 13:20:18 2023 -0500 @@ -3,5 +3,6 @@ miniflux_port: "8555" miniflux_admin_pass: "admin" miniflux_arch: "arm64" -miniflux_version: "2.0.42" +# https://github.com/miniflux/miniflux/releases +miniflux_version: "2.0.43" miniflux_url: "https://github.com/miniflux/miniflux/releases/download/{{miniflux_version}}/miniflux-linux-{{miniflux_arch}}" diff -r dcdb18c5dc21 -r 9e2b2cc6ccf1 pleroma/otp/defaults/main.yaml --- a/pleroma/otp/defaults/main.yaml Thu Feb 23 17:55:33 2023 -0600 +++ b/pleroma/otp/defaults/main.yaml Mon Apr 03 13:20:18 2023 -0500 @@ -25,5 +25,6 @@ pleroma_download_url: "https://git.pleroma.social/api/v4/projects/2/jobs/artifacts/stable/download?job={{pleroma_arch}}" pleroma_soapbox: false +# https://gitlab.com/soapbox-pub/soapbox/-/releases pleroma_soapbox_version: "v3.2.0" pleroma_soapbox_download_url: "https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/{{pleroma_soapbox_version}}/download?job=build-production" diff -r dcdb18c5dc21 -r 9e2b2cc6ccf1 prometheus/rpi-client/defaults/main.yaml --- a/prometheus/rpi-client/defaults/main.yaml Thu Feb 23 17:55:33 2023 -0600 +++ b/prometheus/rpi-client/defaults/main.yaml Mon Apr 03 13:20:18 2023 -0500 @@ -1,5 +1,6 @@ --- +# https://github.com/lukasmalkmus/rpi_exporter/releases prometheus_client_rpi_exporter_version: "0.8.0" prometheus_client_arch: "{{ansible_architecture}}"