add some info + mangane vars

This commit is contained in:
meaz 2023-11-25 23:36:36 +01:00
parent baa81329d3
commit f7e20eee30
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 21 additions and 5 deletions

View File

@ -5,6 +5,7 @@ pleroma_user: 'pleroma'
pleroma_group: 'pleroma'
pleroma_tmp_dir: '/tmp/pleroma/'
pleroma_app_dir: '/opt/pleroma'
pleroma_config_dir: '/etc/pleroma'
pleroma_apt_list:
- 'libmagic-dev'
@ -20,19 +21,18 @@ pleroma_apt_list:
- 'libimage-exiftool-perl'
- 'unzip'
pleroma_host: "192.168.33.15"
pleroma_port: 4000
pleroma_scheme: "http"
pleroma_proxy_pass: "{{ pleroma_scheme }}://{{ pleroma_host }}:{{ pleroma_port }}"
pleroma_config_dir: '/etc/pleroma'
# Configuration vars set in config.exs
pleroma_link_host: "192.168.33.15"
pleroma_link_port: "80"
pleroma_link_scheme: "http"
pleroma_https: 'false'
pleroma_config_dir: '/etc/pleroma'
pleroma_instance_name: "{{ pleroma_link_host }}"
pleroma_secret_key: 'CDPbJ/+rD8hd27Hcw8igvGwyIDoS/J1isK4noJOybqfCuNuW9GDm0QNiW7syrGsHQQkTTSkzSZkAlKTqdnUahQ==' #openssl rand -base64 64 | paste --delimiters '' --serial
pleroma_invites_enabled: 'false'
@ -72,7 +72,7 @@ pleroma_custom_emoji_list:
url: 'https://fedi.absturztau.be/emoji-packs/manifest.json'
pleroma_frontends:
- name: 'mangane'
conf: 'primary'
conf: 'primary' # primary means the frontend that will be served by default for general requests
ref: 'dist'
url: 'https://github.com/BDX-town/Mangane/releases/latest/download/static.zip'
- name: 'admin-fe'
@ -81,11 +81,13 @@ pleroma_frontends:
- name: 'pleroma-fe'
conf: 'pleroma'
ref: 'develop'
# If you want to upload custom config files for frontends, specify below using the example
#pleroma_frontend_custom_configs:
# - name: 'mangane'
# filename: 'soapbox.json'
# confpath: 'static/instance/soapbox.json'
pleroma_mrf_simple: 'true'
pleroma_mrf_policies:
- policy: 'reject'
@ -101,6 +103,20 @@ pleroma_mrf_policies:
- host: 'test.com'
reason: 'reason 2'
# Mangane vars (used in config.exs)
mangane_authenticatedProfile: "true"
mangane_homeDescription: "This is the Exemple.org instance of Akkoma."
mangane_singleUserMode: "false"
mangane_brandColor: "#F24173"
mangane_accentColor: "#D00A42"
mangane_navlinks:
- title: 'Link to TOS'
url: 'https://example.org/tos'
- title: 'Link to PP'
url: 'https://example.org/pp'
mangane_copyright: "Soyons de bons humains."
#Postgres
postgresql_version: 13
postgresql_listen_addresses: