|
|
@@ -911,6 +911,13 @@ devture_systemd_service_manager_services_list_auto: | |
|
|
'restart_necessary': (traefik_certs_dumper_restart_necessary | bool), |
|
|
'restart_necessary': (traefik_certs_dumper_restart_necessary | bool), |
|
|
'groups': ['matrix', 'traefik-certs-dumper'], |
|
|
'groups': ['matrix', 'traefik-certs-dumper'], |
|
|
}] if traefik_certs_dumper_enabled else []) |
|
|
}] if traefik_certs_dumper_enabled else []) |
|
|
|
|
|
+ |
|
|
|
|
|
([{ |
|
|
|
|
|
'name': 'matrix-meshtastic-relay.service', |
|
|
|
|
|
'priority': 800, |
|
|
|
|
|
'groups': ['matrix', 'bridges', 'meshtastic'] |
|
|
|
|
|
}] if matrix_meshtastic_relay_enabled else []) |
|
|
|
|
|
|
|
|
}} |
|
|
}} |
|
|
|
|
|
|
|
|
######################################################################## |
|
|
######################################################################## |
|
|
@@ -3961,6 +3968,27 @@ matrix_media_repo_redis_shards: | |
|
|
###################################################################### |
|
|
###################################################################### |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
######################################################################## |
|
|
|
|
|
# # |
|
|
|
|
|
# matrix-meshtastic-relay # |
|
|
|
|
|
# # |
|
|
|
|
|
######################################################################## |
|
|
|
|
|
|
|
|
|
|
|
# This plugin is disabled; but we put some defaults |
|
|
|
|
|
|
|
|
|
|
|
matrix_meshtastic_relay_identifier: "matrix-meshtastic-relay" |
|
|
|
|
|
matrix_meshtastic_relay_base_path: "{{ matrix_base_data_path }}/matrix-meshtastic-relay" |
|
|
|
|
|
|
|
|
|
|
|
matrix_meshtastic_relay_matrix_host: "{{ matrix_domain }}" |
|
|
|
|
|
matrix_meshtastic_relay_uid: "{{ matrix_user_uid }}" |
|
|
|
|
|
matrix_meshtastic_relay_gid: "{{ matrix_user_gid }}" |
|
|
|
|
|
|
|
|
|
|
|
######################################################################## |
|
|
|
|
|
# # |
|
|
|
|
|
# /matrix-meshtastic-relay # |
|
|
|
|
|
# # |
|
|
|
|
|
######################################################################## |
|
|
|
|
|
|
|
|
######################################################################## |
|
|
######################################################################## |
|
|
# # |
|
|
# # |
|
|
# postgres # |
|
|
# postgres # |
|
|
|