This commit is contained in:
Julian-Samuel Gebühr 2023-06-01 10:10:32 +02:00
parent 4ffb83e571
commit a11becbd68

View file

@ -1,4 +1,4 @@
# GoToSocial # Mobilizon
[Mobilizon](https://joinmobilizon.org/en/) is a ActivityPub/Fediverse server to create and share events here powered by the [mother-of-all-self-hosting/ansible-role-mobilizon](https://github.com/mother-of-all-self-hosting/ansible-role-mobilizon) Ansible role. [Mobilizon](https://joinmobilizon.org/en/) is a ActivityPub/Fediverse server to create and share events here powered by the [mother-of-all-self-hosting/ansible-role-mobilizon](https://github.com/mother-of-all-self-hosting/ansible-role-mobilizon) Ansible role.
@ -48,11 +48,11 @@ postgis_connection_password: ''
######################################################################## ########################################################################
``` ```
After installation, you can use `just run-tags mobilizon-add-user --extra-vars=username=<username> --extra-vars=password=<password> --extra-vars=email=<email>"` After installation, you can use `just run-tags mobilizon-add-admin --extra-vars=password=<password> --extra-vars=email=<email>`
to create your a user. Change `--tags=mobilizon-add-user` to `--tags=mobilizon-add-admin` to create an admin account. to create your an admin account.
### Usage ### Usage
After [installing](../installing.md), you can visit at the URL specified in `mobilizon_hostname` and should see your instance. After [installing](../installing.md), you can visit at the URL specified in `mobilizon_hostname` and should see your instance.
Refer to the [great official documentation](https://docs.gotosocial.org/en/latest/) for more information on GoToSocial. Refer to the [great official documentation](https://docs.joinmobilizon.org/use/) for more information on Mobilizon.