From 1c0221d61cf110ae03c43aebf61e50559bbe98c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Sun, 2 Apr 2023 20:10:13 +0200 Subject: [PATCH] Remove owncast path prefix --- group_vars/mash_servers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/mash_servers b/group_vars/mash_servers index c1c9a67..d95a839 100644 --- a/group_vars/mash_servers +++ b/group_vars/mash_servers @@ -907,7 +907,7 @@ hubsite_service_nextcloud_priority: 1000 # Owncast hubsite_service_owncast_enabled: "{{ owncast_enabled }}" hubsite_service_owncast_name: owncast -hubsite_service_owncast_url: "https://{{ owncast_hostname }}{{ owncast_path_prefix }}" +hubsite_service_owncast_url: "https://{{ owncast_hostname }}" hubsite_service_owncast_logo_location: "{{ role_path }}/assets/owncast.png" hubsite_service_owncast_description: "Livestream & Chat" hubsite_service_owncast_priority: 1000