Change postgis to be only shown as dependency
This commit is contained in:
parent
1ef5b9f0da
commit
dd91d1030b
1 changed files with 8 additions and 17 deletions
|
@ -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.
|
[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
|
## 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.
|
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 #
|
# /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>`
|
After installation, you can use `just run-tags mobilizon-add-admin --extra-vars=password=<password> --extra-vars=email=<email>`
|
||||||
|
|
Loading…
Reference in a new issue