ansible-collection-fediverse/roles/gotosocial/defaults/main.yml
2023-10-21 01:48:14 +02:00

14 lines
510 B
YAML

---
# defaults file for gotosocial
gotosocial_user: gotosocial
gotosocial_group: gotosocial
gotosocial_base_dir: /opt/gotosocial
# gotosocial_hostname: gts.example.com
gotosocial_version: "0.12.0-rc2"
gotosocial_release_url: |
https://github.com/superseriousbusiness/gotosocial/releases/download/v${{ gotosocial_version }}/gotosocial_${{ gotosocial_version }}_linux_amd64.tar.gz"
gotosocial_letsencrypt_enabled: false
# gotosocial_letsencrypt_email: admin@example.com # required if letsencrypt is enabled