meta: move inventory structure to be more usable
This commit is contained in:
parent
a74d6d3831
commit
4af024e8d2
@ -5,5 +5,7 @@ vault_password_file = gpg/open_vault.sh
|
|||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
stdout_callback = yaml
|
stdout_callback = yaml
|
||||||
|
|
||||||
|
inventory = inventory/hosts
|
||||||
|
|
||||||
[connection]
|
[connection]
|
||||||
pipelining = True
|
pipelining = True
|
||||||
|
@ -1,529 +1,392 @@
|
|||||||
$ANSIBLE_VAULT;1.1;AES256
|
#
|
||||||
39616238616135323466636136626164326238373933326464633734303564623762386462323931
|
# General config
|
||||||
3533663064653635356235353062366337303632663337640a623932393531363263356239336137
|
# Domain of the matrix server and SSL config
|
||||||
63653230616465363534333731656166646234656265376264623761613630343433663166613166
|
#
|
||||||
3534636634633735370a626564613334636131623264376637306165643131626439653135303864
|
matrix_domain: finallycoffee.eu
|
||||||
35323961643830626638643236316636376335653737386632623039623063613065636466653665
|
|
||||||
33626234613865366564386538613230333464396436626332316362316533646361613434623064
|
matrix_playbook_reverse_proxy_type: playbook-managed-traefik
|
||||||
61613338366163386437653430313264393237303961363937373064323161633538643333613237
|
matrix_playbook_ssl_enabled: true
|
||||||
37373237666232666433383838303164623538616430663838616362616431366330343262653733
|
devture_traefik_config_entrypoint_web_secure_enabled: false
|
||||||
63323536313861313361363965643834353739373061663336623739366162343339303937333139
|
devture_traefik_container_web_host_bind_port: '127.0.10.1:8080'
|
||||||
37373366333439303939386335363064346135333661326665393565663635613734306535376638
|
devture_traefik_config_entrypoint_web_forwardedHeaders_insecure: true
|
||||||
33303639346366323534363036633534303937626662663933316533376265613962643432616237
|
matrix_playbook_public_matrix_federation_api_traefik_entrypoint_host_bind_port: '127.0.10.2:8448'
|
||||||
62356465623435336631653730333630313431353839643962623765306231613264353934363939
|
matrix_playbook_public_matrix_federation_api_traefik_entrypoint_config_custom:
|
||||||
32346262373566333436383337666333376166396539636363666339616430366236616237626130
|
forwardedHeaders:
|
||||||
30663961343865313237653036363431633366333936396265333265323235633562626236316636
|
insecure: true
|
||||||
39386364663766373434303263373462663237316233653336306335616264356165646464376161
|
|
||||||
63336137303234613162306233323137666262643436336362373336346338646462313733333033
|
matrix_synapse_metrics_proxying_enabled: true
|
||||||
64616336313633623539616134663533613431663836653333356230326463666163643232386461
|
matrix_sliding_sync_enabled: true
|
||||||
65373631613435623837636531653534646362373161663163376330383433363236646239373263
|
|
||||||
39316536663638656433623465353939323433393732346336623863633337363431326338663166
|
matrix_base_data_path: "{{ vault_matrix_base_data_path }}"
|
||||||
35383431313232363564626662393330633166393535363231633061643837313266663930383035
|
matrix_server_fqn_element: "chat.{{ matrix_domain }}"
|
||||||
33343835633437376539353133363263663730653633313866323939313636306463613933626238
|
matrix_playbook_docker_installation_enabled: false
|
||||||
32333262313534323434316236346364353031663531383830653964666561313039363936343662
|
|
||||||
31313836643330653339373032626231343464663536623733656134316334656238616538396534
|
#matrix_client_element_version: v1.8.4
|
||||||
31333437376463356330363537376238376337353835316336626538373535373132653537396133
|
#matrix_client_element_docker_image: "{{ matrix_client_element_docker_image_name_prefix }}vectorim/element-web:v1.7.21"
|
||||||
63643036343239666163616265336139363834326438306335353235646238306231623936353366
|
#matrix_synapse_docker_image: "{{ matrix_synapse_docker_image_name_prefix }}matrixdotorg/synapse:v1.77.0"
|
||||||
31663938386666616362376564653539333766336537643137373234373138346561653161613362
|
#matrix_synapse_in_container_python_packages_path: "/usr/local/lib/python3.11/site-packages"
|
||||||
36313762653838383661333732643932343533363736393962373763366364336431663933616136
|
#matrix_synapse_default_room_version: "10"
|
||||||
32616463356134663963613733663032643738396635383838316132636465616330666132323632
|
matrix_dimension_scheme: https
|
||||||
35643964373035396430343263303530616133306139613831303161616230336238313636656261
|
|
||||||
30656236623037643763343666336232363365313634636362643736623135636434313461326566
|
devture_timesync_installation_enabled: false
|
||||||
65623632353936306133643532306233353735356663383837393430333732376237623830393865
|
matrix_homeserver_generic_secret_key: "{{ vault_homeserver_generic_secret_key }}"
|
||||||
61333537326666376538396339353836343237626661353537303234333835396537643963323166
|
devture_systemd_service_manager_up_verification_delay_seconds: 180
|
||||||
35366632363639343361363434346232646562363138643364373162323962393262363938623337
|
|
||||||
32326537653464613061326634646166396438306365643434643166623330356534643062383664
|
web_user: "web"
|
||||||
31303536306333373834326564306535643661336639653833633632323936353263383830333862
|
revproxy_autoload_dir: "/vault/services/web/sites.d"
|
||||||
66313030653866306634633064643436633266336437633036613632326130363661666264653232
|
postgres_dump_dir: /vault/temp
|
||||||
34373939646663626632613838633735636235323433643833636534666235626334653165366661
|
|
||||||
33653834373964313435356664313432373130336232386164623239636262613665626236366165
|
|
||||||
64383434346565623965366365646266326639633339613531383530343766663034303732356636
|
#
|
||||||
30623036396565346237303034323130336635323630646663363835393531613636393033363037
|
# General Synapse config
|
||||||
33323265613938336631646263623666386666313133643361313665313130316334643966363039
|
#
|
||||||
62316564376462656238306133383633366164613630303839323835623461613436306332343662
|
devture_postgres_connection_password: "{{ vault_matrix_postgres_connection_password }}"
|
||||||
30373163623235343432616165626538613339353831303139356131346439333139393862346462
|
# A secret used to protect access keys issued by the server.
|
||||||
36626632393332343761636665363035346263363061623663313466663563396134663830323865
|
# matrix_homeserver_generic_secret_key: "{{ vault_homeserver_generic_secret_key }}"
|
||||||
62383835643837663630326165353938623934356565363964666665333036343431393838396163
|
# Make synapse accept larger media aswell
|
||||||
65313736663237373265636362306637666531383733663031616236393964313266363833643362
|
matrix_synapse_max_upload_size_mb: 200
|
||||||
63386434666365643031353730313763653835663134366139616236656266613936333632636637
|
# Enable metrics at (default) :9100/_synapse/metrics
|
||||||
63653064663463626466343363313436383837356239363862356662313136653334656231316531
|
matrix_synapse_metrics_enabled: true
|
||||||
31376231303336353136336433303137303131353666663164643063343436313335313564323439
|
matrix_synapse_turn_shared_secret: "{{ vault_matrix_coturn_turn_static_auth_secret }}"
|
||||||
36356662323434633637366562313931356430333962363663656666366238383234666535383630
|
matrix_synapse_turn_uris:
|
||||||
38623830323732346364333037333961323766343766666563303739616336356539663234383932
|
- "turn:voip.matrix.finallycoffee.eu?transport=udp"
|
||||||
66353738326335383466343135366437386634663166633962666431326536353339373331353163
|
- "turn:voip.matrix.finallycoffee.eu?transport=tcp"
|
||||||
33346634323936636334633366636566646561343036613763653531336133363665636533613761
|
# Auto-join all users into those rooms
|
||||||
62656432336665396531383334316237666662313739656166313961653539633865326563353838
|
matrix_synapse_auto_join_rooms:
|
||||||
65653164313437383365353265623839373331616266636533303463363563383166376266383433
|
- "#welcome:finallycoffee.eu"
|
||||||
66363730623135393033363231336630393565343334616137613331366132326638356336623930
|
- "#announcements:finallycoffee.eu"
|
||||||
32323166326335333630323330653037376639623232396562383562633135323164613861653835
|
|
||||||
39656534333965346439653139316162366661303466386164336138643466343033306461336331
|
## Synapse rate limits
|
||||||
66396432396238313536343136386230633762316630653261623330336232303363663631333837
|
matrix_synapse_rc_federation:
|
||||||
36666439343366626534626430303236326465313532353335306633373164623538383763376433
|
window_size: 1000
|
||||||
35373061663866333666666537636266643035376332383933356465396134346331626462656235
|
sleep_limit: 50
|
||||||
33393234336433613432663235646163353837343161613364373962306439653136663365313933
|
sleep_delay: 500
|
||||||
65336536663731306234393563386262646230663837356165346464666330396565656261373230
|
reject_limit: 50
|
||||||
39646565393463363635643433666332633936323364636132383661346639333936633033336135
|
concurrent: 10
|
||||||
36393637356432653632363764363133376438323230326361643336633436326535633633656331
|
matrix_synapse_rc_message:
|
||||||
64313038333665313263346165316463326639336465343062326632316432363164316463666135
|
per_second: 0.5
|
||||||
66383266616235383164383330626230383037393539613365323463353230313931613862646238
|
burst_count: 25
|
||||||
31646532343464323834313566303134653332303363633561656362626566633430393265356332
|
matrix_synapse_rc_joins:
|
||||||
30386664383132666664396562633634656232613031636163353863386139653931386434386163
|
local:
|
||||||
39643339393336643063633337383635303637323164343533316537393331346266323938356438
|
per_second: 0.5
|
||||||
61386330363239626538646462356339623435623530643663326430646232396461333338393931
|
burst_count: 20
|
||||||
33333362396537383938666666356661306134323739663335613836393332653066333061643830
|
remote:
|
||||||
30623030336262326238326531636533343464623165313962316463646134616465346661633566
|
per_second: 0.05
|
||||||
65643063346233353231663762666565626537396561323865336438663635386462323463663964
|
burst_count: 20
|
||||||
66636232386439343766336432623663653835383633613234656330353539363464303336306264
|
matrix_synapse_rc_joins_per_room:
|
||||||
65306535353230306165616562336336306333613635326333366365363938646531616139313830
|
per_second: 1
|
||||||
62306537336630353236313535373432333131626361366564386138323130333539623838343264
|
burst_count: 10
|
||||||
63386230373561323538356661376332343032646331303665616166386266373766313939323735
|
matrix_synapse_rc_invites:
|
||||||
64333533656133346664623436643231323934633030343761636665663735383766303165353237
|
per_room:
|
||||||
31393738366132643635366463376436396536313531626333363763646437386634366130623637
|
per_second: 0.5
|
||||||
35393165303565623932383733313238313865353335626237303436646165396266373365373136
|
burst_count: 10
|
||||||
66336137303565303965386639396664626337616664353533623666326439346130643034616437
|
per_user:
|
||||||
38343864326465326565323963333230643939313836633733666661653834383161643836663061
|
per_second: 0.006
|
||||||
32643630663036653235306466373061626336613338316465656463396161303265376637626465
|
burst_count: 10
|
||||||
30663237363661386635666266626662396431326239343139636630633366323030313665623732
|
per_issuer:
|
||||||
30343261306135666539386536346130663130663363376334386633633566393830626233333535
|
per_second: 2
|
||||||
33663131663535623765346130653937303933663061383565636164373963353837323632333531
|
burst_count: 20
|
||||||
39623233333362633861396334376362396663393964363536613864623039613434613339303936
|
|
||||||
30363132336166653635613639393135656265653164386435323661663438346164323162626565
|
## Synapse cache tuning
|
||||||
62656664346235623462306438386166666435316236663630303131643930653033623632343134
|
matrix_synapse_caches_global_factor: 1.5
|
||||||
63343565333733613663323538323838643964343737346638633931633864656665383330346534
|
matrix_synapse_event_cache_size: "300K"
|
||||||
35303136636632336634633431313162393065303531333463666362333164323438316236643830
|
|
||||||
31333135306566363435353139336563363866313266393232333031366563666231383032643031
|
## Synapse workers
|
||||||
64663038653266363432306463353431366464383666393737366265393965333834643838363363
|
matrix_synapse_workers_enabled: true
|
||||||
63313434333766306361656633616236303461353766363234626334376337326132303065633834
|
matrix_synapse_workers_preset: "little-federation-helper"
|
||||||
33353032623833626563616166303338646635393435633062336361353665616139336238373361
|
matrix_synapse_workers_generic_workers_count: 1
|
||||||
35376134663432643766363033333038306333326366396662346162666131666634623737393562
|
matrix_synapse_workers_media_repository_workers_count: 2
|
||||||
39383634383038393336386532363663396236333037373334643634383661616436646664633638
|
matrix_synapse_workers_federation_sender_workers_count: 2
|
||||||
66396531366235383336373930346462313030613366636232366661333163383736373037663438
|
matrix_synapse_workers_pusher_workers_count: 1
|
||||||
32303235666634666239623132373364616133636164666332643234386239376637353061646663
|
matrix_synapse_workers_appservice_workers_count: 1
|
||||||
32643535346535316635346666386234313830616331613365383632326563643331656533346337
|
|
||||||
38346361613235343662363161653236353464663036633764363561646233393836613136623465
|
# Static secret auth for matrix-synapse-shared-secret-auth
|
||||||
39353963363234623937326538353535623562313938333238633966633765396536653834346334
|
matrix_synapse_ext_password_provider_shared_secret_auth_enabled: true
|
||||||
64623232313863383064623337396639363065393735303364343934393564653866383030653366
|
matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret: "{{ vault_matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret }}"
|
||||||
38333234353833316336376431363565623331316638333166643335616230373862643432623831
|
matrix_synapse_ext_password_provider_rest_auth_enabled: true
|
||||||
36323462333831306133336633656532393135373962663232346263653737313063656365613265
|
matrix_synapse_ext_password_provider_rest_auth_endpoint: "http://matrix-ma1sd:8090"
|
||||||
38616132373839346139613338336365326230616463646337363665383666646635346436353936
|
matrix_synapse_ext_password_provider_rest_auth_registration_enforce_lowercase: false
|
||||||
61353834663935653232356466326235643866376132616566393639343062646133646635663334
|
matrix_synapse_ext_password_provider_rest_auth_registration_profile_name_autofill: true
|
||||||
33663262653233333834386139626238646163366532396430326165396438303936366566386364
|
matrix_synapse_ext_password_provider_rest_auth_login_profile_name_autofill: false
|
||||||
63653136343030383733396261623463393764303661376338666436633537366237666436623433
|
|
||||||
31366336383733613239373430343430376137643833386662363739356233356130396562313439
|
matrix_synapse_configuration_extension_yaml: |
|
||||||
32343066376136383365396339376636636262623136393137633063363531643161326166376263
|
database:
|
||||||
37636236666336306164343231656530313431373566336135633861623139343830656336643136
|
args:
|
||||||
32663861303336653234353863313265653634653339343761643730666430323939636638613631
|
cp_max: 20
|
||||||
32363165393963366137656237613035663736363366343731376237373232623531643964373163
|
caches:
|
||||||
66333735393364353465616637313532383634303431613436643361643834363933346566613861
|
per_cache_factors:
|
||||||
33373732313565303130663166663532393837363139343437326337666663396237353934316165
|
device_id_exists: 3
|
||||||
61616364306363653930636539373465306338346462633830376639303262363534343431333638
|
get_users_in_room: 4
|
||||||
63313231356661386330663938363565326337393166613339373466316138643938386336346566
|
_get_joined_users_from_context: 4
|
||||||
65623333653233373662373366313962353132353663633833613332643034353335303966643430
|
_get_joined_profile_from_event_id: 3
|
||||||
34303336366536613235303136646265363936633336343934633636353761363962323130626563
|
"*stateGroupMembersCache*": 2
|
||||||
38303462323936613361626136333830366234396433616565373333313538393339353266613664
|
_matches_user_in_member_list: 3
|
||||||
36303330393162346266326265356136336165633338336562393365393033623634653732353938
|
get_users_who_share_room_with_user: 3
|
||||||
37663032663933643163346334666434646434343736313830376534633361303366393266306463
|
is_interested_in_room: 2
|
||||||
34633263356136616439613036633034373064313435333834653834653036303665323364653438
|
get_user_by_id: 1.5
|
||||||
39313137653666623332656630646333363938316335396234303334383335366632323663393066
|
room_push_rule_cache: 1.5
|
||||||
64353134613765316363643366366261323163383831396234656330313636333365363538373832
|
expire_caches: true
|
||||||
63383161626263653535633865653562656636656430333364336533303831663634636539623438
|
cache_entry_ttl: 45m
|
||||||
63376633373530346338666636613164333664373335636230613135633362366532656663363133
|
sync_response_cache_duration: 2m
|
||||||
35616234313534346531393937633038346334616336623161616233393462383930656666633438
|
|
||||||
62313937653835356139336362643735366431363630646338333334643938393736623163636638
|
|
||||||
38633739303266356163323138343637323734396438313331656235313731623832316437613532
|
#
|
||||||
63316232363333303232646232643633613231626161633161643762383538356435346565626665
|
# synapse-admin tool
|
||||||
63616136346464326334653835663537366331333033633739623637643035643163646437363663
|
#
|
||||||
38663836653237663166306239383761366637363339306536353939646131656632316334376435
|
matrix_synapse_admin_enabled: true
|
||||||
61653061363737323931333437343336656232316339313636386530633033363439323837663339
|
matrix_synapse_admin_container_http_host_bind_port: 8985
|
||||||
36623862366332646166326565613464373738356335616134313563383334383166383331616330
|
|
||||||
37303831643339373732663864303636643938363264386366313564623935653132626135353263
|
|
||||||
36313437386662376538356163373062303130343834373431363136336462306635663036613333
|
#
|
||||||
39313132323433363531313630323134343635363564636165383261613935373331373163656137
|
# VoIP / CoTURN config
|
||||||
64303066326434366330323266366263303239373433663230353833313563323863613336393264
|
#
|
||||||
37363937363137633831366461353763346634396330316131306434376234343936303631323661
|
# A shared secret (between Synapse and Coturn) used for authentication.
|
||||||
36343263303331386635396431343838336461613934363536663966363964633363633064646330
|
matrix_coturn_turn_static_auth_secret: "{{ vault_matrix_coturn_turn_static_auth_secret }}"
|
||||||
36356263613961643439623337666533336331373033613739363035346239643937393066396362
|
# Disable coturn, as we use own instance
|
||||||
63383434343864623734346364636238343262636362316439643661656166346665313364333666
|
matrix_coturn_enabled: false
|
||||||
65613638613234326565663235386432373731613963643939346333643132323864363132383336
|
|
||||||
31313834316639356234353836646462633263393334353963633561616336633935346563616531
|
|
||||||
36656337383034333965373833623262646336366462376665623062633737613533616331353463
|
#
|
||||||
65343264303262363231666632356263343534653032663839336436633836363538356532373537
|
# dimension (integration manager) config
|
||||||
34356334636434303666353635383561376464666130316338376638363137666439613661663034
|
#
|
||||||
38343038343136333064613936343338656466653165633731316564353431313635636535373831
|
matrix_dimension_enabled: true
|
||||||
31616531353161613139343061323037316636356363326230336631373134363435366438613635
|
matrix_dimension_admins: "{{ vault_matrix_dimension_admins }}"
|
||||||
62623033396136663765336631623731393363333262376137643134663265646663626165623131
|
matrix_server_fqn_dimension: "dimension.matrix.{{ matrix_domain }}"
|
||||||
34383665323730613338656536353234316639323038633032663131346632356262396664303630
|
matrix_dimension_access_token: "{{ vault_matrix_dimension_access_token }}"
|
||||||
39346433626638636435623661613630316166323861356363306465613930383832633033343634
|
matrix_dimension_configuration_extension_yaml: |
|
||||||
36346264323438313530303863653438656336336538653035366566396432386539653166613233
|
telegram:
|
||||||
31373238313061383736313931656364653464623439653566363864373437313730383535383161
|
botToken: "{{ vault_matrix_dimension_configuration_telegram_bot_token }}"
|
||||||
32633738306366636632366630303463646434386536623161333261393238646237393962343638
|
|
||||||
33623130303439326335313030663435386133373265393736313664353839373562383365353335
|
|
||||||
64373035396331343734626165386166643061353330626237363565656638303537626431666135
|
#
|
||||||
39663136616661396136376663633132323031613939383565636666363462636333663133376434
|
# mautrix-whatsapp config
|
||||||
63383166623630386566316665346231343633353939343530316636343431376333383364633762
|
#
|
||||||
34336266646430316132356437653534636230303064636538313062353333643933643563333561
|
matrix_mautrix_whatsapp_enabled: true
|
||||||
64376162346532383638363237623636643533653665396565653534306463343461626662363033
|
matrix_mautrix_whatsapp_bridge_personal_filtering_spaces: true
|
||||||
63376564626364643737393937363636343535643731353465343062393335323362313966643034
|
matrix_mautrix_whatsapp_bridge_mute_bridging: true
|
||||||
62383537323235623335303166623135353163313332323930336663666264303231656335663762
|
matrix_mautrix_whatsapp_bridge_enable_status_broadcast: false
|
||||||
37353231303937613464303362623166313861383535393761303666653661316431396230333334
|
matrix_mautrix_whatsapp_bridge_allow_user_invite: true
|
||||||
36333862626432393933636365656231373233633861663364396562633265666637336261626363
|
matrix_mautrix_whatsapp_container_http_monitoring_host_bind_port: 9402
|
||||||
64623331383863316131383034346165343737306636303735333364653634376134633538646539
|
matrix_mautrix_whatsapp_container_extra_arguments:
|
||||||
61396234633535383433303363663464323838346365383935353336313137386438353637333566
|
- "-p 127.0.0.1:{{ matrix_mautrix_whatsapp_container_http_monitoring_host_bind_port }}:{{ matrix_mautrix_whatsapp_container_http_monitoring_host_bind_port }}"
|
||||||
35643537623838636334326462363034336261393930646333653830643462306131653839386338
|
matrix_mautrix_whatsapp_configuration_extension_yaml: |
|
||||||
33343961306133643463663336306630653938323830663036616238326663343662333965323732
|
bridge:
|
||||||
38636430366530306632663635656566346164313665353338646135623336343834366336663933
|
displayname_template: "{% raw %}{{.Name}} ({{if .Notify}}{{.Notify}}{{else}}{{.Jid}}{{end}}) (via WhatsApp){% endraw %}"
|
||||||
35346234646164633434653434373239393232313235323238366162613834663536353332353133
|
max_connection_attempts: 5
|
||||||
35636535646335343866353366373364666139663335633866656461373732663361306436636262
|
connection_timeout: 30
|
||||||
37313231333365376639396535316132346336373761643039313839383538343065643632653530
|
contact_wait_delay: 5
|
||||||
34633761303530306462336338633838343139386239386462613866666136373162613435316433
|
private_chat_portal_meta: true
|
||||||
36303232633433613461333763653161353132646530383733633631336438396463643066643834
|
login_shared_secret: "{{ matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret }}"
|
||||||
34306133303464633663303463343930343934633163633564613439353938626565613961373962
|
logging:
|
||||||
33343564373932656532613464303533623637613063343130373162383262356261396331663932
|
print_level: info
|
||||||
34393563373563386162656235366431613136303038323135396236663037353963396437626661
|
metrics:
|
||||||
35333664646661333836613739626166666162313834383937326665343030613138346263666166
|
enabled: true
|
||||||
62356139363064366133646137323433663630333631626439313931333563666635396133313634
|
listen: 0.0.0.0:{{ matrix_mautrix_whatsapp_container_http_monitoring_host_bind_port }}
|
||||||
65636461656233373834306630616462363835613033333034343730636331356535373138636436
|
whatsapp:
|
||||||
33643565613565343033306338353837373234396265343436643166643330353236336366656139
|
os_name: Linux mautrix-whatsapp
|
||||||
65663164393466653634303365346161393637326135633533663232333661316565316331333230
|
browser_name: Chrome
|
||||||
66343166626436393662316237323630323739343936626234613338636239363632373665323261
|
|
||||||
37356338646633356563353564646334393836663339643538306562653061366335633835643738
|
|
||||||
34613839363761343265353033636239336566373761646465643633663436333431386663623565
|
#
|
||||||
35646533393765653832623764383331663731656438356331333133363834346133333565626666
|
# mautrix-telegram config
|
||||||
35303434616363363463313137663731313336653464363339323562623039383533393838336233
|
#
|
||||||
30343964326438633763636231386261373536333531353732633532653938386632643565366638
|
matrix_mautrix_telegram_enabled: true
|
||||||
62643161313364343062623531336532303061633161666138376465313237323364383365336536
|
matrix_mautrix_telegram_api_id: "{{ vault_matrix_mautrix_telegram_api_id }}"
|
||||||
30636537313833626433623034646662383665326163316636356664643934373431376334626262
|
matrix_mautrix_telegram_api_hash: "{{ vault_matrix_mautrix_telegram_api_hash }}"
|
||||||
30396439616366633130306263326536646437653366663064386662623761363763666164656238
|
matrix_mautrix_telegram_public_endpoint: '/bridge/telegram'
|
||||||
32613862363866366530663932616337646261653334376230336435346330653561656130646631
|
matrix_mautrix_telegram_container_http_monitoring_host_bind_port: 9401
|
||||||
33353731343661303033316433383565353863656335396339653662376535386338383266363665
|
matrix_mautrix_telegram_container_http_host_bind_port_public: 8980
|
||||||
66363331613738666132386164363431653535326234623233633639653963323633326561393931
|
matrix_mautrix_telegram_container_extra_arguments:
|
||||||
37646631343465643230323666363239396165333337363432653662626433393764633732633864
|
- "-p 127.0.0.1:{{ matrix_mautrix_telegram_container_http_monitoring_host_bind_port }}:{{ matrix_mautrix_telegram_container_http_monitoring_host_bind_port }}"
|
||||||
37633763656563343833653130323830643132336366366536313035623337353230633833393932
|
- "-p 127.0.0.1:{{ matrix_mautrix_telegram_container_http_host_bind_port_public }}:80"
|
||||||
64386163306663643061353236366564343230356130623963623264316532363735633032643432
|
matrix_mautrix_telegram_configuration_extension_yaml: |
|
||||||
33326639373936306437303431383863633739633034393564323335386332616161373538313131
|
bridge:
|
||||||
37306434653836356538373262666234353532626435653033383637366137636139353562336261
|
displayname_template: "{displayname} (via Telegram)"
|
||||||
39646362643134303833633337643434636539613164366563343231626236396266356537396666
|
parallel_file_transfer: false
|
||||||
64656363346464343261336130376239346539646635336662636234613366393232343766376539
|
inline_images: false
|
||||||
66613761323634306166366263303239366131623965303764396436653835373461343963373438
|
image_as_file_size: 20
|
||||||
39663163623136613738656339613661633036386364666435393638636165383266326566383261
|
delivery_receipts: true
|
||||||
62666434333363306336663339333730636534396261663063656535633135373338393564643037
|
login_shared_secret: "{{ matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret }}"
|
||||||
36656531653263663533356237653436313065333661636565346434366564346463646561653966
|
animated_sticker:
|
||||||
32333635363966643730346663373431333535663461613934353631363435393334613062313031
|
target: webm
|
||||||
37643436646431613866643165653935396633366562383063356465353961356239376338376135
|
encryption:
|
||||||
36396465613664326364396162616139323333613635336166623039353833613131616538343734
|
allow: true
|
||||||
35663363333463663966633938323331633532653531383631363433613535666561616463313462
|
default: true
|
||||||
64323863353461366664363233303531333266653830323464313763383266313336623764643231
|
permissions:
|
||||||
66353663376137303333656534663134333438613164346166373666326362663030633964393937
|
"@transcaffeine:finallycoffee.eu": "admin"
|
||||||
37623965643339303734316666613438653332323432656536323735383161313563396632373166
|
"gruenhage.xyz": "full"
|
||||||
33633738373933616133666230356362396539656134636661306661656334343463346566653035
|
"boobies.software": "full"
|
||||||
32663762313632376435326437613066313963323732353161373765623936323063616530613730
|
logging:
|
||||||
37373662373134383436373831316138636237396263306365333439383063383034356139373834
|
root:
|
||||||
62613965643036343066323862313466386364363466646261306431323338663236316233623738
|
level: INFO
|
||||||
33363466333135356261646338303861653564363838613336663434656666336136626432336165
|
metrics:
|
||||||
32373664313838323661316136343864396161356366643137383033343965656537396139656134
|
enabled: true
|
||||||
30346166376239383434663832353830383236633939313966616530336238613162363239653162
|
listen_port: {{ matrix_mautrix_telegram_container_http_monitoring_host_bind_port }}
|
||||||
65336436653437643335616633366361316338616636613336333430353530663738336235346436
|
# permissions: "{{ vault_matrix_mautrix_telegram_permission_map | from_yaml }}"
|
||||||
39623037323539633831653631306334366234633639316536646664353331393933333463316134
|
|
||||||
65656165343631303136323934316364373163376431383266623235666463303435663566336338
|
|
||||||
30376530346139626365643030626439363238613335306436356363326439373263363465333334
|
#
|
||||||
39666362366662313864626236623464666463396263653861393537353939613134316534633162
|
# mautrix-signal config
|
||||||
65393961653539306436316163613664633966323736323634343163313631356233353761653230
|
#
|
||||||
61383238643533393038633731643732623431623631303963376265643466633736623931303238
|
matrix_mautrix_signal_enabled: true
|
||||||
38646531306530633634653431333436376438666134623063386466386230326666353564383964
|
matrix_mautrix_signal_container_http_monitoring_host_bind_port: 9408
|
||||||
34636636616437626638393962373934323339313631666533356535353163636338633462646538
|
matrix_mautrix_signal_container_extra_arguments:
|
||||||
65633830613439303730333237626432306338396364353539343962386363373863393761613332
|
- "-p 127.0.0.1:{{ matrix_mautrix_signal_container_http_monitoring_host_bind_port }}:{{ matrix_mautrix_signal_container_http_monitoring_host_bind_port }}"
|
||||||
31663831643163633138656264396332386630626438643862633266343632343233316532653333
|
matrix_mautrix_signal_configuration_extension_yaml: |
|
||||||
31343831316663383934613531613535316534343465313230626332383661623438646532323935
|
bridge:
|
||||||
36633265633734623063653432336565656639366161343762313234393866653838373163623062
|
displayname_template: "{displayname} (via Signal)"
|
||||||
31366561356633653731633866333931396262613763323536383035633431623763646263326634
|
community_id: "+signal:finallycoffee.eu"
|
||||||
62396334623332303565386461353336326563346366323934613334313931623863373135663136
|
encryption:
|
||||||
34393063323436303665663662613433333435313165326662323161316266373166666336363865
|
allow: true
|
||||||
37623462393562373236323235656663626531646232396361613737306431623034383439353461
|
default: true
|
||||||
62333130323635376266613961396466616337313836643164363165666266316464346564353663
|
key_sharing:
|
||||||
35633962343163376538636466333633303531353338376361656563653133383864356462386439
|
allow: true
|
||||||
35346661623365393766393732306433613364373537386437343635343136663437646164623664
|
require_verification: false
|
||||||
38313635376132666132313533363233376335353365616533646362633434343561326430333666
|
delivery_receipts: true
|
||||||
38353661306637396366613765383861643863376334666464393437643438373563343537663665
|
permissions:
|
||||||
39396162376362636533656431373233333563643035313565666234336430383533353261363963
|
"@ilosai:fairydust.space": "user"
|
||||||
38633534356234306135323936653761383863303862356239333734663237663636343563626131
|
logging:
|
||||||
65613633633864306534653435383663363962626265613137376138666530363334323230653861
|
root:
|
||||||
33323531366538353730336435366631326436343837333836313162303139303964653533636332
|
level: INFO
|
||||||
65363132623238613465643731636363323439366465616638333231353134343663346632323732
|
metrics:
|
||||||
33313365343236383734626633636538613835653931313162663036323534353262633562643366
|
enabled: true
|
||||||
64633565323362393737346238646130613763356637643136303130363036303239386335353161
|
listen_port: {{ matrix_mautrix_signal_container_http_monitoring_host_bind_port }}
|
||||||
64303865633761316534343137376130393265363038363430386332323039353232636363383565
|
|
||||||
61663733623433313939373131373835656137353034663232633732326337336335646266313138
|
matrix_bridges_encryption_enabled: true
|
||||||
65636564306630633139626434636664393039313939303235316231346666313730373736373132
|
matrix_bridges_encryption_default: true
|
||||||
66663639323030393639313834613339316362653735313033353538616539623265336466636365
|
matrix_appservice_double_puppet_enabled: true
|
||||||
32663731643234323939313963393937613431356231356638633231373361623966326165396139
|
|
||||||
38383935306166643864366336373339303130656235633539343665623638623138623833363239
|
matrix_mautrix_slack_enabled: true
|
||||||
32303535386161373831613336363664666431323165626332663839376532363262666432376631
|
matrix_mautrix_slack_appservice_bot_username: slack
|
||||||
37393866646161613661636261643834363966353335336633323562663333613937343839613465
|
|
||||||
38613338313839363163613965323734333665306237613133643136643532363131666662626662
|
#
|
||||||
38306162636136346636623130356330656261383832313938346162346365376330366530376330
|
# mx-puppet-instagram configuration
|
||||||
31336336336138313961333136633738613063646264666464333335623832666132363962643337
|
#
|
||||||
66326134306330363661323233316364663061326461353666333037313135623338306431643530
|
matrix_mx_puppet_instagram_enabled: true
|
||||||
38663635353537326465653930623631636566373635376433623731363633366463363462643862
|
matrix_mx_puppet_instagram_container_http_monitoring_host_bind_port: 9403
|
||||||
37646264376566336530636332376435373839623163333464336338343362313265343361363234
|
matrix_mx_puppet_instagram_container_extra_arguments:
|
||||||
31633634636639383966313936333030346364333731653163666563366631633638363764303934
|
- "-p 127.0.0.1:{{ matrix_mx_puppet_instagram_container_http_monitoring_host_bind_port }}:{{ matrix_mx_puppet_instagram_container_http_monitoring_host_bind_port }}"
|
||||||
35313738666666333038613765306231666639343838613335653664633165306539346439376663
|
matrix_mx_puppet_instagram_configuration_extension_yaml: |
|
||||||
33373335353734623238383034663961633336666630373533313562366437396334323931633439
|
bridge:
|
||||||
63333135376439326637646133313137316664666561623239366265333231633434323534363935
|
enableGroupSync: true
|
||||||
62356633653334633333353966613432626532663666346337393362663234316638303861626130
|
avatarUrl: mxc://finallycoffee.eu/acmiSAinuHDOULofFFeolTvr
|
||||||
36346534353832633438613765366630393830396333373866393363643063373935643035373264
|
metrics:
|
||||||
31303963623538313762313066363032643833343930373065316333346361646133306364623830
|
enabled: true
|
||||||
38393431386561383031336132633065653663343662363832646666323364326265396663353464
|
port: {{ matrix_mx_puppet_instagram_container_http_monitoring_host_bind_port }}
|
||||||
36636561613163346137386132653861346137663439663065373264376466623464643435353735
|
path: /metrics
|
||||||
61376661313639613365313139656432393861366535653930626238623733643965396564373139
|
presence:
|
||||||
35373166623062623035653565666130393361343633366338386361366630323163373165333865
|
enabled: true
|
||||||
64643530386662663964346536383336616231653465383134393234626430363132653335653933
|
interval: 3000
|
||||||
62386364653365356566313966653836333430653566343330653634356230316230663530633963
|
|
||||||
36643466623663343531653761396364613832616633666161386134393865346436633437633436
|
|
||||||
34643437653534386665313634326466336564643934343065663866363264613566356237316538
|
#
|
||||||
31646666623961303138366335656661623666386564383939386363373764303736363861366664
|
# mx-puppet-discord configuration
|
||||||
62313664663732386338353535353862316361303830623938653562313064663662393566303038
|
#
|
||||||
36306266646635646134373135643339623138373461323030386362306535653633613261613466
|
matrix_mx_puppet_discord_enabled: false
|
||||||
61386535643664313130623536383531663061613863333632333061373966333533636165366432
|
matrix_mx_puppet_discord_client_id: "{{ vault_matrix_mx_puppet_discord_client_id }}"
|
||||||
32646637376431363365313363373238633164653836336637326161333734366462626134633262
|
matrix_mx_puppet_discord_client_secret: "{{ vault_matrix_mx_puppet_discord_client_secret }}"
|
||||||
61343631336539353539303538303930366136333632636331646633633061373330386464336366
|
matrix_mx_puppet_discord_container_http_monitoring_host_bind_port: 9404
|
||||||
30626431626335666364663537353561343436656238306130326363393137333331376431303231
|
matrix_mx_puppet_discord_container_extra_arguments:
|
||||||
30343235343966636361393235363434613737326132343730663034326331396238386336656535
|
- "-p 127.0.0.1:{{ matrix_mx_puppet_discord_container_http_monitoring_host_bind_port }}:{{ matrix_mx_puppet_discord_container_http_monitoring_host_bind_port }}"
|
||||||
36313635643639313765653132303663376462646462373361653536306166643636323863363932
|
matrix_mx_puppet_discord_configuration_extension_yaml: |
|
||||||
66333832333963393430316537363766616633613733623065333466336639313465613632383535
|
bridge:
|
||||||
35373565373965376231633432616531616635646338643163376562623230373833363531343464
|
enableGroupSync: true
|
||||||
39653038353832336331333336306235396462633237396338643761353036663932373334343462
|
avatarUrl: mxc://finallycoffee.eu/BxcAAhjXmglMbtthStEHtCzd
|
||||||
66393861333762663739613364613934363434633730616266653962303661623831353162616566
|
metrics:
|
||||||
64363739373562323931353730316531666634383139613836646233613039613966383164333265
|
enabled: true
|
||||||
37303532323366616431313635666132653965633130353561326334366361386561613464633739
|
port: {{ matrix_mx_puppet_discord_container_http_monitoring_host_bind_port }}
|
||||||
34663666313261646661336666326564373261363161623630393563323839653661643530613433
|
path: /metrics
|
||||||
31663163373238313331626638623665383137363239663237663439396563633437313661653737
|
limits:
|
||||||
63313134636266343039396132653930373163656531366662613464383531613162333139316666
|
maxAutojoinUsers: 500
|
||||||
65373061303631653362656564633134336163303361656662336638663463313962663035343336
|
roomUserAutojoinDelay: 50
|
||||||
39313035643066643865636338633839373731376666626363383630383366323364613262313934
|
presence:
|
||||||
30343838386362653663316264626634356565303936353130336239356262656133303364393261
|
enabled: true
|
||||||
62643638363230373538366539353162316532616666663166346263353833396535666233386636
|
interval: 3000
|
||||||
64303563333864333733613433613937303630666235623438383065623863326262323530306162
|
|
||||||
33393336366130623137653236373237393162383437623763323331396535663737396130613863
|
|
||||||
34653561303436353465643139323330326539313236636435646137313836653033363535636437
|
#
|
||||||
38306430353938616435373235306431633635343037633231653034636366643363303466333262
|
# mx-puppet-slack configuration
|
||||||
62366561316664626534666264626233316233336664646237636232303261313762613234363561
|
#
|
||||||
30346266613833643532613235623231623162376439386362353439336139376164313936363463
|
#matrix_mx_pUppet_slack_enabled: true
|
||||||
61383336613765353363646361386131306631366261636331313236306464383131636364363634
|
#matrix_mx_puppet_slack_client_id: "{{ vault_matrix_mx_puppet_slack_client_id }}"
|
||||||
61343635303731626436623264303939303033633561353765646366313032306332346465306166
|
#matrix_mx_puppet_slack_client_secret: "{{ vault_matrix_mx_puppet_slack_client_secret }}"
|
||||||
35666331653538306365663661386537306165313761623738383364343663386466646361313462
|
#matrix_mx_puppet_slack_oauth_redirect_path: '/bridge/slack/oauth'
|
||||||
34613837316332306436653830323936333966333532613737656663663131393639656566386232
|
#matrix_mx_puppet_slack_container_http_auth_host_bind_port: 8981
|
||||||
35306261623736353438383932623434643865396266303166666364306330333935643339616435
|
#matrix_mx_puppet_slack_container_http_monitoring_host_bind_port: 9406
|
||||||
34363766613333656138366433653035656666636663386535353764646161663838343331303261
|
#matrix_mx_puppet_slack_container_extra_arguments:
|
||||||
62653032323931346437663130356530656464346432656262613433623965616232393335393231
|
# - "-p 127.0.0.1:{{ matrix_mx_puppet_slack_container_http_monitoring_host_bind_port }}:{{ matrix_mx_puppet_slack_container_http_monitoring_host_bind_port }}"
|
||||||
35353862316363643566623235373931643862313139336534386338616139383364663964353738
|
# - "-p 127.0.0.1:{{ matrix_mx_puppet_slack_container_http_auth_host_bind_port }}:8008"
|
||||||
65653534653761636639316436633039383261333438363364376164633932656331333238353964
|
#matrix_mx_puppet_slack_configuration_extension_yaml: |
|
||||||
64613439633834346233323732663139633661393639333635636463376336653032393338386234
|
# bridge:
|
||||||
66353462663563653434396262363063356130643565326231393331656664323031643465663433
|
# enableGroupSync: true
|
||||||
66623966636533343433326438663336666266623065643832646162643864633463326139626664
|
# metrics:
|
||||||
64316436613038643531653461316265633032623332633736623931313238313432313931613763
|
# enabled: true
|
||||||
34306535386563396138626436653338303064633834326338356633303762313837363333383565
|
# port: {{ matrix_mx_puppet_slack_container_http_monitoring_host_bind_port }}
|
||||||
35303332663835343565653739343933366164373862373066636436613638626664353237663966
|
# path: /metrics
|
||||||
33383131316565373233646632363839303436363838353531373830333266306133363735353338
|
# limits:
|
||||||
34393433616334626438376137316539396464333738386238376362613639393463613863643538
|
# maxAutojoinUsers: 500
|
||||||
35366562323735313930626238303032663931373935316262656439383333636230646666313432
|
# roomUserAutojoinDelay: 50
|
||||||
38623961303932343437303836343830353866656562303263646430306466383933633462663130
|
# presence:
|
||||||
35663737623661376364393731653736376662353038646262363638663134663238313563626563
|
# enabled: true
|
||||||
65393633333138633132353933343230353836373966613431376532653333643161663237346163
|
# interval: 3000
|
||||||
64383265373630636134356563393663343866383461376135666638643362343637386431643637
|
|
||||||
61356365363563373136333035336437316635313436333365393062323966326361336436303766
|
|
||||||
37626465643734383837613032656537306431653138373632393530626161666266343831363831
|
#
|
||||||
66323333383765653966323061323566393134386338616266353165323932336662363531386465
|
# Element web configuration
|
||||||
35356235626238623862633730666666393330346433363666376133363731326539363235643834
|
#
|
||||||
64323864383931326366343261633336356234316361303937613534343166343334323738373032
|
# Branding config
|
||||||
38383161306461616631343833386437343736303734303831363366666230626363333732626261
|
matrix_client_element_brand: "Chat"
|
||||||
65373432396239353932333133303739636237623038393138613734336133386665656264666134
|
matrix_client_element_default_theme: "dark"
|
||||||
33353666623032633966366539666436393139363964323864363666323765316265303464653836
|
matrix_client_element_themes_enabled: true
|
||||||
61353533333964363932643161376661363865383739326366666464633835636633623566643836
|
matrix_client_element_welcome_headline: "Welcome to chat.finallycoffee.eu"
|
||||||
34666534626234616362646664666131373035663231333133366138356631663731626138366230
|
matrix_client_element_welcome_text: |
|
||||||
37633535353864343864663366633764646166343765623134396532323063396561396339326339
|
Decentralised, encrypted chat & collaboration,<br />
|
||||||
32306463653366326266373135386633323263346233303934333931383030313935663532343032
|
hosted on finallycoffee.eu, powered by element.io &
|
||||||
62353361633662353330323462666665653264613663643139616630326239653362316635633562
|
<a href="https://matrix.org" target="_blank" rel="noreferrer noopener">
|
||||||
30356131306662653030306434633464333662333363353336303561333764316533636433363439
|
<img width="79" height="34" alt="[matrix]" style="padding-left: 1px;vertical-align: middle" src="welcome/images/matrix.svg" />
|
||||||
66663165663131393766396266323664653266353732626430613332613039373338316236393436
|
</a>
|
||||||
30363265636164633933636238363333333537643938323732326631633961363333356335343539
|
matrix_client_element_welcome_logo: "welcome/images/logo.png"
|
||||||
39396263306362323937353565383138356166383339323866623235656232316538626131373038
|
matrix_client_element_welcome_logo_link: "https://{{ matrix_domain }}"
|
||||||
30623366323439343739383366353933636439343065343032663736386263393731346564643135
|
matrix_client_element_branding_auth_header_logo_url: "welcome/images/logo.png"
|
||||||
39343732333238636438613662646564396236303938666134623163346338306161353736373239
|
matrix_client_element_branding_welcome_background_url: "welcome/images/background.jpg"
|
||||||
39616334613461393133646333386135626532303037616365323034383765353336633632653336
|
matrix_client_element_container_extra_arguments:
|
||||||
39653066343037623662313035346634303739356366643665363464386164363962633664306361
|
- "-v {{ matrix_client_element_data_path }}/background.jpg:/app/{{ matrix_client_element_branding_welcome_background_url }}:ro"
|
||||||
66643731323666373138396362663334313264326633346132373234313566386561653132666134
|
- "-v {{ matrix_client_element_data_path }}/logo.png:/app/{{ matrix_client_element_branding_auth_header_logo_url }}:ro"
|
||||||
62646332633536643330356161356463386136316533373731623033323964373438646635343465
|
# Integration and capabilites config
|
||||||
66663834376230373562636261356439376634663161303938396133383235333731653166303238
|
matrix_client_element_integrations_ui_url: "https://{{ matrix_server_fqn_dimension }}/element"
|
||||||
65346363383562356131613836323636376231396261386265353733353665613762633531383566
|
matrix_client_element_integrations_rest_url: "https://{{ matrix_server_fqn_dimension }}/api/v1/scalar"
|
||||||
61376565303064386632643066643139646465366438363936656332303935383036393036393534
|
matrix_client_element_integrations_widgets_urls:
|
||||||
66663531323162643261373261303163623030383061343963353365303066306332366237666636
|
- "https://{{ matrix_server_fqn_dimension }}/widgets"
|
||||||
34643338316238613136623332663033303963303061313236393763653838326236333038613932
|
- "https://scalar.vector.im/api"
|
||||||
66323834303932303636313364346562333964383135356530343537316432626531633535366135
|
matrix_client_element_integrations_jitsi_widget_url: "https://{{ matrix_server_fqn_dimension }}/widgets/jitsi"
|
||||||
35316661613062653164393030383531356437393633643933626638363862316262623663633563
|
matrix_client_element_disable_custom_urls: false
|
||||||
63363861383231306331613261613534616630313030613935313166323038663239383064343264
|
matrix_client_element_room_directory_servers:
|
||||||
62386437373061616336326365353363666239393962303334643137396162623463663961333238
|
- "matrix.org"
|
||||||
38643730653938396139633632626363386139383439643061643330633537356536613563643434
|
- "finallycoffee.eu"
|
||||||
31306133353831396336383963623434386537613730333061613561356634663434326461653931
|
- "entropia.de"
|
||||||
38356535383437323536313936623439336233386532323537623766333564323263646634383966
|
matrix_client_element_enable_presence_by_hs_url:
|
||||||
37653230386562313065666333636263616261356363613238383264663563663137343863346366
|
https://matrix.org: false
|
||||||
38316339363865613234303338626533326139363139613662623836313166323934643566343836
|
|
||||||
65646364306166666533376631313633313430623036646666363333363930326333326339643962
|
|
||||||
66333930393136643765343166653835636661333064313237653833326162613338383734376234
|
# Matrix ma1sd extended configuration
|
||||||
32653630376536313063376261366165623666393234383838356134663237373166663430626431
|
matrix_ma1sd_configuration_extension_yaml: |
|
||||||
38373463656463333030353566623935303766636533663465343865396164316433643161386137
|
hashing:
|
||||||
63326235646233643361396630623162663236653366393236323961373134346233303230656433
|
enabled: true
|
||||||
34383131356239383236346135343566383536343764346462323935363233346231326665323266
|
pepperLength: 20
|
||||||
38326362383939613461646663376432613564393166626266373836636333303537343662623434
|
rotationPolicy: per_requests
|
||||||
33613732623335386435633963326238333038333663373330643264313330376264333736663266
|
requests: 10
|
||||||
34626636623330633838666239366630333131373464663033633266626166356536666162373931
|
hashStorageType: sql
|
||||||
32373230336332323665343339613765623038373733353736643135663539616135313566663766
|
algorithms:
|
||||||
37646161633864306162613362336231333134636533373437636433373030303239666232393263
|
- none
|
||||||
36363731363731633730306632636231303139663239613137393539383563626535363762633562
|
- sha256
|
||||||
34633862393463326564653333633736303937313737633266623762353063373261616634643134
|
|
||||||
30636530646261363861643065643339333365363934383333613662643037663561623431306332
|
|
||||||
62376533666531373036363266643461383065373563663732313634316262643862326637383130
|
# Matrix mail notification relay setup
|
||||||
31653032366631393335333530366462353335383364666534663839666266343365386130613533
|
exim_relay_enabled: true
|
||||||
38386435633237666238356361653365336164633365663663633537393630326161636530653535
|
exim_relay_sender_address: "Matrix on finallycoffee.eu <system-matrix@{{ matrix_domain }}>"
|
||||||
30646536303639376135316335383639383062306136623630363932303263323332656339336631
|
exim_relay_relay_use: true
|
||||||
33666631616161366133646438626462663730656132313731343061386564353937333432303261
|
exim_relay_relay_host_name: "{{ vault_matrix_mailer_relay_host_name }}"
|
||||||
36393531663962626531383039623130323763663732336266303461373234643163653235656536
|
exim_relay_relay_host_port: 587
|
||||||
34656665373934323761396639653833383834653664373036623937653538613165396161363163
|
exim_relay_relay_auth: true
|
||||||
30646461626566616263313337363230396662313466313730666336326262626566386461643935
|
exim_relay_relay_auth_username: "{{ vault_matrix_mailer_relay_auth_username }}"
|
||||||
63613138313534333932343561306364303733313361363537373862336238333765383036373935
|
exim_relay_relay_auth_password: "{{ vault_matrix_mailer_relay_auth_password }}"
|
||||||
33306537386531393438646664613362613734303364643534363333666233336562303837376436
|
|
||||||
61346365363230643861363235396634343063376237326261313338303361613862643564333839
|
|
||||||
35623331343162353837396239313166613438613930333766643330663636343636613035653263
|
|
||||||
38663565626635643466616365396565633963626562346462393138646131363861636265393139
|
|
||||||
37353031373062653735356165663031306161616265666362393264643361313961396264326537
|
|
||||||
66343435313061656463653537656435316366356564626637343635323033663665393338616562
|
|
||||||
61363765383965353837643137616137316136666131303036336631376539366436316230353236
|
|
||||||
35333835393331656465353631666436383236333135376661323235623734303465643935646332
|
|
||||||
63316430356430323734653436663865316563343035633639633436326262303539353437376336
|
|
||||||
65663661616365323934366465303836626434343233643763333835346636303932323630326365
|
|
||||||
36326461326661663333336533353738356334666139663361623666373035613565663834363665
|
|
||||||
38663833316361326661646236386262386161653861303937333362373362613564633865333230
|
|
||||||
64613961353061353638633932643833646361346634343466623630313832303963353438653232
|
|
||||||
30323763653231373933313864353039393435313761666362633639323238616262393662623438
|
|
||||||
65353334663336393138636362393363653133363239393539386331353066363065633637623561
|
|
||||||
64663838396664653766383662666237303162386563303836316163613564623533336362636235
|
|
||||||
33663935633237396162373530333161636232623038656132633362373332303461336634613766
|
|
||||||
34343936383932383739373266383231663937656332306130303236336333616538333865386438
|
|
||||||
34356463343430633636396533326434666130383633613765356334626230313938643935646565
|
|
||||||
39383431343865653734316161613038323438306264383631363362346565306662643230393662
|
|
||||||
66383462393831306438636335333339623533363365393135363435663539303432386234323432
|
|
||||||
32626231336563383565643331666630383132336431366666303139313031643734363130646262
|
|
||||||
31623563353332336535313633373336353635623465613030643930636464646165376433336230
|
|
||||||
31616436366261656430373138613765336135303837616338333131613633343863336532303865
|
|
||||||
39383565353139313636316662303530613339383339333064336539663836643735356565396336
|
|
||||||
66613330303938376536363265376230373630343339326263356136346237646163646666613139
|
|
||||||
65656533376564623235343665653739373337316339343861386461616466643232356566386363
|
|
||||||
31393531303235646462326534626332623037343339333465646666616563326330353635343733
|
|
||||||
35633339643536656134343433343738656539613462306562336666393431626537323939316162
|
|
||||||
38306135623166386231636237306432326130333831656630353334346138646139626236656134
|
|
||||||
61393334623531316639643766663763336338393963383761653135623562393434643936643166
|
|
||||||
34353930643438373330623033653462633232353063346464333136393463613530316565353466
|
|
||||||
30303537633138393533366631613338386534333631663134643330626338343264623037346332
|
|
||||||
64363765643864366639306133343134373731346637306564646434376265303030383861376134
|
|
||||||
35663662363161663665623665393265633932366538343766363238623962393930373535316332
|
|
||||||
33623335383261316163623039383334363161363739343862303736316130623738343931666230
|
|
||||||
39336436383565393236393361353539383962646465393732353163336631666238346330373833
|
|
||||||
32636535386433346365373437373733373435666261653035313932373163623330343637343662
|
|
||||||
61343163623730303531663135313238356563303634313136313939323639306266333863333035
|
|
||||||
64646431306261626338353239643661623464326266623734313739313565336435313537356331
|
|
||||||
63373431386634363962343732343163363263386539623636643037646337366133663131656463
|
|
||||||
66623932396335623731333237623264633861313530366564643732313635656233643431366338
|
|
||||||
38643537383432323865396563666239393438613435653331356532316561396437323263376535
|
|
||||||
66353563326563346635316539643334376266323236373433653638646136353939393866376535
|
|
||||||
61313337643733646339643932356562313538303237393161623561643663323536366562626439
|
|
||||||
65376366633531653564323335626139356536353166333262383434616136663433353636343066
|
|
||||||
65376663353636643532396236366435316634336362306533386636623163666139353236343162
|
|
||||||
38656331383531366434646436383234353563346332373333396132666534366637656139353335
|
|
||||||
39393939623138313266383663303133313031653538633961613865326333383530386430373433
|
|
||||||
32616361653661663639393038363632666237646233623234306365363166363630373361626534
|
|
||||||
38323439666136383130346331343836666661633430376263353462643430393631366233303163
|
|
||||||
39386566626238363036323737343731656238623139633031346636376164373163383134303263
|
|
||||||
39323064653061336635323733303737656631616265326266663663306165636139353535653763
|
|
||||||
37333865363637663965326233613636653838393666663961633732353131616665323336613366
|
|
||||||
35633133653831366236633837383065386436303935633535303266393061303938393733353661
|
|
||||||
35356338373365626665623164633565326463336634666663653333373036313963383664616137
|
|
||||||
36313438646363623034386461383330316232646133303263346166393261313364343833656163
|
|
||||||
30303130393162316232666265313832333361366635653962366266363333383436323265666534
|
|
||||||
33386435663835373330363630633862313437313738333465613538336537323863613161393933
|
|
||||||
65323334386665303439643935353835646164613863623432386537376531313233666432323738
|
|
||||||
37656636306137623633373634326433306561376364616664393936643433323965306266626336
|
|
||||||
64373734643361653832313634643363616333313764393261356439316333636166353561346332
|
|
||||||
62353431323935353665643433373434663466333737633434613130633636616361323432623066
|
|
||||||
31386533356230616464336365376132313864353936626665656565343362316564333165376135
|
|
||||||
65643231343961633138623930313335623332373065626635653533333535653764396430326339
|
|
||||||
63316436633266346261613733653464653737653231323133336235363461643631373362643630
|
|
||||||
66313034653465373564646561323135636330666630633231303836303539303439653564636535
|
|
||||||
66386538623833333237303835613236396535666133333964316635613934666664656639373138
|
|
||||||
66326132343730653666306435663362343834643263623866313632646136393530363035333966
|
|
||||||
36643530393666303539353433613834393839346433306136303062333666616461376462633337
|
|
||||||
65653564386236623563666666383761626131326662616634366531386437383061613962616364
|
|
||||||
65623438323336303666303766343866633634396364356238656138343932666333303234313038
|
|
||||||
64356432626363623334663535306436333964663835633531653638336266363233303130613131
|
|
||||||
35383962393564363962646333343133303139353933323133343836393932666239353230373437
|
|
||||||
32343563393036326235306665636661356564353936356365663232333066383162313864633037
|
|
||||||
33323762333062303334323532383134626436396630643132616261323334636431613661613863
|
|
||||||
62393861393833333563663531666532313661373962393238333530633065616330373865653830
|
|
||||||
31336338633662633735643663366563656533623935373539666231393664353361313661666535
|
|
||||||
39616536346131653832396465316365323461363966343332393631323130396437343665353238
|
|
||||||
63306261333364646366323437383366623362353738626132383036666639613835666137613333
|
|
||||||
61363862636338623631313264366564656538633665376434306563303062633962343961383336
|
|
||||||
37303864353764616465616565316561316239393438663935366463343039333134313037623935
|
|
||||||
39656535326263653665343862383639656264306232623362616438333765306266363238373033
|
|
||||||
63636265393333313466663731346566656663353064313865376439343637356639616134653366
|
|
||||||
66663765366432333638383438373738323966353666376430373363636430633666376665343162
|
|
||||||
64616361333036643565333339356533346337366438303638333664623831666634393131356133
|
|
||||||
66663433303364653437656433303966336263333634666137333030613264626135343539663963
|
|
||||||
66623532366535663438666662666530663537323934643430643830636162613033643632653664
|
|
||||||
62626661656362386264356136653435643636646138383564323064386430366231653561393933
|
|
||||||
30386634386136613035376462333133356361313837333462643638616434646364303166393066
|
|
||||||
61343563373466336630353437313334636131633737363262386538366238316335316565333438
|
|
||||||
35663135633931373232343935356430393033653537646534396333346433346531613630383962
|
|
||||||
35376533303666666661623434656532323162363930396365336338363764366637653938646537
|
|
||||||
39376663613837313730376537363832383436323835323939663863666331356635356265653630
|
|
||||||
62663232643735316666336164396137336430643265396330333236303631323339616130626231
|
|
||||||
36653165343532323366383939656564613337323165383666663665343534376530343834333339
|
|
||||||
35383239333566303764303662353739336235306332666231373163303331303833303631323062
|
|
||||||
35306238353939626364633363666133333134663135386563326535373064306138643562313937
|
|
||||||
30353931663331633166383366376235626561373235653330653835373531626561346437323465
|
|
||||||
64316666316234616565643066303335626430353436323139623433633435393439303262333865
|
|
||||||
34346335303935386138393866323065343864343331396331343866636234303237646234663965
|
|
||||||
35326363333333323562323935343531656464386337373531363365346131613561323836663539
|
|
||||||
30346130396131646164393163653062306430353363636163626262343339646332313539613733
|
|
||||||
32383339623331613737306434653239313933353035326165396136363165646662356531323534
|
|
||||||
38386338306630666261653466616533366263356535303636663863346231633461346364616337
|
|
||||||
64613565646531336462383565373163623966323133333736303133663763306165616237373130
|
|
||||||
33343566613636643561626632373636663334313161613632363163376530303137366364316530
|
|
||||||
62623364346463366266373537616430653634626238636637346534623137636465656131313031
|
|
||||||
64366437613638373130643661656532656238313934313461353231653264623964356431326336
|
|
||||||
61343730623364663736643136626665353230623437636231353434646265653332326532306432
|
|
||||||
65386331363237306236396165653137353935343239663038643166316537346239323664623665
|
|
||||||
38343031333466393133616236623562396437363961653037366462306430343433656431363065
|
|
||||||
33626633636461353230653734663632646430656364626631643832346339633066333531623632
|
|
||||||
64316235623536303735336135343264666536323033326437363238393534333266666233323032
|
|
||||||
66323466383661356538653533613066326662636338343634626235376464343235653530313730
|
|
||||||
65303263333062303865363837353766326161643363353630343237373438356430353933656264
|
|
||||||
39363931323936333564656265326331376636626463323933663038656662373963643538663231
|
|
||||||
62363839333866316235323363613266346362323064353934336139303733653464346634376633
|
|
||||||
66373534303734306533643538376163393966653262626263333762346432366633643766346535
|
|
||||||
62353930306134386334383333306537326362623661313934303461646463336638613538373039
|
|
||||||
39306530613331363562306339623135376532353166366432333730623663383533656461313736
|
|
||||||
63656532633139323864363034303465663530393633313439346365303432303930336462633563
|
|
||||||
62663838656665316538373166366465396637306237366663633438646437336165653761616139
|
|
||||||
61643062306139646163363365666437326563323864303930323963366431623262386662373630
|
|
||||||
61663063383939626661666533363137616130663633393234313637383230303738623333313931
|
|
||||||
65626230393437646639303331316638383236623061313362383730363166336131373737343934
|
|
||||||
32393535623039363562656630306131656432373135393139333338656264373832383766333933
|
|
||||||
35336664303230633331333739326366643433383264633130396466646230323963333337326333
|
|
||||||
39363036643865336137613864346233373538653939653563653839616139353035663564353133
|
|
||||||
33643966313961366135353465633137396131363665616362326430616461346239646634353135
|
|
||||||
31373832623965336364616533396163663236643331666532653431626362616632343130396631
|
|
||||||
32373934663264653039636263353033356532613334333632646130323566363565633031643037
|
|
||||||
61346136323031663863383162303064313732353764316564386336663263393965393631396664
|
|
||||||
31343532613062623731353163386161653334396462363161323563366265636333633033356564
|
|
||||||
61303338363638353630323464306334626336376335616666333765363861383436623733323139
|
|
||||||
39396130623064363962643232313835316262356135346331303935303438633530623432396564
|
|
||||||
31633661356339633734
|
|
||||||
|
105
inventory/host_vars/matrix.finallycoffee.eu/vault.yml
Normal file
105
inventory/host_vars/matrix.finallycoffee.eu/vault.yml
Normal file
@ -0,0 +1,105 @@
|
|||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
61626165616330663863393762663031623164636666346339343636363035663463636135656533
|
||||||
|
3338383762633130346536613334626164306464333835380a353264386431326437616234393165
|
||||||
|
61323266623432353731373634353339393936643130346434346530336563326533386331646533
|
||||||
|
3030663037666664360a346636343966663733663836633736316630663230613137663166336336
|
||||||
|
62383131343934353635633261323036613231646439626162306238313132316664653237653533
|
||||||
|
34376464633335626133376138343139653561613232333133393535393137653964633561313761
|
||||||
|
62653632663432313936336231613832626362343737383863343562636437646439666638383733
|
||||||
|
63313538616430393536356534303164633332653538643264353834393465373538643963343039
|
||||||
|
31366661636263353936363931343938323563626538303133366263363533393564386466666361
|
||||||
|
38666264643931336563633663663538616431313231336364653631383261326537336162313837
|
||||||
|
32373730343538653862326636303264353737353139663161393762383138393531363264633531
|
||||||
|
32383661396537636635666665316630663032333932393131336235663938623932383230343830
|
||||||
|
31613563656663343830353438396535663864306531333239623738653838633331386465353466
|
||||||
|
37366363643334623165373562363465636161396437333966303864663033636665623564613565
|
||||||
|
39643635333636363132633462386536393634303838343835363633626162363236653839376230
|
||||||
|
34666430363933336335323330386339656339356637653931643565303166303436333562333361
|
||||||
|
38633838636337316137343564613338346239663933356130396562306164376430363233373632
|
||||||
|
66303430303034353262343565373139333535636231623062633537653636376136656138623637
|
||||||
|
34396562376233643234643436323433336436393163363935643033643833386631633762343162
|
||||||
|
33633136316635326532343430383437366139333830373731636265386234356164393066333663
|
||||||
|
37663934633437653364356231383934313132343162323436373339393964656336646164333533
|
||||||
|
37626336616565323237633736653433316238366261303465343466643363303131376665346231
|
||||||
|
62623133336561313732393837323330643138663830353662366139373366383436323530333732
|
||||||
|
38623633666537643038636163303164653866343934616236343733386533663936303637326462
|
||||||
|
63633137626632613736313333643363373963306161353431396261646635383930366166363135
|
||||||
|
66353962643638616635376137346439383339303236323761366439306638623762343966623035
|
||||||
|
30323435396533633238313962306366343362393339616131393839653565666666313833313433
|
||||||
|
66386362353061323465666563616230336565663339646162623634643330646239343934373636
|
||||||
|
33363061316637613266373831376133303337616639643239393835636138323266613134633633
|
||||||
|
65356634636562313961643865353334306131333030373566666535373039343337613964306465
|
||||||
|
32393163666232383266363763336132653765316162663961653933633832626533646537376136
|
||||||
|
64613133373135616531343837616264656461313963646565656465656165303534343834663734
|
||||||
|
62313865366634656265613264623234653165633839323030643333643139323531643637393439
|
||||||
|
61656561303732663834336334643765616234373063306236303538646663316131663933323236
|
||||||
|
63396263663034613832653361383061336132663032646133323931386562653661346264363439
|
||||||
|
35636463613635316239363061363836623564303933373964363365626133373039643264666530
|
||||||
|
30343165366365333339366639353033666634613162363164333433633563613461666532323566
|
||||||
|
63303836353331326439646139653738633866356463303264623166306262393766346338373537
|
||||||
|
62373865303264633663666333323135343530323434383835393763363739636135646538336364
|
||||||
|
33376438636264393635383163353431336463396263333239626566653262373434316532343633
|
||||||
|
61363061623430636462393135316564636536633963393338383334643134366232396564316635
|
||||||
|
31373963633164653235643665653863303831663065383433363036633962633462393839363235
|
||||||
|
36323562323634643639643561636261643136313633656236656566353539343063386162383234
|
||||||
|
38653461633561353639336531353333393262633065386539353031386332343739656261653238
|
||||||
|
31326434386130336465613233663563323035666631303137313665336566363134306638663265
|
||||||
|
62353430353934633965316636643566653235366230323139656539646539626236616138313362
|
||||||
|
31643437366563383164306331303662356562616366366237613633666534623765323034396534
|
||||||
|
38326537376265343065313738316433353266633539313134323735383864623663323662633662
|
||||||
|
65613862623766343736343031636238356161343036363566646635643334373030386434646135
|
||||||
|
64336263356663376564333935623135396231623165326437393563333361356435346634616665
|
||||||
|
66376231666633643936323264323565346637343538366138616631383964376632613437323163
|
||||||
|
30366537326533363939643237376538366230313263623139323662396633343239343066313564
|
||||||
|
63356533373338653030313038653137666434323737323763623136666530313035356634666633
|
||||||
|
35643530333632633664643361633964666432336631636561343739646266653634353963323534
|
||||||
|
35663731616539646332393837633566393734643033623937316661653839663937303666376339
|
||||||
|
65653036373565323435636637373231316265393231333734356462356635346531366530316262
|
||||||
|
37643632346164366561353236373633623464643536373361666263303739356335333934313537
|
||||||
|
31373035633333313065613162346133663736313265376230393135353431343765306539633032
|
||||||
|
63353338656231376666613138353235613362643334653537353237653139396533363630303033
|
||||||
|
36363039613232666266333535343466336263663762623865376532326262666332303361356266
|
||||||
|
65646337323037383564666639363636333135323265633932333264346363326466343234653936
|
||||||
|
65656535343663356562613064323138656338633064633462313864616665653230626638373939
|
||||||
|
61623862386364396335323836396664653731633365623936383435383330643038386665653238
|
||||||
|
62643961626464313666343431303064303338396135643432383730613161336435306262653132
|
||||||
|
38373432393564333562363761386239343366343465386638643737663561633837303734333835
|
||||||
|
66366465633164346365356637313534376136303630666432613664363030323336316639393339
|
||||||
|
61383565316432383633383832363439316366373536336639643961333663303631633464633238
|
||||||
|
31396331386163386261393565346266636436386465326639326363663930666665306637393263
|
||||||
|
65363763336561316566363164626466643637343731666530386432343431653634353336376461
|
||||||
|
33366233366533656334666138346661323463633133303933626163343666623761613961346231
|
||||||
|
35383232306336386665313264393933646631656333613138353532666133366339656564353865
|
||||||
|
35353330393131366137663466333363653866323936353734306361633163626537363561346332
|
||||||
|
65363231623766666638383661323964633034366261633035303861383135383235656465373738
|
||||||
|
66373762626130356633626436366533626633353836346239666333353262656665636330626561
|
||||||
|
66613165313137373766623464646330643662393033396266643662653136393233336265353430
|
||||||
|
38376130663634333133353763383264623133373230323938316638323864643430386633376564
|
||||||
|
65356264623766666637353866326638613435663830623063343439373030663663623432393863
|
||||||
|
33343134626465313230646239646537653938613938633736346235323438393237363639373932
|
||||||
|
61376231386265366132333965333133343737623066383534666633396635356537623432623132
|
||||||
|
62656431323033633265626265613736383435376132613532333037613834313130626361373533
|
||||||
|
39653361323366636335343865343737346264636433386332666332376662343634356630316135
|
||||||
|
30366163333561353338663666363738313732303031333637636266623530623261306335616233
|
||||||
|
31346436346663643464626134313338346439323838343663613135663834666632653866346431
|
||||||
|
64376566343963346664366363353636636231386530363961333131383133323163396265313563
|
||||||
|
35393534343664336237336231313831333739633662306636373338663434613231306538343865
|
||||||
|
61613063306432623932616534363865333639396232383562396161383539363336303463323731
|
||||||
|
63313239666538306239663864653839616132363662336331636262353061663136386331306131
|
||||||
|
66336361396239383638623463663635613364366433343739356331633330633561653038633530
|
||||||
|
38303832363663656432396636613134613965373639353731366138323435326135626339353263
|
||||||
|
39313032333966376135653664623666626233613530646534636362646237303465653931666563
|
||||||
|
65343936623462633162343334643335623834323364646362633232346237306337303430616363
|
||||||
|
61633930343132303962653432636230343331343332616434323035633963623138653737306566
|
||||||
|
34353135623134626237653165663738633435656439393234643432353535646439313638653664
|
||||||
|
39326437393166633937663261336330656266303431383437626163623163303133323139313563
|
||||||
|
39383664633739373664653131326665306533633162373535396464663637653662336237656161
|
||||||
|
39633138383166316437313237303733336365343066366462643165643865653039343037633263
|
||||||
|
61613730393666636530633231396165363033313161663463323861663262383234643236643038
|
||||||
|
61633138323664613061663538383333323566393262303633623136613166636361306562356163
|
||||||
|
66363033373262396461316438643238396633353962616362623363303035353765393164616230
|
||||||
|
35303664616539363639373830623337396239626539613761613839363638326664306465313762
|
||||||
|
34646634326338306430653065343231366430666534306331336532346535663737633639363834
|
||||||
|
34623539616339363535633365306230663264626234363637366436353833663136303032623338
|
||||||
|
32633761333165393231303165393234643363313839373339666433666130313035643836626531
|
||||||
|
63356638666264333163
|
@ -1,19 +1,24 @@
|
|||||||
$ANSIBLE_VAULT;1.1;AES256
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
36316464366239356630646566643733376263623935666466616365326262373434613832333332
|
37366366376266633033656235333633346134336666323465356666353363323130366365393534
|
||||||
3061646262303233333030343065393336616433336538360a336463383632303937363034306461
|
3365373534643965613139656465323663393862336163640a623663366631323035346632353030
|
||||||
38616661343330373731666538646663383032636433623130633963633032376231323837346139
|
37396264356137336535363663323935646464333138653035623562346438643139323439366132
|
||||||
6364383435383834340a646434383863613762366236356334343532303865383264623736623433
|
3364356364353738660a616638393635333938373838316631396536386134333831613831343732
|
||||||
66333132366166356365343135313535316136623035383432616235346437646433623531333863
|
39333066363566643864343661646633326134633039316636306332303063366665373638353735
|
||||||
62643264373539373531653239373661346362653139633231326636323136623236336231393638
|
34386339633566663038613538316233306238383734623363623666346261336562663039373264
|
||||||
34633462366239303237373331313365373031373537333264353338393030393964396266393761
|
31313061616432643761633139643039636164613136643264663131666166646531366335346164
|
||||||
66356565616535396366393965613538653239356565613433323664393063353234653763623639
|
34303339393334616434633736383763653035386333363137336431363034653263306261646661
|
||||||
64623662366638376161316135643637316432366464313564653961313439663537356664643266
|
37323563373436333736633836666563646162303232393932346430373039346431356166393930
|
||||||
36366130633838323736303166626139326261636234323661323231613764353865653062646664
|
37616639333038653936633163323139396666303638663039623633633832333737633764643863
|
||||||
34616539646664373263383261626635393038333661343739653337656362366366363238373164
|
61383763613865323061636662663837656339373335643066333964393362303766366533303332
|
||||||
32333265653036613730303433373931313964353361613134666265313637373863396130313062
|
63646335356639366130393530373936636330633132356639626531303839656166346263613733
|
||||||
35636436656338313564383232623332353639343636316238316230383262343932343165396335
|
31333362316537323934306434393630656161353465636434303538643835396361613563663437
|
||||||
33363233376232666133363464646463303864356638663934356663646363326235373365343739
|
34383765626235356530396433643037306233663263623664636163326132316237386231323165
|
||||||
32353661303566356239393135663730666661393232633833326362336337356536356139343862
|
65643235356434626161396136303563633836313961343664653339623862633338313963333237
|
||||||
34326461333566366333353065343265343561316264613163316637666663313065323435343137
|
63663961636661383634343532356234626531373938313164373561386139366338393066623036
|
||||||
66623836373735303531653762333533363638653830616639303233383830666131616630316466
|
36633137623361626161313961386630623635323336353036623165316632353333383162623531
|
||||||
3437343238373037643732363864393566346165666665633632
|
61353138613030343636326166303762656264643834396330313563616439323265333039323566
|
||||||
|
64356538346662613836356462613536656636373065643734346166353466363266353939393535
|
||||||
|
66333739623735656463373530646663303535643562363534306438323135353763303363376135
|
||||||
|
37653566306461396563333135633235626130313231636165383438376237383663373939353637
|
||||||
|
30366661303131333438376363366131613361326635366264363064633034376230353137663030
|
||||||
|
346238306532363635623732396366633538
|
||||||
|
@ -222,9 +222,9 @@ matrix_mautrix_telegram_registration_yaml: |
|
|||||||
# See https://github.com/mautrix/signal/issues/43
|
# See https://github.com/mautrix/signal/issues/43
|
||||||
sender_localpart: _bot_{{ matrix_mautrix_telegram_appservice_bot_username }}
|
sender_localpart: _bot_{{ matrix_mautrix_telegram_appservice_bot_username }}
|
||||||
url: {{ matrix_mautrix_telegram_appservice_address }}
|
url: {{ matrix_mautrix_telegram_appservice_address }}
|
||||||
# sender_localpart: "bridges_{{ matrix_mautrix_telegram_sender_localpart }}"
|
|
||||||
rate_limited: false
|
rate_limited: false
|
||||||
de.sorunome.msc2409.push_ephemeral: true
|
de.sorunome.msc2409.push_ephemeral: true
|
||||||
|
# sender_localpart: "bridges_{{ matrix_mautrix_telegram_sender_localpart }}"
|
||||||
|
|
||||||
matrix_mautrix_telegram_registration: "{{ matrix_mautrix_telegram_registration_yaml | from_yaml }}"
|
matrix_mautrix_telegram_registration: "{{ matrix_mautrix_telegram_registration_yaml | from_yaml }}"
|
||||||
|
|
||||||
|
@ -100,7 +100,8 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- {src: "{{ role_path }}/files/background.jpg", name: "background.jpg"}
|
- {src: "{{ role_path }}/files/background.jpg", name: "background.jpg"}
|
||||||
- {src: "{{ role_path }}/files/antifa_coffee_cups.png", name: "logo.png"}
|
- {src: "{{ role_path }}/files/antifa_coffee_cups.png", name: "logo.png"}
|
||||||
when: "matrix_client_element_enabled|bool and item.src is not none"
|
when: false
|
||||||
|
#when: "matrix_client_element_enabled|bool and item.src is not none"
|
||||||
|
|
||||||
- name: Ensure Element config files removed
|
- name: Ensure Element config files removed
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
@ -158,3 +158,4 @@
|
|||||||
- install-all
|
- install-all
|
||||||
|
|
||||||
- role: galaxy/playbook_runtime_messages
|
- role: galaxy/playbook_runtime_messages
|
||||||
|
|
||||||
|
106
templates/Caddyfile.j2
Normal file
106
templates/Caddyfile.j2
Normal file
@ -0,0 +1,106 @@
|
|||||||
|
https://{{ matrix_server_fqn_matrix }} {
|
||||||
|
tls /tls_certs/finallycoffee.eu/fullchain.pem /tls_certs/finallycoffee.eu/privkey.pem
|
||||||
|
encode zstd gzip
|
||||||
|
header {
|
||||||
|
Strict-Transport-Security "max-age=31536000;"
|
||||||
|
X-Frame-Options "DENY"
|
||||||
|
X-XSS-Protection "1; mode=block"
|
||||||
|
}
|
||||||
|
basicauth /metrics/* bcrypt monitoring {
|
||||||
|
monitoring JDJhJDE0JGdQRlNHVFpSQmRiaWlPem9LdXlkS09HN2E3LklZS05YZmtXTEY1NlFXbkMxd3hBUmwwbVZl
|
||||||
|
}
|
||||||
|
route /metrics/synapse {
|
||||||
|
uri replace /metrics/synapse /metrics/synapse/main-process
|
||||||
|
reverse_proxy * http://{{ matrix_nginx_proxy_container_http_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /metrics/synapse/worker/appservice {
|
||||||
|
uri replace /metrics/synapse/worker/appservice /metrics/synapse/worker/appservice-0
|
||||||
|
reverse_proxy * http://{{ matrix_nginx_proxy_container_http_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /metrics/synapse/worker/federation-sender-0 {
|
||||||
|
uri replace /metrics/synapse/worker/federation-sender-0 /metrics/synapse/worker/federation-sender-0
|
||||||
|
reverse_proxy * http://{{ matrix_nginx_proxy_container_http_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /metrics/synapse/worker/federation-sender-1 {
|
||||||
|
uri replace /metrics/synapse/worker/federation-sender-1 /metrics/synapse/worker/federation-sender-1
|
||||||
|
reverse_proxy * http://{{ matrix_nginx_proxy_container_http_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /metrics/synapse/worker/federation-sender-2 {
|
||||||
|
uri replace /metrics/synapse/worker/federation-sender-2 /metrics/synapse/worker/federation-sender-2
|
||||||
|
reverse_proxy * http://{{ matrix_nginx_proxy_container_http_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /metrics/synapse/worker/generic-0 {
|
||||||
|
uri replace /metrics/synapse/worker/generic-0 /metrics/synapse/worker/generic-worker-0
|
||||||
|
reverse_proxy * http://{{ matrix_nginx_proxy_container_http_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /metrics/synapse/worker/generic-1 {
|
||||||
|
uri replace /metrics/synapse/worker/generic-1 /metrics/synapse/worker/generic-worker-1
|
||||||
|
reverse_proxy * http://{{ matrix_nginx_proxy_container_http_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /metrics/synapse/worker/media-0 {
|
||||||
|
uri replace /metrics/synapse/worker/media-0 /metrics/synapse/worker/media-repository-0
|
||||||
|
reverse_proxy * http://{{ matrix_nginx_proxy_container_http_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /metrics/synapse/worker/media-1 {
|
||||||
|
uri replace /metrics/synapse/worker/media-1 /metrics/synapse/worker/media-repository-1
|
||||||
|
reverse_proxy * http://{{ matrix_nginx_proxy_container_http_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /metrics/bridge/* {
|
||||||
|
uri strip_prefix /metrics/bridge
|
||||||
|
route /mautrix-telegram {
|
||||||
|
uri replace /mautrix-telegram /metrics
|
||||||
|
reverse_proxy http://127.0.0.1:{{ matrix_mautrix_telegram_container_http_monitoring_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /mautrix-whatsapp {
|
||||||
|
uri replace /mautrix-whatsapp /metrics
|
||||||
|
reverse_proxy http://127.0.0.1:{{ matrix_mautrix_whatsapp_container_http_monitoring_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /mautrix-signal {
|
||||||
|
uri replace /mautrix-signal /metrics
|
||||||
|
reverse_proxy http://127.0.0.1:{{ matrix_mautrix_signal_container_http_monitoring_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /mx-puppet-instagram {
|
||||||
|
uri replace /mx-puppet-instagram /metrics
|
||||||
|
reverse_proxy http://127.0.0.1:{{ matrix_mx_puppet_instagram_container_http_monitoring_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /mx-puppet-discord {
|
||||||
|
uri replace /mx-puppet-discord /metrics
|
||||||
|
reverse_proxy http://127.0.0.1:{{ matrix_mx_puppet_discord_container_http_monitoring_host_bind_port }}
|
||||||
|
}
|
||||||
|
route /mx-puppet-slack {
|
||||||
|
uri replace /mx-puppet-slack /metrics
|
||||||
|
reverse_proxy http://127.0.0.1:{{ matrix_mx_puppet_slack_container_http_monitoring_host_bind_port }}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
reverse_proxy /_matrix/federation/* http://{{ matrix_playbook_public_matrix_federation_api_traefik_entrypoint_host_bind_port }}
|
||||||
|
reverse_proxy /_matrix/key/* http://{{ matrix_playbook_public_matrix_federation_api_traefik_entrypoint_host_bind_port }}
|
||||||
|
reverse_proxy * http://{{ devture_traefik_container_web_host_bind_port }}
|
||||||
|
}
|
||||||
|
|
||||||
|
https://{{ matrix_server_fqn_dimension }} {
|
||||||
|
tls /tls_certs/finallycoffee.eu/fullchain.pem /tls_certs/finallycoffee.eu/privkey.pem
|
||||||
|
encode zstd gzip
|
||||||
|
reverse_proxy * http://{{ matrix_nginx_proxy_container_http_host_bind_port }}
|
||||||
|
}
|
||||||
|
|
||||||
|
https://{{ matrix_server_fqn_element }} {
|
||||||
|
tls /tls_certs/chat.finallycoffee.eu/fullchain.pem /tls_certs/chat.finallycoffee.eu/privkey.pem
|
||||||
|
encode zstd gzip
|
||||||
|
reverse_proxy * http://{{ matrix_nginx_proxy_container_http_host_bind_port }}
|
||||||
|
}
|
||||||
|
|
||||||
|
https://{{ matrix_domain }}/.well-known/matrix/* {
|
||||||
|
tls /tls_certs/finallycoffee.eu/fullchain.pem /tls_certs/finallycoffee.eu/privkey.pem
|
||||||
|
route {
|
||||||
|
uri strip_prefix /.well-known/matrix
|
||||||
|
root * /matrix_static
|
||||||
|
file_server
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
Content-Type "application/json"
|
||||||
|
X-Content-Type-Options "nosniff"
|
||||||
|
Access-Control-Allow-Origin *
|
||||||
|
Access-Control-Allow-Methods "GET, POST, PUT, DELETE, OPTIONS"
|
||||||
|
Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, Accept, Authorization"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user