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 1/3] 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 From d6f71bc595aa91b0d05ce0427109a26b8829445c Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 2 Apr 2023 22:22:58 +0300 Subject: [PATCH 2/3] Upgrade Jitsi (v8319-4 -> v8319-5) --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index c43d5de..6a89fc2 100644 --- a/requirements.yml +++ b/requirements.yml @@ -65,7 +65,7 @@ version: v1.23.3-1 name: hubsite - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git - version: v8319-4 + version: v8319-5 name: jitsi - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-keycloak.git version: v21.0.1-1 From 1bf143b51c5908630b118af1c6c49290b7b674b0 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 2 Apr 2023 22:23:18 +0300 Subject: [PATCH 3/3] Upgrade Nextcloud (v26.0.0-1 -> v26.0.0-2) --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index 6a89fc2..d273306 100644 --- a/requirements.yml +++ b/requirements.yml @@ -79,7 +79,7 @@ version: v3.4.6-2.5.1-0 name: netbox - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-nextcloud.git - version: v26.0.0-1 + version: v26.0.0-2 name: nextcloud - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-owncast.git version: v0.0.13-0