From dd91d1030bc88bd3d8bdc2c6602489261343cfe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Thu, 1 Jun 2023 16:57:30 +0200 Subject: [PATCH] Change postgis to be only shown as dependency --- docs/services/mobilizon.md | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/docs/services/mobilizon.md b/docs/services/mobilizon.md index 1be93d6..d7b36f2 100644 --- a/docs/services/mobilizon.md +++ b/docs/services/mobilizon.md @@ -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= --extra-vars=email=`