From bcb9a4602fe37c3a88a55ef9ea6924442bd97e5b Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 14 Mar 2020 09:38:51 +0000 Subject: [PATCH] nodes/htz.ex42-1048908: add riot-web and os metadata --- nodes/htz/ex42-1048908.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/nodes/htz/ex42-1048908.py b/nodes/htz/ex42-1048908.py index 9c06138..fb323d6 100644 --- a/nodes/htz/ex42-1048908.py +++ b/nodes/htz/ex42-1048908.py @@ -20,6 +20,17 @@ nodes['htz.ex42-1048908'] = { }, 'riot-web': { 'url': 'chat.franzi.business', + 'config': { + 'default_server_name': 'franzi.business', + 'brand': 'franzi.business', + 'showLabsSettings': True, + 'integrations_ui_url': 'https://dimension.franzi.business/riot', + 'integrations_rest_url': 'https://dimension.franzi.business/api/v1/scalar', + 'integrations_widgets_urls': ['https://dimension.franzi.business/widgets'], + 'default_theme': 'dark', + 'defaultCountryCode': 'DE', + 'permalinkPrefix': 'https://chat.franzi.business', + }, }, 'users': { 'vliedel': { @@ -34,5 +45,7 @@ nodes['htz.ex42-1048908'] = { ], }, }, + 'os': 'debian', + 'os_release': 'buster', }, }