ergo/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Thu, 29 May 2025 20:01:29 -0500
changeset 242 e7083ad5c365
parent 241 a176be2cd1b3
permissions -rw-r--r--
Fixed an error with overwriting certbot certs.

---

ergo_user: "ergo"
# https://github.com/ergochat/ergo/releases/
ergo_version: "2.15.0"
ergo_arch: "arm64"
ergo_tar_name: "ergo-{{ergo_version}}-linux-{{ergo_arch}}"
ergo_tar: "{{ergo_tar_name}}.tar.gz"
ergo_url: "https://github.com/ergochat/ergo/releases/download/v{{ergo_version}}/{{ergo_tar}}"
ergo_force_nick_equals_account: false