Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1001 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 1001 Bytes

GoToSocial Ansible Role

GoToSocial Logo

Lint badge

GoToSocial is a self-hosted ActivityPub social network server. This role helps you to set up GoToSocial:

Installing

To configure and install GoToSocial on your own server(s), you should use a playbook like Mother of all self-hosting or write your own.

Configuring this role for your playbook

gotosocial_enabled: true
gotosocial_hostname: 'example.org'

gotosocial_db_host:

gotosocial_db_name:
gotosocial_db_user:
gotosocial_db_password:

Support