ansible-collection-fediverse/roles/gotosocial/README.md

21 lines
543 B
Markdown
Raw Normal View History

2023-10-23 18:40:44 +00:00
Gotosocial
2023-10-20 23:48:14 +00:00
=========
2023-10-23 18:40:44 +00:00
A role to install and configure gotosocial, as well as create admin accounts.
2023-10-20 23:48:14 +00:00
Role Variables
--------------
2023-10-23 18:40:44 +00:00
The most important variable to set is `gotosocial_host`.
2023-10-20 23:48:14 +00:00
2023-10-23 18:40:44 +00:00
This is the domain your instance is supposed to run on,
and can't be easily changed after the first run.
2023-10-20 23:48:14 +00:00
2023-10-23 18:40:44 +00:00
For more variables, see ./defaults/main.yml and check out the very good documentation
in the official [example config](https://github.com/superseriousbusiness/gotosocial/blob/main/example/config.yaml)
2023-10-20 23:48:14 +00:00
License
-------
2023-10-23 18:40:44 +00:00
[CNPLv7+](../../CNPLv7+.md)