ansible-collection-fediverse/roles/gotosocial/defaults/main.yml
2023-10-22 16:18:54 +02:00

15 lines
528 B
YAML

---
# defaults file for gotosocial
gotosocial_user: 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
#
gotosocial_http_port: 80
gotosocial_https_port: 443