Change postgis to be only shown as dependency

This commit is contained in:
Julian-Samuel Gebühr 2023-06-01 16:57:30 +02:00
parent 1ef5b9f0da
commit dd91d1030b

View file

@ -2,6 +2,14 @@
[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.
## Depedencies
This service requires the following other services:
- a [Postgis](postgis.md) database (postgres based database that supports geospatial data)
- a [Traefik](traefik.md) reverse-proxy server
## Configuration
To enable this service, add the following configuration to your `vars.yml` file. Also you need to enable postgis which will serve as database for mobilizon.
@ -29,23 +37,6 @@ mobilizon_hostname: 'events.example.org'
# /mobilizon #
# #
########################################################################
########################################################################
# #
# postgis #
# #
########################################################################
postgis_enabled: true
# Put a strong password below, generated with `pwgen -s 64 1` or in another way
postgis_connection_password: ''
########################################################################
# #
# /postgis #
# #
########################################################################
```
After installation, you can use `just run-tags mobilizon-add-admin --extra-vars=password=<password> --extra-vars=email=<email>`