From f063380ec283557f72911be72cf2c2b63c229ccc Mon Sep 17 00:00:00 2001 From: Luke Tidd Date: Tue, 30 Jan 2024 14:22:42 -0500 Subject: [PATCH] add synapse/chat --- ssl-status.py | 3 ++- ssl-update.py | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ssl-status.py b/ssl-status.py index bb33a4a..d1b91e7 100755 --- a/ssl-status.py +++ b/ssl-status.py @@ -9,7 +9,8 @@ import sys import time supported_services = [ - 'git', 'plex', 'jellyfin', 'photoprism', 'nextcloud', 'read'] + # 'git', 'plex', 'jellyfin', 'photoprism', 'nextcloud', 'read'] + 'git', 'plex', 'photoprism', 'nextcloud', 'read'] def get_cert_dates(url, port=443): cmd = ( diff --git a/ssl-update.py b/ssl-update.py index f59ef69..f7df8fb 100755 --- a/ssl-update.py +++ b/ssl-update.py @@ -19,7 +19,7 @@ import sys import time supported_services = [ - 'git', 'plex', 'jellyfin', 'photoprism', 'nextcloud', 'read'] + 'git', 'plex', 'jellyfin', 'photoprism', 'nextcloud', 'read', 'www', 'chat'] restart_delay = { 'plex': 10 @@ -34,6 +34,7 @@ pfx_key_path = { users = { 'git': 'gitea', 'read': 'http', + 'chat': 'synapse', } # systemd service names that don't match the service name @@ -43,6 +44,15 @@ systemd_services = { 'plex': 'plexmediaserver', 'read': 'kavita', 'nextcloud': 'php-fpm', + 'chat': 'synapse', +} + + +remote = { + 'rng': { + 'user': 'luke', + 'auth': 'id_m', + }, } router = 'danknasty'