Skip to content

mother-of-all-self-hosting/ansible-role-gotosocial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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