ansible-collection-fediverse/roles/gotosocial/defaults/main.yml

16 lines
528 B
YAML
Raw Normal View History

2023-10-20 23:48:14 +00:00
---
# defaults file for gotosocial
gotosocial_user: gotosocial
gotosocial_base_dir: /opt/gotosocial
# gotosocial_hostname: gts.example.com
gotosocial_version: "0.12.0-rc2"
2023-10-22 14:18:54 +00:00
gotosocial_release_url: https://github.com/superseriousbusiness/gotosocial/releases/download/v{{ gotosocial_version }}/gotosocial_{{ gotosocial_version }}_linux_amd64.tar.gz
2023-10-20 23:48:14 +00:00
gotosocial_letsencrypt_enabled: false
# gotosocial_letsencrypt_email: admin@example.com # required if letsencrypt is enabled
2023-10-22 14:18:54 +00:00
#
gotosocial_http_port: 80
gotosocial_https_port: 443